org.equanda.test.dm.client
Interface CocoonManBase

All Superinterfaces:
EquandaEJB<Uoid>, HasId<Uoid>
All Known Subinterfaces:
CocoonManEJB, CocoonManEJBLocal
All Known Implementing Classes:
CocoonManBean

public interface CocoonManBase
extends EquandaEJB<Uoid>

Interface for CocoonMan.


Method Summary
 void addDatesToRemember(Date el)
           
 void addEquandaLinkManyCar(Uoid el)
           
 void addManyCar(CarEJB el)
           
 void addPreviousJob(String el)
           
 byte[] getBlob()
           
 CarEJB getCar()
           
 String getClob()
           
 Date getDateOfBirth()
           
 Collection<Date> getDatesToRemember()
           
 boolean getEmployed()
           
 CocoonMan getEquanda()
           
 Uoid getEquandaLinkCar()
           
 Uoid getEquandaLinkHiddenCar()
           
 Uoid getEquandaLinkLazyInst()
           
 Collection<Uoid> getEquandaLinkManyCars()
           
 Uoid getEquandaLinkPassport()
           
 String getFirstName()
           
 double getHeight()
           
 CarEJB getHiddenCar()
           
 int getHiddenInt()
           
 String getLastName()
           
 LazyInstEJB getLazyInst()
           
 Collection<CarEJB> getManyCars()
           
 int getNoOfChildren()
           
 PassportEJB getPassport()
           
 Collection<String> getPreviousJobs()
           
 String getProxy()
           
 Timestamp getSometime()
           
 String getWikiClob()
           
 String getWikiString()
           
 boolean hasDatesToRemember(Date el)
           
 boolean hasEquandaLinkManyCar(Uoid el)
           
 boolean hasManyCar(CarEJB el)
           
 boolean hasPreviousJob(String el)
           
 void init()
           
 void init(String type)
           
 boolean isEmployed()
           
 void removeDatesToRemember(Date el)
           
 void removeEntityBean()
           
 void removeEquandaLinkManyCar(Uoid el)
           
 void removeManyCar(CarEJB el)
           
 void removePreviousJob(String el)
           
 void setBlob(byte[] blob)
           
 void setCar(CarEJB car)
           
 void setClob(String clob)
           
 void setDateOfBirth(Date dateOfBirth)
           
 void setEmployed(boolean employed)
           
 void setEquandaLinkCar(Uoid car)
           
 void setEquandaLinkHiddenCar(Uoid hiddenCar)
           
 void setEquandaLinkLazyInst(Uoid lazyInst)
           
 void setEquandaLinkPassport(Uoid passport)
           
 void setFirstName(String firstName)
           
 void setHeight(double height)
           
 void setHiddenCar(CarEJB hiddenCar)
           
 void setHiddenInt(int hiddenInt)
           
 void setLastName(String lastName)
           
 void setLazyInst(LazyInstEJB lazyInst)
           
 void setNoOfChildren(int noOfChildren)
           
 void setPassport(PassportEJB passport)
           
 void setProxy(String proxy)
           
 void setSometime(Timestamp sometime)
           
 void setWikiClob(String wikiClob)
           
 void setWikiString(String wikiString)
           
 void TestAction()
           
 void updateEquanda(CocoonMan 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

CocoonMan getEquanda()

updateEquanda

void updateEquanda(CocoonMan proxy)
                   throws EquandaPersistenceException
Throws:
EquandaPersistenceException

getFirstName

String getFirstName()

setFirstName

void setFirstName(String firstName)
                  throws EquandaPersistenceException
Throws:
EquandaPersistenceException

getLastName

String getLastName()

setLastName

void setLastName(String lastName)
                 throws EquandaPersistenceException
Throws:
EquandaPersistenceException

getDateOfBirth

Date getDateOfBirth()

setDateOfBirth

void setDateOfBirth(Date dateOfBirth)
                    throws EquandaPersistenceException
Throws:
EquandaPersistenceException

getSometime

Timestamp getSometime()

setSometime

void setSometime(Timestamp sometime)
                 throws EquandaPersistenceException
Throws:
EquandaPersistenceException

getEmployed

boolean getEmployed()

isEmployed

boolean isEmployed()

setEmployed

void setEmployed(boolean employed)
                 throws EquandaPersistenceException
Throws:
EquandaPersistenceException

getHeight

double getHeight()

setHeight

void setHeight(double height)
               throws EquandaPersistenceException
Throws:
EquandaPersistenceException

getNoOfChildren

int getNoOfChildren()

setNoOfChildren

void setNoOfChildren(int noOfChildren)
                     throws EquandaPersistenceException
Throws:
EquandaPersistenceException

getPreviousJobs

Collection<String> getPreviousJobs()

addPreviousJob

void addPreviousJob(String el)
                    throws EquandaPersistenceException
Throws:
EquandaPersistenceException

removePreviousJob

void removePreviousJob(String el)
                       throws EquandaPersistenceException
Throws:
EquandaPersistenceException

hasPreviousJob

boolean hasPreviousJob(String el)

getDatesToRemember

Collection<Date> getDatesToRemember()

addDatesToRemember

void addDatesToRemember(Date el)
                        throws EquandaPersistenceException
Throws:
EquandaPersistenceException

removeDatesToRemember

void removeDatesToRemember(Date el)
                           throws EquandaPersistenceException
Throws:
EquandaPersistenceException

hasDatesToRemember

boolean hasDatesToRemember(Date el)

getCar

CarEJB getCar()

getEquandaLinkCar

Uoid getEquandaLinkCar()

setCar

void setCar(CarEJB car)
            throws EquandaPersistenceException
Throws:
EquandaPersistenceException

setEquandaLinkCar

void setEquandaLinkCar(Uoid car)
                       throws EquandaPersistenceException
Throws:
EquandaPersistenceException

getHiddenInt

int getHiddenInt()

setHiddenInt

void setHiddenInt(int hiddenInt)
                  throws EquandaPersistenceException
Throws:
EquandaPersistenceException

getHiddenCar

CarEJB getHiddenCar()

getEquandaLinkHiddenCar

Uoid getEquandaLinkHiddenCar()

setHiddenCar

void setHiddenCar(CarEJB hiddenCar)
                  throws EquandaPersistenceException
Throws:
EquandaPersistenceException

setEquandaLinkHiddenCar

void setEquandaLinkHiddenCar(Uoid hiddenCar)
                             throws EquandaPersistenceException
Throws:
EquandaPersistenceException

getManyCars

Collection<CarEJB> getManyCars()

addManyCar

void addManyCar(CarEJB el)
                throws EquandaPersistenceException
Throws:
EquandaPersistenceException

removeManyCar

void removeManyCar(CarEJB el)
                   throws EquandaPersistenceException
Throws:
EquandaPersistenceException

hasManyCar

boolean hasManyCar(CarEJB el)

getEquandaLinkManyCars

Collection<Uoid> getEquandaLinkManyCars()

addEquandaLinkManyCar

void addEquandaLinkManyCar(Uoid el)
                           throws EquandaPersistenceException
Throws:
EquandaPersistenceException

hasEquandaLinkManyCar

boolean hasEquandaLinkManyCar(Uoid el)

removeEquandaLinkManyCar

void removeEquandaLinkManyCar(Uoid el)
                              throws EquandaPersistenceException
Throws:
EquandaPersistenceException

getBlob

byte[] getBlob()

setBlob

void setBlob(byte[] blob)
             throws EquandaPersistenceException
Throws:
EquandaPersistenceException

getClob

String getClob()

setClob

void setClob(String clob)
             throws EquandaPersistenceException
Throws:
EquandaPersistenceException

getWikiString

String getWikiString()

setWikiString

void setWikiString(String wikiString)
                   throws EquandaPersistenceException
Throws:
EquandaPersistenceException

getWikiClob

String getWikiClob()

setWikiClob

void setWikiClob(String wikiClob)
                 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

getProxy

String getProxy()

setProxy

void setProxy(String proxy)
              throws EquandaPersistenceException
Throws:
EquandaPersistenceException

getLazyInst

LazyInstEJB getLazyInst()

getEquandaLinkLazyInst

Uoid getEquandaLinkLazyInst()

setLazyInst

void setLazyInst(LazyInstEJB lazyInst)
                 throws EquandaPersistenceException
Throws:
EquandaPersistenceException

setEquandaLinkLazyInst

void setEquandaLinkLazyInst(Uoid lazyInst)
                            throws EquandaPersistenceException
Throws:
EquandaPersistenceException

TestAction

void TestAction()
                throws EquandaPersistenceException
Throws:
EquandaPersistenceException

removeEntityBean

void removeEntityBean()
                      throws EquandaPersistenceException
Throws:
EquandaPersistenceException


Copyright © 2007-2008. All Rights Reserved.