|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectch.systemsx.cisd.openbis.generic.shared.api.v1.dto.NewVocabularyTerm
@JsonObject(value="NewVocabularyTerm") public class NewVocabularyTerm
A value object representing a new vocabulary term to be created by the openBIS backend.
Constructor Summary | |
---|---|
NewVocabularyTerm()
|
Method Summary | |
---|---|
java.lang.String |
getCode()
Return the term's code. |
java.lang.String |
getDescription()
Return the term's description. |
java.lang.String |
getLabel()
Return the term's label. |
java.lang.Long |
getPreviousTermOrdinal()
Return the position of predecessor term in the vocabulary. |
void |
setCode(java.lang.String code)
Set the term's code. |
void |
setDescription(java.lang.String description)
Set the term's description. |
void |
setLabel(java.lang.String label)
Set the term's label. |
void |
setPreviousTermOrdinal(java.lang.Long previousTermOrdinal)
Set the position of predecessor term in the vocabulary. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public NewVocabularyTerm()
Method Detail |
---|
public java.lang.String getCode()
public void setCode(java.lang.String code)
public java.lang.String getLabel()
public void setLabel(java.lang.String label)
public java.lang.String getDescription()
public void setDescription(java.lang.String description)
public java.lang.Long getPreviousTermOrdinal()
public void setPreviousTermOrdinal(java.lang.Long previousTermOrdinal)
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |