org.equanda.test.dm.client
Interface OwnerBase

All Superinterfaces:
EquandaEJB<Uoid>, HasId<Uoid>
All Known Subinterfaces:
OwnerEJB, OwnerEJBLocal
All Known Implementing Classes:
OwnerBean

public interface OwnerBase
extends EquandaEJB<Uoid>

Interface for Owner.


Method Summary
 void addCar(CarEJB el)
           
 void addCarsWichHeLike(CarEJB el)
           
 void addEquandaLinkCar(Uoid el)
           
 void addEquandaLinkCarsWichHeLike(Uoid el)
           
 void addEquandaLinkLazyInstEmbeddedMul(Uoid el)
           
 void addEquandaLinkLazyInstEmbeddedMulBi(Uoid el)
           
 void addGarageCar(String el)
           
 void addLazyInstEmbeddedMul(LazyInstEJB el)
           
 void addLazyInstEmbeddedMulBi(LazyInstEJB el)
           
 void addLicencePlate(String el)
           
 Collection<CarEJB> getCars()
           
 Collection<CarEJB> getCarsWichHeLikes()
           
 String getDreamCar()
           
 Owner getEquanda()
           
 Collection<Uoid> getEquandaLinkCars()
           
 Collection<Uoid> getEquandaLinkCarsWichHeLikes()
           
 Uoid getEquandaLinkLazyInstEmbedded()
           
 Uoid getEquandaLinkLazyInstEmbeddedBi()
           
 Collection<Uoid> getEquandaLinkLazyInstEmbeddedMul()
           
 Collection<Uoid> getEquandaLinkLazyInstEmbeddedMulBi()
           
 Uoid getEquandaLinkPassport()
           
 Uoid getEquandaLinkPreferedCar()
           
 Collection<String> getGarageCars()
           
 int getGarageCount()
           
 double getGarageM2()
           
 LazyInstEJB getLazyInstEmbedded()
           
 LazyInstEJB getLazyInstEmbeddedBi()
           
 Collection<LazyInstEJB> getLazyInstEmbeddedMul()
           
 Collection<LazyInstEJB> getLazyInstEmbeddedMulBi()
           
 Collection<String> getLicencePlate()
           
 String getName()
           
 PassportEJB getPassport()
           
 CarEJB getPreferedCar()
           
 boolean hasCar(CarEJB el)
           
 boolean hasCarsWichHeLike(CarEJB el)
           
 boolean hasEquandaLinkCar(Uoid el)
           
 boolean hasEquandaLinkCarsWichHeLike(Uoid el)
           
 boolean hasEquandaLinkLazyInstEmbeddedMul(Uoid el)
           
 boolean hasEquandaLinkLazyInstEmbeddedMulBi(Uoid el)
           
 boolean hasGarageCar(String el)
           
 boolean hasLazyInstEmbeddedMul(LazyInstEJB el)
           
 boolean hasLazyInstEmbeddedMulBi(LazyInstEJB el)
           
 boolean hasLicencePlate(String el)
           
 void init()
           
 void init(String type)
           
 void removeCar(CarEJB el)
           
 void removeCarsWichHeLike(CarEJB el)
           
 void removeEntityBean()
           
 void removeEquandaLinkCar(Uoid el)
           
 void removeEquandaLinkCarsWichHeLike(Uoid el)
           
 void removeEquandaLinkLazyInstEmbeddedMul(Uoid el)
           
 void removeEquandaLinkLazyInstEmbeddedMulBi(Uoid el)
           
 void removeGarageCar(String el)
           
 void removeLazyInstEmbeddedMul(LazyInstEJB el)
           
 void removeLazyInstEmbeddedMulBi(LazyInstEJB el)
           
 void removeLicencePlate(String el)
           
 void setDreamCar(String dreamCar)
           
 void setEquandaLinkLazyInstEmbedded(Uoid lazyInstEmbedded)
           
 void setEquandaLinkLazyInstEmbeddedBi(Uoid lazyInstEmbeddedBi)
           
 void setEquandaLinkPassport(Uoid passport)
           
 void setEquandaLinkPreferedCar(Uoid preferedCar)
           
 void setGarageCount(int garageCount)
           
 void setGarageM2(double garageM2)
           
 void setLazyInstEmbedded(LazyInstEJB lazyInstEmbedded)
           
 void setLazyInstEmbeddedBi(LazyInstEJB lazyInstEmbeddedBi)
           
 void setName(String name)
           
 void setPassport(PassportEJB passport)
           
 void setPreferedCar(CarEJB preferedCar)
           
 void updateEquanda(Owner 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

Owner getEquanda()

updateEquanda

void updateEquanda(Owner proxy)
                   throws EquandaPersistenceException
Throws:
EquandaPersistenceException

getDreamCar

String getDreamCar()

setDreamCar

void setDreamCar(String dreamCar)
                 throws EquandaPersistenceException
Throws:
EquandaPersistenceException

getGarageCars

Collection<String> getGarageCars()

addGarageCar

void addGarageCar(String el)
                  throws EquandaPersistenceException
Throws:
EquandaPersistenceException

removeGarageCar

void removeGarageCar(String el)
                     throws EquandaPersistenceException
Throws:
EquandaPersistenceException

hasGarageCar

boolean hasGarageCar(String el)

getCars

Collection<CarEJB> getCars()

addCar

void addCar(CarEJB el)
            throws EquandaPersistenceException
Throws:
EquandaPersistenceException

removeCar

void removeCar(CarEJB el)
               throws EquandaPersistenceException
Throws:
EquandaPersistenceException

hasCar

boolean hasCar(CarEJB el)

getEquandaLinkCars

Collection<Uoid> getEquandaLinkCars()

addEquandaLinkCar

void addEquandaLinkCar(Uoid el)
                       throws EquandaPersistenceException
Throws:
EquandaPersistenceException

hasEquandaLinkCar

boolean hasEquandaLinkCar(Uoid el)

removeEquandaLinkCar

void removeEquandaLinkCar(Uoid el)
                          throws EquandaPersistenceException
Throws:
EquandaPersistenceException

getPreferedCar

CarEJB getPreferedCar()

getEquandaLinkPreferedCar

Uoid getEquandaLinkPreferedCar()

setPreferedCar

void setPreferedCar(CarEJB preferedCar)
                    throws EquandaPersistenceException
Throws:
EquandaPersistenceException

setEquandaLinkPreferedCar

void setEquandaLinkPreferedCar(Uoid preferedCar)
                               throws EquandaPersistenceException
Throws:
EquandaPersistenceException

getCarsWichHeLikes

Collection<CarEJB> getCarsWichHeLikes()

addCarsWichHeLike

void addCarsWichHeLike(CarEJB el)
                       throws EquandaPersistenceException
Throws:
EquandaPersistenceException

removeCarsWichHeLike

void removeCarsWichHeLike(CarEJB el)
                          throws EquandaPersistenceException
Throws:
EquandaPersistenceException

hasCarsWichHeLike

boolean hasCarsWichHeLike(CarEJB el)

getEquandaLinkCarsWichHeLikes

Collection<Uoid> getEquandaLinkCarsWichHeLikes()

addEquandaLinkCarsWichHeLike

void addEquandaLinkCarsWichHeLike(Uoid el)
                                  throws EquandaPersistenceException
Throws:
EquandaPersistenceException

hasEquandaLinkCarsWichHeLike

boolean hasEquandaLinkCarsWichHeLike(Uoid el)

removeEquandaLinkCarsWichHeLike

void removeEquandaLinkCarsWichHeLike(Uoid el)
                                     throws EquandaPersistenceException
Throws:
EquandaPersistenceException

getName

String getName()

setName

void setName(String name)
             throws EquandaPersistenceException
Throws:
EquandaPersistenceException

getPassport

PassportEJB getPassport()

getEquandaLinkPassport

Uoid getEquandaLinkPassport()

setPassport

void setPassport(PassportEJB passport)
                 throws EquandaPersistenceException
Throws:
EquandaPersistenceException

setEquandaLinkPassport

void setEquandaLinkPassport(Uoid passport)
                            throws EquandaPersistenceException
Throws:
EquandaPersistenceException

getLazyInstEmbeddedBi

LazyInstEJB getLazyInstEmbeddedBi()

getEquandaLinkLazyInstEmbeddedBi

Uoid getEquandaLinkLazyInstEmbeddedBi()

setLazyInstEmbeddedBi

void setLazyInstEmbeddedBi(LazyInstEJB lazyInstEmbeddedBi)
                           throws EquandaPersistenceException
Throws:
EquandaPersistenceException

setEquandaLinkLazyInstEmbeddedBi

void setEquandaLinkLazyInstEmbeddedBi(Uoid lazyInstEmbeddedBi)
                                      throws EquandaPersistenceException
Throws:
EquandaPersistenceException

getLazyInstEmbedded

LazyInstEJB getLazyInstEmbedded()

getEquandaLinkLazyInstEmbedded

Uoid getEquandaLinkLazyInstEmbedded()

setLazyInstEmbedded

void setLazyInstEmbedded(LazyInstEJB lazyInstEmbedded)
                         throws EquandaPersistenceException
Throws:
EquandaPersistenceException

setEquandaLinkLazyInstEmbedded

void setEquandaLinkLazyInstEmbedded(Uoid lazyInstEmbedded)
                                    throws EquandaPersistenceException
Throws:
EquandaPersistenceException

getLazyInstEmbeddedMulBi

Collection<LazyInstEJB> getLazyInstEmbeddedMulBi()

addLazyInstEmbeddedMulBi

void addLazyInstEmbeddedMulBi(LazyInstEJB el)
                              throws EquandaPersistenceException
Throws:
EquandaPersistenceException

removeLazyInstEmbeddedMulBi

void removeLazyInstEmbeddedMulBi(LazyInstEJB el)
                                 throws EquandaPersistenceException
Throws:
EquandaPersistenceException

hasLazyInstEmbeddedMulBi

boolean hasLazyInstEmbeddedMulBi(LazyInstEJB el)

getEquandaLinkLazyInstEmbeddedMulBi

Collection<Uoid> getEquandaLinkLazyInstEmbeddedMulBi()

addEquandaLinkLazyInstEmbeddedMulBi

void addEquandaLinkLazyInstEmbeddedMulBi(Uoid el)
                                         throws EquandaPersistenceException
Throws:
EquandaPersistenceException

hasEquandaLinkLazyInstEmbeddedMulBi

boolean hasEquandaLinkLazyInstEmbeddedMulBi(Uoid el)

removeEquandaLinkLazyInstEmbeddedMulBi

void removeEquandaLinkLazyInstEmbeddedMulBi(Uoid el)
                                            throws EquandaPersistenceException
Throws:
EquandaPersistenceException

getLazyInstEmbeddedMul

Collection<LazyInstEJB> getLazyInstEmbeddedMul()

addLazyInstEmbeddedMul

void addLazyInstEmbeddedMul(LazyInstEJB el)
                            throws EquandaPersistenceException
Throws:
EquandaPersistenceException

removeLazyInstEmbeddedMul

void removeLazyInstEmbeddedMul(LazyInstEJB el)
                               throws EquandaPersistenceException
Throws:
EquandaPersistenceException

hasLazyInstEmbeddedMul

boolean hasLazyInstEmbeddedMul(LazyInstEJB el)

getEquandaLinkLazyInstEmbeddedMul

Collection<Uoid> getEquandaLinkLazyInstEmbeddedMul()

addEquandaLinkLazyInstEmbeddedMul

void addEquandaLinkLazyInstEmbeddedMul(Uoid el)
                                       throws EquandaPersistenceException
Throws:
EquandaPersistenceException

hasEquandaLinkLazyInstEmbeddedMul

boolean hasEquandaLinkLazyInstEmbeddedMul(Uoid el)

removeEquandaLinkLazyInstEmbeddedMul

void removeEquandaLinkLazyInstEmbeddedMul(Uoid el)
                                          throws EquandaPersistenceException
Throws:
EquandaPersistenceException

getGarageCount

int getGarageCount()

setGarageCount

void setGarageCount(int garageCount)
                    throws EquandaPersistenceException
Throws:
EquandaPersistenceException

getGarageM2

double getGarageM2()

setGarageM2

void setGarageM2(double garageM2)
                 throws EquandaPersistenceException
Throws:
EquandaPersistenceException

getLicencePlate

Collection<String> getLicencePlate()

addLicencePlate

void addLicencePlate(String el)
                     throws EquandaPersistenceException
Throws:
EquandaPersistenceException

removeLicencePlate

void removeLicencePlate(String el)
                        throws EquandaPersistenceException
Throws:
EquandaPersistenceException

hasLicencePlate

boolean hasLicencePlate(String el)

removeEntityBean

void removeEntityBean()
                      throws EquandaPersistenceException
Throws:
EquandaPersistenceException


Copyright © 2007-2008. All Rights Reserved.