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

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

public class DMDefaultBean
extends Object
implements EquandaEntity, Serializable

Entity representation for Default

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 DMDefaultBean()
           
  DMDefaultBean(String type)
           
 
Method Summary
protected  void equandaPostLoad()
           
 void equandaPreUpdate()
           
 Timestamp getEquandaCreationDate()
           
 Timestamp getEquandaModificationDate()
           
 String getEquandaStatus()
           
 String getEquandaType()
           
 long getEquandaVersion()
           
 Uoid getId()
           
 byte[] getTestBlob()
           
 String getTestClob()
           
 Date getTestDate()
           
 Date getTestDateDefaultNow()
           
 int getTestInt()
           
 int getTestIntDefault100()
           
 int getTestIntDefaultAuto()
           
 int getTestIntDefaultClass()
           
 String getTestStringDefault10()
           
 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 setTestBlob(byte[] testBlob)
           
 void setTestClob(String testClob)
           
 void setTestDate(Date testDate)
           
 void setTestDateDefaultNow(Date testDateDefaultNow)
           
 void setTestInt(int testInt)
           
 void setTestIntDefault100(int testIntDefault100)
           
 void setTestIntDefaultAuto(int testIntDefaultAuto)
           
 void setTestIntDefaultClass(int testIntDefaultClass)
           
 void setTestStringDefault10(String testStringDefault10)
           
 
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

DMDefaultBean

public DMDefaultBean(String type)
              throws EquandaPersistenceException
Throws:
EquandaPersistenceException

DMDefaultBean

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

getTestStringDefault10

public String getTestStringDefault10()

setTestStringDefault10

public void setTestStringDefault10(String testStringDefault10)

getTestIntDefault100

public int getTestIntDefault100()

setTestIntDefault100

public void setTestIntDefault100(int testIntDefault100)

getTestInt

public int getTestInt()

setTestInt

public void setTestInt(int testInt)

getTestDateDefaultNow

public Date getTestDateDefaultNow()

setTestDateDefaultNow

public void setTestDateDefaultNow(Date testDateDefaultNow)

getTestDate

public Date getTestDate()

setTestDate

public void setTestDate(Date testDate)

getTestIntDefaultAuto

public int getTestIntDefaultAuto()

setTestIntDefaultAuto

public void setTestIntDefaultAuto(int testIntDefaultAuto)

getTestBlob

public byte[] getTestBlob()

setTestBlob

public void setTestBlob(byte[] testBlob)

getTestClob

public String getTestClob()

setTestClob

public void setTestClob(String testClob)

getTestIntDefaultClass

public int getTestIntDefaultClass()

setTestIntDefaultClass

public void setTestIntDefaultClass(int testIntDefaultClass)


Copyright © 2007-2008. All Rights Reserved.