org.equanda.persistence
Class EquandaFieldBean

java.lang.Object
  extended by org.equanda.persistence.EquandaFieldBean

public class EquandaFieldBean
extends Object

Base implementation for a equanda entity bean (DMFieldBean)

Author:
Joachim Van der Auwera

Field Summary
protected  Timestamp equandaCreation
           
protected  Uoid uoid
           
 
Constructor Summary
EquandaFieldBean()
           
 
Method Summary
 Timestamp getEquandaCreationDate()
           
 Uoid getId()
           
 void setEquandaCreationDate(Timestamp created)
           
 void setId(Uoid uoid)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

uoid

protected Uoid uoid

equandaCreation

protected Timestamp equandaCreation
Constructor Detail

EquandaFieldBean

public EquandaFieldBean()
Method Detail

getId

public Uoid getId()

setId

public void setId(Uoid uoid)

getEquandaCreationDate

public Timestamp getEquandaCreationDate()

setEquandaCreationDate

public void setEquandaCreationDate(Timestamp created)


Copyright © 2007-2009. All Rights Reserved.