org.equanda.test.dm.server.pm
Class DMCompareBean
java.lang.Object
org.equanda.test.dm.server.pm.DMCompareBean
- All Implemented Interfaces:
- Serializable, EquandaEntity
public class DMCompareBean
- extends Object
- implements EquandaEntity, Serializable
Entity representation for Compare
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
DMCompareBean
public DMCompareBean(String type,
int testImmutableInt,
double testImmutableDouble)
throws EquandaPersistenceException
- Throws:
EquandaPersistenceException
DMCompareBean
protected DMCompareBean()
throws EquandaPersistenceException
- Throws:
EquandaPersistenceException
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
getBool1
public boolean getBool1()
setBool1
public void setBool1(boolean bool1)
getInt1
public int getInt1()
setInt1
public void setInt1(int int1)
getDouble1
public double getDouble1()
setDouble1
public void setDouble1(double double1)
getStr1
public String getStr1()
setStr1
public void setStr1(String str1)
getDat1
public Date getDat1()
setDat1
public void setDat1(Date dat1)
getTime1
public Timestamp getTime1()
setTime1
public void setTime1(Timestamp time1)
getBool2
public boolean getBool2()
setBool2
public void setBool2(boolean bool2)
getInt2
public int getInt2()
setInt2
public void setInt2(int int2)
getDouble2
public double getDouble2()
setDouble2
public void setDouble2(double double2)
getStr2
public String getStr2()
setStr2
public void setStr2(String str2)
getDat2
public Date getDat2()
setDat2
public void setDat2(Date dat2)
getTime2
public Timestamp getTime2()
setTime2
public void setTime2(Timestamp time2)
getDateFuture
public Date getDateFuture()
setDateFuture
public void setDateFuture(Date dateFuture)
getTimePast
public Timestamp getTimePast()
setTimePast
public void setTimePast(Timestamp timePast)
getTestImmutableInt
public int getTestImmutableInt()
setTestImmutableInt
public void setTestImmutableInt(int testImmutableInt)
getTestImmutableDouble
public double getTestImmutableDouble()
setTestImmutableDouble
public void setTestImmutableDouble(double testImmutableDouble)
getWheeledVehicle
public DMVehicleBean getWheeledVehicle()
setWheeledVehicle
public void setWheeledVehicle(DMVehicleBean wheeledVehicle)
getWheeledVehicles
public Collection<DMVehicleBean> getWheeledVehicles()
setWheeledVehicles
public void setWheeledVehicles(Collection<DMVehicleBean> wheeledVehicles)
Copyright © 2007-2008. All Rights Reserved.