Interface IVocabularyUpdates
-
- All Superinterfaces:
ICodeHolder
,IIdHolder
- All Known Implementing Classes:
NewVocabulary
,Vocabulary
public interface IVocabularyUpdates extends IIdHolder, ICodeHolder
Description of the updates which should be performed on the vocabulary.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getDescription()
java.util.Date
getModificationDate()
java.lang.String
getURLTemplate()
boolean
isChosenFromList()
-
Methods inherited from interface ch.systemsx.cisd.openbis.generic.shared.basic.ICodeHolder
getCode
-
-