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

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

public class DMRemove2Bean
extends Object
implements EquandaEntity, Serializable

Entity representation for Remove2

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 DMRemove2Bean()
           
  DMRemove2Bean(String type)
           
 
Method Summary
protected  void equandaPostLoad()
           
 void equandaPreUpdate()
           
 Collection<DMLinkableBean> getCallLinkableFacade()
           
 Collection<DMLinkableBean> getCallLinkableFacade2()
           
 Timestamp getEquandaCreationDate()
           
 Collection<DMLinkableBean> getEquandaLinkableSingleKeep()
           
 Timestamp getEquandaModificationDate()
           
 String getEquandaStatus()
           
 String getEquandaType()
           
 long getEquandaVersion()
           
 DMLinkableBean getField1Bidirectional()
           
 DMLinkableBean getField2Override()
           
 Uoid getId()
           
 String getTheString()
           
 void modified()
          Indicate that the modification timestamp needs to be updated.
 void setCallLinkableFacade(Collection<DMLinkableBean> callLinkableFacade)
           
 void setCallLinkableFacade2(Collection<DMLinkableBean> callLinkableFacade2)
           
 void setEquandaCreationDate(Timestamp created)
           
 void setEquandaLinkableSingleKeep(Collection<DMLinkableBean> set)
           
 void setEquandaModificationDate(Timestamp modified)
           
 void setEquandaStatus(String status)
           
 void setEquandaType(String type)
           
protected  void setEquandaVersion(long version)
           
 void setField1Bidirectional(DMLinkableBean field1Bidirectional)
           
 void setField2Override(DMLinkableBean field2Override)
           
protected  void setId(Uoid uoid)
           
 void setTheString(String theString)
           
 
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

DMRemove2Bean

public DMRemove2Bean(String type)
              throws EquandaPersistenceException
Throws:
EquandaPersistenceException

DMRemove2Bean

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

getEquandaLinkableSingleKeep

public Collection<DMLinkableBean> getEquandaLinkableSingleKeep()

setEquandaLinkableSingleKeep

public void setEquandaLinkableSingleKeep(Collection<DMLinkableBean> set)

getTheString

public String getTheString()

setTheString

public void setTheString(String theString)

getField1Bidirectional

public DMLinkableBean getField1Bidirectional()

setField1Bidirectional

public void setField1Bidirectional(DMLinkableBean field1Bidirectional)

getField2Override

public DMLinkableBean getField2Override()

setField2Override

public void setField2Override(DMLinkableBean field2Override)

getCallLinkableFacade

public Collection<DMLinkableBean> getCallLinkableFacade()

setCallLinkableFacade

public void setCallLinkableFacade(Collection<DMLinkableBean> callLinkableFacade)

getCallLinkableFacade2

public Collection<DMLinkableBean> getCallLinkableFacade2()

setCallLinkableFacade2

public void setCallLinkableFacade2(Collection<DMLinkableBean> callLinkableFacade2)


Copyright © 2007-2008. All Rights Reserved.