Class VocabularyTermUpdate
java.lang.Object
ch.ethz.sis.openbis.generic.asapi.v3.dto.vocabulary.update.VocabularyTermUpdate
- All Implemented Interfaces:
IObjectUpdate<IVocabularyTermId>,IUpdate,Serializable
@JsonObject("as.dto.vocabulary.update.VocabularyTermUpdate")
public class VocabularyTermUpdate
extends Object
implements IUpdate, IObjectUpdate<IVocabularyTermId>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetLabel()voidsetDescription(String description) voidvoidsetManagedInternally(Boolean managedInternally) voidsetOfficial(Boolean official) voidsetPreviousTermId(IVocabularyTermId previousTermId) voidsetVocabularyTermId(IVocabularyTermId vocabularyTermId) toString()
-
Constructor Details
-
VocabularyTermUpdate
public VocabularyTermUpdate()
-
-
Method Details
-
getObjectId
- Specified by:
getObjectIdin interfaceIObjectUpdate<IVocabularyTermId>
-
getVocabularyTermId
-
setVocabularyTermId
-
setLabel
-
getLabel
-
setDescription
-
getDescription
-
setPreviousTermId
-
getPreviousTermId
-
setOfficial
-
isOfficial
-
setManagedInternally
-
isManagedInternally
-
toString
-