org.equanda.test.dm.client
Interface CarBase
- All Superinterfaces:
- EquandaEJB<Uoid>, HasId<Uoid>
- All Known Subinterfaces:
- CarEJB, CarEJBLocal
- All Known Implementing Classes:
- CarBean
public interface CarBase
- extends EquandaEJB<Uoid>
Interface for Car.
Methods inherited from interface org.equanda.persistence.HasId |
getId |
equandaClone
void equandaClone(String type,
CarEJB base)
throws EquandaPersistenceException
- Throws:
EquandaPersistenceException
init
void init(String type,
String brand)
throws EquandaPersistenceException
- Throws:
EquandaPersistenceException
init
void init(String brand)
throws EquandaPersistenceException
- Throws:
EquandaPersistenceException
getEquanda
Car getEquanda()
updateEquanda
void updateEquanda(Car proxy)
throws EquandaPersistenceException
- Throws:
EquandaPersistenceException
getOwners
Collection<OwnerEJB> getOwners()
addOwner
void addOwner(OwnerEJB el)
throws EquandaPersistenceException
- Throws:
EquandaPersistenceException
removeOwner
void removeOwner(OwnerEJB el)
throws EquandaPersistenceException
- Throws:
EquandaPersistenceException
hasOwner
boolean hasOwner(OwnerEJB el)
getEquandaLinkOwners
Collection<Uoid> getEquandaLinkOwners()
addEquandaLinkOwner
void addEquandaLinkOwner(Uoid el)
throws EquandaPersistenceException
- Throws:
EquandaPersistenceException
hasEquandaLinkOwner
boolean hasEquandaLinkOwner(Uoid el)
removeEquandaLinkOwner
void removeEquandaLinkOwner(Uoid el)
throws EquandaPersistenceException
- Throws:
EquandaPersistenceException
getFans
Collection<OwnerEJB> getFans()
addFan
void addFan(OwnerEJB el)
throws EquandaPersistenceException
- Throws:
EquandaPersistenceException
removeFan
void removeFan(OwnerEJB el)
throws EquandaPersistenceException
- Throws:
EquandaPersistenceException
hasFan
boolean hasFan(OwnerEJB el)
getEquandaLinkFans
Collection<Uoid> getEquandaLinkFans()
addEquandaLinkFan
void addEquandaLinkFan(Uoid el)
throws EquandaPersistenceException
- Throws:
EquandaPersistenceException
hasEquandaLinkFan
boolean hasEquandaLinkFan(Uoid el)
removeEquandaLinkFan
void removeEquandaLinkFan(Uoid el)
throws EquandaPersistenceException
- Throws:
EquandaPersistenceException
getBrand
String getBrand()
getExtraUnique
String getExtraUnique()
setExtraUnique
void setExtraUnique(String extraUnique)
throws EquandaPersistenceException
- Throws:
EquandaPersistenceException
getExtra
String getExtra()
setExtra
void setExtra(String extra)
throws EquandaPersistenceException
- Throws:
EquandaPersistenceException
removeEntityBean
void removeEntityBean()
throws EquandaPersistenceException
- Throws:
EquandaPersistenceException
Copyright © 2007-2008. All Rights Reserved.