Class NewVocabularyTerm
java.lang.Object
ch.systemsx.cisd.openbis.generic.shared.api.v1.dto.NewVocabularyTerm
- All Implemented Interfaces:
Serializable
@JsonObject("NewVocabularyTerm")
public class NewVocabularyTerm
extends Object
implements Serializable
A value object representing a new vocabulary term to be created by the openBIS backend.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCode()Return the term's code.Return the term's description.getLabel()Return the term's label.Return the position of predecessor term in the vocabulary.voidSet the term's code.voidsetDescription(String description) Set the term's description.voidSet the term's label.voidsetPreviousTermOrdinal(Long previousTermOrdinal) Set the position of predecessor term in the vocabulary.toString()
-
Constructor Details
-
NewVocabularyTerm
public NewVocabularyTerm()
-
-
Method Details
-
getCode
Return the term's code. -
setCode
Set the term's code. -
getLabel
Return the term's label. -
setLabel
Set the term's label. -
getDescription
Return the term's description. -
setDescription
Set the term's description. -
getPreviousTermOrdinal
Return the position of predecessor term in the vocabulary. -
setPreviousTermOrdinal
Set the position of predecessor term in the vocabulary. -
toString
-