Interface IVocabularyTermUpdates
-
- All Superinterfaces:
ICodeHolder
,IIdHolder
- All Known Implementing Classes:
UpdatedVocabularyTerm
,VocabularyTerm
public interface IVocabularyTermUpdates extends IIdHolder, ICodeHolder
Description of the updates which should be performed on a vocabulary term.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getDescription()
java.lang.String
getLabel()
java.util.Date
getModificationDate()
java.lang.Long
getOrdinal()
-
Methods inherited from interface ch.systemsx.cisd.openbis.generic.shared.basic.ICodeHolder
getCode
-
-