Class ControlledVocabularyPropertyType.VocabularyTerm
java.lang.Object
ch.systemsx.cisd.openbis.generic.shared.api.v1.dto.VocabularyTerm
ch.systemsx.cisd.openbis.generic.shared.api.v1.dto.ControlledVocabularyPropertyType.VocabularyTerm
- All Implemented Interfaces:
Serializable
- Enclosing class:
ControlledVocabularyPropertyType
@JsonObject("VocabularyTermProperty")
public static class ControlledVocabularyPropertyType.VocabularyTerm
extends VocabularyTerm
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionVocabularyTerm(String code, String label, String description, Long ordinal, Boolean isOfficial, EntityRegistrationDetails registrationDetails) -
Method Summary
Methods inherited from class ch.systemsx.cisd.openbis.generic.shared.api.v1.dto.VocabularyTerm
equals, getCode, getDescription, getLabel, getOrdinal, getRegistrationDetails, hashCode, isOfficial, toString
-
Constructor Details