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

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

public class DMCarBean
extends Object
implements EquandaEntity, Serializable

Entity representation for Car

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 DMCarBean()
           
  DMCarBean(String type, String brand)
           
 
Method Summary
protected  void equandaPostLoad()
           
 void equandaPreUpdate()
           
 String getBrand()
           
 Collection<DMCloneableBean> getEquandaCloneableTestCarLink()
           
 Collection<DMCloneableBean> getEquandaCloneableTestCarLinkValueInclude()
           
 Collection<DMCloneableBean> getEquandaCloneableTestCarMultipleLink()
           
 Collection<DMCloneableBean> getEquandaCloneableTestValueIncludeCarMultipleLink()
           
 Collection<DMCocoonManBean> getEquandaCocoonManCar()
           
 Collection<DMCocoonManBean> getEquandaCocoonManHiddenCar()
           
 Collection<DMCocoonManBean> getEquandaCocoonManManyCars()
           
 Timestamp getEquandaCreationDate()
           
 Timestamp getEquandaModificationDate()
           
 Collection<DMOwnerBean> getEquandaOwnerCarsWichHeLikes()
           
 String getEquandaStatus()
           
 String getEquandaType()
           
 long getEquandaVersion()
           
 String getExtra()
           
 String getExtraUnique()
           
 Collection<DMOwnerBean> getFans()
           
 Uoid getId()
           
 Collection<DMOwnerBean> getOwners()
           
 void modified()
          Indicate that the modification timestamp needs to be updated.
 void setBrand(String brand)
           
 void setEquandaCloneableTestCarLink(Collection<DMCloneableBean> set)
           
 void setEquandaCloneableTestCarLinkValueInclude(Collection<DMCloneableBean> set)
           
 void setEquandaCloneableTestCarMultipleLink(Collection<DMCloneableBean> set)
           
 void setEquandaCloneableTestValueIncludeCarMultipleLink(Collection<DMCloneableBean> set)
           
 void setEquandaCocoonManCar(Collection<DMCocoonManBean> set)
           
 void setEquandaCocoonManHiddenCar(Collection<DMCocoonManBean> set)
           
 void setEquandaCocoonManManyCars(Collection<DMCocoonManBean> set)
           
 void setEquandaCreationDate(Timestamp created)
           
 void setEquandaModificationDate(Timestamp modified)
           
 void setEquandaOwnerCarsWichHeLikes(Collection<DMOwnerBean> set)
           
 void setEquandaStatus(String status)
           
 void setEquandaType(String type)
           
protected  void setEquandaVersion(long version)
           
 void setExtra(String extra)
           
 void setExtraUnique(String extraUnique)
           
 void setFans(Collection<DMOwnerBean> fans)
           
protected  void setId(Uoid uoid)
           
 void setOwners(Collection<DMOwnerBean> owners)
           
 
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

DMCarBean

public DMCarBean(String type,
                 String brand)
          throws EquandaPersistenceException
Throws:
EquandaPersistenceException

DMCarBean

protected DMCarBean()
             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

getEquandaCloneableTestCarLink

public Collection<DMCloneableBean> getEquandaCloneableTestCarLink()

setEquandaCloneableTestCarLink

public void setEquandaCloneableTestCarLink(Collection<DMCloneableBean> set)

getEquandaCloneableTestCarLinkValueInclude

public Collection<DMCloneableBean> getEquandaCloneableTestCarLinkValueInclude()

setEquandaCloneableTestCarLinkValueInclude

public void setEquandaCloneableTestCarLinkValueInclude(Collection<DMCloneableBean> set)

getEquandaCloneableTestCarMultipleLink

public Collection<DMCloneableBean> getEquandaCloneableTestCarMultipleLink()

setEquandaCloneableTestCarMultipleLink

public void setEquandaCloneableTestCarMultipleLink(Collection<DMCloneableBean> set)

getEquandaCloneableTestValueIncludeCarMultipleLink

public Collection<DMCloneableBean> getEquandaCloneableTestValueIncludeCarMultipleLink()

setEquandaCloneableTestValueIncludeCarMultipleLink

public void setEquandaCloneableTestValueIncludeCarMultipleLink(Collection<DMCloneableBean> set)

getEquandaCocoonManCar

public Collection<DMCocoonManBean> getEquandaCocoonManCar()

setEquandaCocoonManCar

public void setEquandaCocoonManCar(Collection<DMCocoonManBean> set)

getEquandaCocoonManHiddenCar

public Collection<DMCocoonManBean> getEquandaCocoonManHiddenCar()

setEquandaCocoonManHiddenCar

public void setEquandaCocoonManHiddenCar(Collection<DMCocoonManBean> set)

getEquandaCocoonManManyCars

public Collection<DMCocoonManBean> getEquandaCocoonManManyCars()

setEquandaCocoonManManyCars

public void setEquandaCocoonManManyCars(Collection<DMCocoonManBean> set)

getEquandaOwnerCarsWichHeLikes

public Collection<DMOwnerBean> getEquandaOwnerCarsWichHeLikes()

setEquandaOwnerCarsWichHeLikes

public void setEquandaOwnerCarsWichHeLikes(Collection<DMOwnerBean> set)

getOwners

public Collection<DMOwnerBean> getOwners()

setOwners

public void setOwners(Collection<DMOwnerBean> owners)

getFans

public Collection<DMOwnerBean> getFans()

setFans

public void setFans(Collection<DMOwnerBean> fans)

getBrand

public String getBrand()

setBrand

public void setBrand(String brand)

getExtraUnique

public String getExtraUnique()

setExtraUnique

public void setExtraUnique(String extraUnique)

getExtra

public String getExtra()

setExtra

public void setExtra(String extra)


Copyright © 2007-2008. All Rights Reserved.