Class VocabularyTerm
java.lang.Object
ch.systemsx.cisd.openbis.generic.shared.api.v1.dto.VocabularyTerm
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ControlledVocabularyPropertyType.VocabularyTerm
@JsonObject("VocabularyTermGeneric")
public class VocabularyTerm
extends Object
implements Serializable
- Since:
IGeneralInformationServiceversion 1.13- See Also:
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedVocabularyTerm(String code, String label, String description, Long ordinal, Boolean isOfficial, EntityRegistrationDetails registrationDetails) -
Method Summary
-
Constructor Details
-
VocabularyTerm
protected VocabularyTerm()
-
Method Details