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

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

public class DMHideIfBean
extends Object
implements EquandaEntity, Serializable

Entity representation for HideIf A table for the Selenium testcases for hide if Should be visible, but some items of it should be hidden

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 DMHideIfBean()
           
  DMHideIfBean(String type)
           
 
Method Summary
protected  void equandaPostLoad()
           
 void equandaPreUpdate()
           
 Timestamp getEquandaCreationDate()
           
 Timestamp getEquandaModificationDate()
           
 String getEquandaStatus()
           
 String getEquandaType()
           
 long getEquandaVersion()
           
 String getFieldHide()
           
 String getFieldHideIf()
           
 String getFieldShow()
           
 Uoid getId()
           
 String getUselessField1()
           
 String getUselessField2()
           
 String getUselessField3()
           
 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)
           
 void setFieldHide(String fieldHide)
           
 void setFieldHideIf(String fieldHideIf)
           
 void setFieldShow(String fieldShow)
           
protected  void setId(Uoid uoid)
           
 void setUselessField1(String uselessField1)
           
 void setUselessField2(String uselessField2)
           
 void setUselessField3(String uselessField3)
           
 
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

DMHideIfBean

public DMHideIfBean(String type)
             throws EquandaPersistenceException
Throws:
EquandaPersistenceException

DMHideIfBean

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

getUselessField1

public String getUselessField1()

setUselessField1

public void setUselessField1(String uselessField1)

getUselessField2

public String getUselessField2()

setUselessField2

public void setUselessField2(String uselessField2)

getUselessField3

public String getUselessField3()

setUselessField3

public void setUselessField3(String uselessField3)

getFieldShow

public String getFieldShow()

setFieldShow

public void setFieldShow(String fieldShow)

getFieldHideIf

public String getFieldHideIf()

setFieldHideIf

public void setFieldHideIf(String fieldHideIf)

getFieldHide

public String getFieldHide()

setFieldHide

public void setFieldHide(String fieldHide)


Copyright © 2007-2008. All Rights Reserved.