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

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

public class DMImmutableIfGlobalBean
extends Object
implements EquandaEntity, Serializable

Entity representation for ImmutableIfGlobal

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 DMImmutableIfGlobalBean()
           
  DMImmutableIfGlobalBean(String type)
           
 
Method Summary
protected  void equandaPostLoad()
           
 void equandaPreUpdate()
           
 String getChildLock()
           
 Timestamp getEquandaCreationDate()
           
 Timestamp getEquandaModificationDate()
           
 String getEquandaStatus()
           
 String getEquandaType()
           
 long getEquandaVersion()
           
 String getFree()
           
 String getFree2()
           
 String getFreeChild()
           
 Uoid getId()
           
 boolean getLocked()
           
 boolean getLocked2()
           
 boolean getLocked3()
           
 boolean getLocked4()
           
 String getName()
           
 String getName2()
           
 boolean getRelease()
           
 String getReleased()
           
 void modified()
          Indicate that the modification timestamp needs to be updated.
 void setChildLock(String childLock)
           
 void setEquandaCreationDate(Timestamp created)
           
 void setEquandaModificationDate(Timestamp modified)
           
 void setEquandaStatus(String status)
           
 void setEquandaType(String type)
           
protected  void setEquandaVersion(long version)
           
 void setFree(String free)
           
 void setFree2(String free2)
           
 void setFreeChild(String freeChild)
           
protected  void setId(Uoid uoid)
           
 void setLocked(boolean locked)
           
 void setLocked2(boolean locked2)
           
 void setLocked3(boolean locked3)
           
 void setLocked4(boolean locked4)
           
 void setName(String name)
           
 void setName2(String name2)
           
 void setRelease(boolean release)
           
 void setReleased(String released)
           
 
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

DMImmutableIfGlobalBean

public DMImmutableIfGlobalBean(String type)
                        throws EquandaPersistenceException
Throws:
EquandaPersistenceException

DMImmutableIfGlobalBean

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

getLocked

public boolean getLocked()

setLocked

public void setLocked(boolean locked)

getLocked2

public boolean getLocked2()

setLocked2

public void setLocked2(boolean locked2)

getName

public String getName()

setName

public void setName(String name)

getFree

public String getFree()

setFree

public void setFree(String free)

getRelease

public boolean getRelease()

setRelease

public void setRelease(boolean release)

getReleased

public String getReleased()

setReleased

public void setReleased(String released)

getFreeChild

public String getFreeChild()

setFreeChild

public void setFreeChild(String freeChild)

getChildLock

public String getChildLock()

setChildLock

public void setChildLock(String childLock)

getName2

public String getName2()

setName2

public void setName2(String name2)

getFree2

public String getFree2()

setFree2

public void setFree2(String free2)

getLocked3

public boolean getLocked3()

setLocked3

public void setLocked3(boolean locked3)

getLocked4

public boolean getLocked4()

setLocked4

public void setLocked4(boolean locked4)


Copyright © 2007-2008. All Rights Reserved.