org.equanda.test.dm.client
Interface VehicleBase

All Superinterfaces:
EquandaEJB<Uoid>, HasId<Uoid>
All Known Subinterfaces:
VehicleEJB, VehicleEJBLocal
All Known Implementing Classes:
VehicleBean

public interface VehicleBase
extends EquandaEJB<Uoid>

Interface for Vehicle.


Method Summary
 int getColourCode()
           
 Vehicle getEquanda()
           
 String getName()
           
 int getRadius()
           
 double getSpanWidth()
           
 int getSpeed()
           
 int getWheelCount()
           
 void init()
           
 void init(String type)
           
 void removeEntityBean()
           
 void setColourCode(int colourCode)
           
 void setName(String name)
           
 void setRadius(int radius)
           
 void setSpanWidth(double spanWidth)
           
 void setSpeed(int speed)
           
 void setWheelCount(int wheelCount)
           
 void updateEquanda(Vehicle proxy)
           
 
Methods inherited from interface org.equanda.persistence.EquandaEJB
getEquandaModificationDate, getEquandaName, getEquandaStatus, getEquandaType, init, initEntity, isEquandaType, remove, setEquandaStatus
 
Methods inherited from interface org.equanda.persistence.HasId
getId
 

Method Detail

init

void init(String type)
          throws EquandaPersistenceException
Throws:
EquandaPersistenceException

init

void init()
          throws EquandaPersistenceException
Throws:
EquandaPersistenceException

getEquanda

Vehicle getEquanda()

updateEquanda

void updateEquanda(Vehicle proxy)
                   throws EquandaPersistenceException
Throws:
EquandaPersistenceException

getName

String getName()

setName

void setName(String name)
             throws EquandaPersistenceException
Throws:
EquandaPersistenceException

getColourCode

int getColourCode()

setColourCode

void setColourCode(int colourCode)
                   throws EquandaPersistenceException
Throws:
EquandaPersistenceException

getSpeed

int getSpeed()

setSpeed

void setSpeed(int speed)
              throws EquandaPersistenceException
Throws:
EquandaPersistenceException

getSpanWidth

double getSpanWidth()

setSpanWidth

void setSpanWidth(double spanWidth)
                  throws EquandaPersistenceException
Throws:
EquandaPersistenceException

getRadius

int getRadius()

setRadius

void setRadius(int radius)
               throws EquandaPersistenceException
Throws:
EquandaPersistenceException

getWheelCount

int getWheelCount()

setWheelCount

void setWheelCount(int wheelCount)
                   throws EquandaPersistenceException
Throws:
EquandaPersistenceException

removeEntityBean

void removeEntityBean()
                      throws EquandaPersistenceException
Throws:
EquandaPersistenceException


Copyright © 2007-2008. All Rights Reserved.