Class CodeWithRegistrationAndModificationDate<T extends CodeWithRegistration<T>>
- java.lang.Object
-
- ch.systemsx.cisd.openbis.generic.shared.basic.dto.AbstractRegistrationHolder
-
- ch.systemsx.cisd.openbis.generic.shared.basic.dto.CodeWithRegistration<T>
-
- ch.systemsx.cisd.openbis.generic.shared.basic.dto.CodeWithRegistrationAndModificationDate<T>
-
- All Implemented Interfaces:
ICodeHolder
,IRegistratorAndModifierHolder
,IRegistratorHolder
,java.io.Serializable
,java.lang.Comparable<T>
- Direct Known Subclasses:
AbstractExternalData
,Experiment
,Material
,Project
,Sample
,VocabularyTerm
public class CodeWithRegistrationAndModificationDate<T extends CodeWithRegistration<T>> extends CodeWithRegistration<T> implements IRegistratorAndModifierHolder
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CodeWithRegistrationAndModificationDate()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Date
getModificationDate()
Person
getModifier()
int
getVersion()
void
setModificationDate(java.util.Date modificationDate)
void
setModifier(Person modifier)
void
setVersion(int version)
-
Methods inherited from class ch.systemsx.cisd.openbis.generic.shared.basic.dto.CodeWithRegistration
compareTo, getCode, setCode
-
Methods inherited from class ch.systemsx.cisd.openbis.generic.shared.basic.dto.AbstractRegistrationHolder
getRegistrationDate, getRegistrator, setRegistrationDate, setRegistrator
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface ch.systemsx.cisd.openbis.generic.shared.basic.IRegistratorHolder
getRegistrator
-
-
-
-
Method Detail
-
getModificationDate
public java.util.Date getModificationDate()
-
setModificationDate
public void setModificationDate(java.util.Date modificationDate)
-
getModifier
public final Person getModifier()
- Specified by:
getModifier
in interfaceIRegistratorAndModifierHolder
-
setModifier
public final void setModifier(Person modifier)
-
getVersion
public int getVersion()
-
setVersion
public void setVersion(int version)
-
-