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

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

public class DMDelegateBean
extends Object
implements EquandaEntity, Serializable

Entity representation for Delegate

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 DMDelegateBean()
           
  DMDelegateBean(String type)
           
 
Method Summary
protected  void equandaPostLoad()
           
 void equandaPreUpdate()
           
 Timestamp getEquandaCreationDate()
           
 Timestamp getEquandaModificationDate()
           
 String getEquandaStatus()
           
 String getEquandaType()
           
 long getEquandaVersion()
           
 Uoid getId()
           
 DMLinkableBean getLink1()
           
 DMLinkableBean getLink2()
           
 String getName()
           
 DMPassportBean getPassport()
           
 Date getTestDate()
           
 Date getTestDateDelegate()
           
 String getTestStr()
           
 String getTestStrDelegate()
           
 Timestamp getTestTimestamp()
           
 Timestamp getTestTimestampDelegate()
           
 void modified()
          Indicate that the modification timestamp needs to be updated.
 void setEquandaCreationDate(Timestamp created)
           
 void setEquandaModificationDate(Timestamp modified)
           
 void setEquandaStatus(String status)
           
 void setEquandaType(String type)
           
protected  void setEquandaVersion(long version)
           
protected  void setId(Uoid uoid)
           
 void setLink1(DMLinkableBean link1)
           
 void setLink2(DMLinkableBean link2)
           
 void setName(String name)
           
 void setPassport(DMPassportBean passport)
           
 void setTestDate(Date testDate)
           
 void setTestDateDelegate(Date testDateDelegate)
           
 void setTestStr(String testStr)
           
 void setTestStrDelegate(String testStrDelegate)
           
 void setTestTimestamp(Timestamp testTimestamp)
           
 void setTestTimestampDelegate(Timestamp testTimestampDelegate)
           
 
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

DMDelegateBean

public DMDelegateBean(String type)
               throws EquandaPersistenceException
Throws:
EquandaPersistenceException

DMDelegateBean

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

getTestStr

public String getTestStr()

setTestStr

public void setTestStr(String testStr)

getTestStrDelegate

public String getTestStrDelegate()

setTestStrDelegate

public void setTestStrDelegate(String testStrDelegate)

getTestDate

public Date getTestDate()

setTestDate

public void setTestDate(Date testDate)

getTestDateDelegate

public Date getTestDateDelegate()

setTestDateDelegate

public void setTestDateDelegate(Date testDateDelegate)

getTestTimestamp

public Timestamp getTestTimestamp()

setTestTimestamp

public void setTestTimestamp(Timestamp testTimestamp)

getTestTimestampDelegate

public Timestamp getTestTimestampDelegate()

setTestTimestampDelegate

public void setTestTimestampDelegate(Timestamp testTimestampDelegate)

getLink1

public DMLinkableBean getLink1()

setLink1

public void setLink1(DMLinkableBean link1)

getLink2

public DMLinkableBean getLink2()

setLink2

public void setLink2(DMLinkableBean link2)

getName

public String getName()

setName

public void setName(String name)

getPassport

public DMPassportBean getPassport()

setPassport

public void setPassport(DMPassportBean passport)


Copyright © 2007-2008. All Rights Reserved.