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.StringgetDescription()java.lang.StringgetLabel()java.util.DategetModificationDate()java.lang.LonggetOrdinal()-
Methods inherited from interface ch.systemsx.cisd.openbis.generic.shared.basic.ICodeHolder
getCode
-
-