Class VocabularyTermPermId

java.lang.Object
ch.ethz.sis.openbis.generic.asapi.v3.dto.vocabulary.id.VocabularyTermPermId
All Implemented Interfaces:
IObjectId, IVocabularyTermId, Serializable

@JsonObject("as.dto.vocabulary.id.VocabularyTermPermId") public class VocabularyTermPermId extends Object implements IVocabularyTermId, Serializable
Vocabulary term perm id.
See Also:
  • Constructor Details

    • VocabularyTermPermId

      public VocabularyTermPermId(String code, String vocabularyCode)
      Parameters:
      code - Vocabulary term code, e.g. "MY_TERM".
      vocabularyCode - Vocabulary code, e.g. "MY_VOCABULARY"
  • Method Details