org.equanda.test.dm.server.pm
Class DMCocoonManBean

java.lang.Object
  extended by org.equanda.test.dm.server.pm.DMCocoonManBean
All Implemented Interfaces:
Serializable, EquandaEntity

public class DMCocoonManBean
extends Object
implements EquandaEntity, Serializable

Entity representation for CocoonMan

See Also:
Serialized Form

Field Summary
protected  Timestamp equandaCreation
           
protected  Timestamp equandaModified
           
protected  String equandaStatus
           
protected  boolean equandaStatusModified
           
protected  String equandaType
           
protected  long equandaVersion
           
protected  Uoid uoid
           
 
Constructor Summary
protected DMCocoonManBean()
           
  DMCocoonManBean(String type)
           
 
Method Summary
protected  void equandaPostLoad()
           
 void equandaPreUpdate()
           
 byte[] getBlob()
           
 DMCarBean getCar()
           
 String getClob()
           
 Date getDateOfBirth()
           
 Collection<DMCocoonMan_DatesToRememberBean> getDatesToRemember()
           
 boolean getEmployed()
           
 Timestamp getEquandaCreationDate()
           
 Timestamp getEquandaModificationDate()
           
 String getEquandaStatus()
           
 String getEquandaType()
           
 long getEquandaVersion()
           
 String getFirstName()
           
 double getHeight()
           
 DMCarBean getHiddenCar()
           
 int getHiddenInt()
           
 Uoid getId()
           
 String getLastName()
           
 DMLazyInstBean getLazyInst()
           
 Collection<DMCarBean> getManyCars()
           
 int getNoOfChildren()
           
 DMPassportBean getPassport()
           
 Collection<DMCocoonMan_PreviousJobsBean> getPreviousJobs()
           
 String getProxy()
           
 Timestamp getSometime()
           
 String getWikiClob()
           
 String getWikiString()
           
 void modified()
          Indicate that the modification timestamp needs to be updated.
 void setBlob(byte[] blob)
           
 void setCar(DMCarBean car)
           
 void setClob(String clob)
           
 void setDateOfBirth(Date dateOfBirth)
           
 void setDatesToRemember(Collection<DMCocoonMan_DatesToRememberBean> datesToRemember)
           
 void setEmployed(boolean employed)
           
 void setEquandaCreationDate(Timestamp created)
           
 void setEquandaModificationDate(Timestamp modified)
           
 void setEquandaStatus(String status)
           
 void setEquandaType(String type)
           
protected  void setEquandaVersion(long version)
           
 void setFirstName(String firstName)
           
 void setHeight(double height)
           
 void setHiddenCar(DMCarBean hiddenCar)
           
 void setHiddenInt(int hiddenInt)
           
protected  void setId(Uoid uoid)
           
 void setLastName(String lastName)
           
 void setLazyInst(DMLazyInstBean lazyInst)
           
 void setManyCars(Collection<DMCarBean> manyCars)
           
 void setNoOfChildren(int noOfChildren)
           
 void setPassport(DMPassportBean passport)
           
 void setPreviousJobs(Collection<DMCocoonMan_PreviousJobsBean> previousJobs)
           
 void setProxy(String proxy)
           
 void setSometime(Timestamp sometime)
           
 void setWikiClob(String wikiClob)
           
 void setWikiString(String wikiString)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

uoid

protected Uoid uoid

equandaType

protected String equandaType

equandaStatus

protected String equandaStatus

equandaStatusModified

protected transient boolean equandaStatusModified

equandaCreation

protected Timestamp equandaCreation

equandaModified

protected Timestamp equandaModified

equandaVersion

protected long equandaVersion
Constructor Detail

DMCocoonManBean

public DMCocoonManBean(String type)
                throws EquandaPersistenceException
Throws:
EquandaPersistenceException

DMCocoonManBean

protected DMCocoonManBean()
                   throws EquandaPersistenceException
Throws:
EquandaPersistenceException
Method Detail

getId

public Uoid getId()
Specified by:
getId in interface EquandaEntity

setId

protected void setId(Uoid uoid)

getEquandaCreationDate

public Timestamp getEquandaCreationDate()
Specified by:
getEquandaCreationDate in interface EquandaEntity

setEquandaCreationDate

public void setEquandaCreationDate(Timestamp created)

getEquandaModificationDate

public Timestamp getEquandaModificationDate()
Specified by:
getEquandaModificationDate in interface EquandaEntity

setEquandaModificationDate

public void setEquandaModificationDate(Timestamp modified)
Specified by:
setEquandaModificationDate in interface EquandaEntity

equandaPostLoad

protected void equandaPostLoad()

equandaPreUpdate

public void equandaPreUpdate()

modified

public void modified()
Indicate that the modification timestamp needs to be updated. Should be called when changing something in one of the collections.


getEquandaType

public String getEquandaType()
Specified by:
getEquandaType in interface EquandaEntity

setEquandaType

public void setEquandaType(String type)

getEquandaVersion

public long getEquandaVersion()
Specified by:
getEquandaVersion in interface EquandaEntity

setEquandaVersion

protected void setEquandaVersion(long version)

getEquandaStatus

public String getEquandaStatus()
Specified by:
getEquandaStatus in interface EquandaEntity

setEquandaStatus

public void setEquandaStatus(String status)
Specified by:
setEquandaStatus in interface EquandaEntity

getFirstName

public String getFirstName()

setFirstName

public void setFirstName(String firstName)

getLastName

public String getLastName()

setLastName

public void setLastName(String lastName)

getDateOfBirth

public Date getDateOfBirth()

setDateOfBirth

public void setDateOfBirth(Date dateOfBirth)

getSometime

public Timestamp getSometime()

setSometime

public void setSometime(Timestamp sometime)

getEmployed

public boolean getEmployed()

setEmployed

public void setEmployed(boolean employed)

getHeight

public double getHeight()

setHeight

public void setHeight(double height)

getNoOfChildren

public int getNoOfChildren()

setNoOfChildren

public void setNoOfChildren(int noOfChildren)

getPreviousJobs

public Collection<DMCocoonMan_PreviousJobsBean> getPreviousJobs()

setPreviousJobs

public void setPreviousJobs(Collection<DMCocoonMan_PreviousJobsBean> previousJobs)

getDatesToRemember

public Collection<DMCocoonMan_DatesToRememberBean> getDatesToRemember()

setDatesToRemember

public void setDatesToRemember(Collection<DMCocoonMan_DatesToRememberBean> datesToRemember)

getCar

public DMCarBean getCar()

setCar

public void setCar(DMCarBean car)

getHiddenInt

public int getHiddenInt()

setHiddenInt

public void setHiddenInt(int hiddenInt)

getHiddenCar

public DMCarBean getHiddenCar()

setHiddenCar

public void setHiddenCar(DMCarBean hiddenCar)

getManyCars

public Collection<DMCarBean> getManyCars()

setManyCars

public void setManyCars(Collection<DMCarBean> manyCars)

getBlob

public byte[] getBlob()

setBlob

public void setBlob(byte[] blob)

getClob

public String getClob()

setClob

public void setClob(String clob)

getWikiString

public String getWikiString()

setWikiString

public void setWikiString(String wikiString)

getWikiClob

public String getWikiClob()

setWikiClob

public void setWikiClob(String wikiClob)

getPassport

public DMPassportBean getPassport()

setPassport

public void setPassport(DMPassportBean passport)

getProxy

public String getProxy()

setProxy

public void setProxy(String proxy)

getLazyInst

public DMLazyInstBean getLazyInst()

setLazyInst

public void setLazyInst(DMLazyInstBean lazyInst)


Copyright © 2007-2008. All Rights Reserved.