org.equanda.persistence
Interface EquandaEntity


public interface EquandaEntity

Marker interface to indicate equanda entity beans (DMObjectBean)

Author:
Joachim Van der Auwera

Method Summary
 Timestamp getEquandaCreationDate()
           
 Timestamp getEquandaModificationDate()
           
 String getEquandaStatus()
           
 String getEquandaType()
           
 long getEquandaVersion()
           
 Uoid getId()
           
 void setEquandaModificationDate(Timestamp modified)
           
 void setEquandaStatus(String status)
           
 

Method Detail

getId

Uoid getId()

getEquandaStatus

String getEquandaStatus()

setEquandaStatus

void setEquandaStatus(String status)

getEquandaModificationDate

Timestamp getEquandaModificationDate()

getEquandaCreationDate

Timestamp getEquandaCreationDate()

setEquandaModificationDate

void setEquandaModificationDate(Timestamp modified)

getEquandaType

String getEquandaType()

getEquandaVersion

long getEquandaVersion()


Copyright © 2007-2009. All Rights Reserved.