org.equanda.test.dm.server.pm
Class DMCloneableBean
java.lang.Object
org.equanda.test.dm.server.pm.DMCloneableBean
- All Implemented Interfaces:
- Serializable, EquandaEntity
public class DMCloneableBean
- extends Object
- implements EquandaEntity, Serializable
Entity representation for Cloneable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
DMCloneableBean
public DMCloneableBean(String type)
throws EquandaPersistenceException
- Throws:
EquandaPersistenceException
DMCloneableBean
protected DMCloneableBean()
throws EquandaPersistenceException
- Throws:
EquandaPersistenceException
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
getTestStringCloneable
public String getTestStringCloneable()
setTestStringCloneable
public void setTestStringCloneable(String testStringCloneable)
getTestStringNotCloneable
public String getTestStringNotCloneable()
setTestStringNotCloneable
public void setTestStringNotCloneable(String testStringNotCloneable)
getTestMultipleString
public Collection<DMCloneable_TestMultipleStringBean> getTestMultipleString()
setTestMultipleString
public void setTestMultipleString(Collection<DMCloneable_TestMultipleStringBean> testMultipleString)
getTestCarLink
public DMCarBean getTestCarLink()
setTestCarLink
public void setTestCarLink(DMCarBean testCarLink)
getTestCarLinkValueInclude
public DMCarBean getTestCarLinkValueInclude()
setTestCarLinkValueInclude
public void setTestCarLinkValueInclude(DMCarBean testCarLinkValueInclude)
getTestCarMultipleLink
public Collection<DMCarBean> getTestCarMultipleLink()
setTestCarMultipleLink
public void setTestCarMultipleLink(Collection<DMCarBean> testCarMultipleLink)
getTestValueIncludeCarMultipleLink
public Collection<DMCarBean> getTestValueIncludeCarMultipleLink()
setTestValueIncludeCarMultipleLink
public void setTestValueIncludeCarMultipleLink(Collection<DMCarBean> testValueIncludeCarMultipleLink)
Copyright © 2007-2008. All Rights Reserved.