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

java.lang.Object
  extended by 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

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 DMCompareBean()
           
  DMCompareBean(String type, int testImmutableInt, double testImmutableDouble)
           
 
Method Summary
protected  void equandaPostLoad()
           
 void equandaPreUpdate()
           
 boolean getBool1()
           
 boolean getBool2()
           
 Date getDat1()
           
 Date getDat2()
           
 Date getDateFuture()
           
 double getDouble1()
           
 double getDouble2()
           
 Timestamp getEquandaCreationDate()
           
 Timestamp getEquandaModificationDate()
           
 String getEquandaStatus()
           
 String getEquandaType()
           
 long getEquandaVersion()
           
 Uoid getId()
           
 int getInt1()
           
 int getInt2()
           
 String getStr1()
           
 String getStr2()
           
 double getTestImmutableDouble()
           
 int getTestImmutableInt()
           
 Timestamp getTime1()
           
 Timestamp getTime2()
           
 Timestamp getTimePast()
           
 DMVehicleBean getWheeledVehicle()
           
 Collection<DMVehicleBean> getWheeledVehicles()
           
 void modified()
          Indicate that the modification timestamp needs to be updated.
 void setBool1(boolean bool1)
           
 void setBool2(boolean bool2)
           
 void setDat1(Date dat1)
           
 void setDat2(Date dat2)
           
 void setDateFuture(Date dateFuture)
           
 void setDouble1(double double1)
           
 void setDouble2(double double2)
           
 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 setInt1(int int1)
           
 void setInt2(int int2)
           
 void setStr1(String str1)
           
 void setStr2(String str2)
           
 void setTestImmutableDouble(double testImmutableDouble)
           
 void setTestImmutableInt(int testImmutableInt)
           
 void setTime1(Timestamp time1)
           
 void setTime2(Timestamp time2)
           
 void setTimePast(Timestamp timePast)
           
 void setWheeledVehicle(DMVehicleBean wheeledVehicle)
           
 void setWheeledVehicles(Collection<DMVehicleBean> wheeledVehicles)
           
 
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

DMCompareBean

public DMCompareBean(String type,
                     int testImmutableInt,
                     double testImmutableDouble)
              throws EquandaPersistenceException
Throws:
EquandaPersistenceException

DMCompareBean

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

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.