Class VocabularyTermCreation
java.lang.Object
ch.ethz.sis.openbis.generic.asapi.v3.dto.vocabulary.create.VocabularyTermCreation
- All Implemented Interfaces:
ICreation,IObjectCreation,Serializable
@JsonObject("as.dto.vocabulary.create.VocabularyTermCreation")
public class VocabularyTermCreation
extends Object
implements ICreation, IObjectCreation
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCode()getLabel()voidvoidsetDescription(String description) voidvoidsetManagedInternally(boolean managedInternally) voidsetOfficial(Boolean official) voidsetPreviousTermId(IVocabularyTermId previousTermId) voidsetVocabularyId(IVocabularyId vocabularyId) toString()
-
Constructor Details
-
VocabularyTermCreation
public VocabularyTermCreation()
-
-
Method Details
-
getVocabularyId
-
setVocabularyId
-
getCode
-
setCode
-
getLabel
-
setLabel
-
getDescription
-
setDescription
-
isOfficial
-
setOfficial
-
getPreviousTermId
-
setPreviousTermId
-
isManagedInternally
-
setManagedInternally
public void setManagedInternally(boolean managedInternally) -
toString
-