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.
Methods inherited from interface org.equanda.persistence.HasId |
getId |
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.