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.


Method Summary
 void addEquandaLinkFan(Uoid el)
           
 void addEquandaLinkOwner(Uoid el)
           
 void addFan(OwnerEJB el)
           
 void addOwner(OwnerEJB el)
           
 void equandaClone(String type, CarEJB base)
           
 String getBrand()
           
 Car getEquanda()
           
 Collection<Uoid> getEquandaLinkFans()
           
 Collection<Uoid> getEquandaLinkOwners()
           
 String getExtra()
           
 String getExtraUnique()
           
 Collection<OwnerEJB> getFans()
           
 Collection<OwnerEJB> getOwners()
           
 boolean hasEquandaLinkFan(Uoid el)
           
 boolean hasEquandaLinkOwner(Uoid el)
           
 boolean hasFan(OwnerEJB el)
           
 boolean hasOwner(OwnerEJB el)
           
 void init(String brand)
           
 void init(String type, String brand)
           
 void removeEntityBean()
           
 void removeEquandaLinkFan(Uoid el)
           
 void removeEquandaLinkOwner(Uoid el)
           
 void removeFan(OwnerEJB el)
           
 void removeOwner(OwnerEJB el)
           
 void setExtra(String extra)
           
 void setExtraUnique(String extraUnique)
           
 void updateEquanda(Car 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

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.