ch.systemsx.cisd.openbis.generic.shared.api.v1.dto
Class ControlledVocabularyPropertyType.VocabularyTerm

java.lang.Object
  extended by ch.systemsx.cisd.openbis.generic.shared.api.v1.dto.VocabularyTerm
      extended by ch.systemsx.cisd.openbis.generic.shared.api.v1.dto.ControlledVocabularyPropertyType.VocabularyTerm
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
ControlledVocabularyPropertyType

@JsonObject(value="VocabularyTermProperty")
public static class ControlledVocabularyPropertyType.VocabularyTerm
extends VocabularyTerm

See Also:
Serialized Form

Constructor Summary
ControlledVocabularyPropertyType.VocabularyTerm(java.lang.String code, java.lang.String label, java.lang.Long ordinal, java.lang.Boolean isOfficial, EntityRegistrationDetails registrationDetails)
           
 
Method Summary
 
Methods inherited from class ch.systemsx.cisd.openbis.generic.shared.api.v1.dto.VocabularyTerm
equals, getCode, getLabel, getOrdinal, getRegistrationDetails, hashCode, isOfficial, toString
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ControlledVocabularyPropertyType.VocabularyTerm

public ControlledVocabularyPropertyType.VocabularyTerm(java.lang.String code,
                                                       java.lang.String label,
                                                       java.lang.Long ordinal,
                                                       java.lang.Boolean isOfficial,
                                                       EntityRegistrationDetails registrationDetails)