java.lang.Object
ch.ethz.sis.openbis.generic.asapi.v3.dto.vocabulary.create.VocabularyCreation
All Implemented Interfaces:
ICreation, IObjectCreation, Serializable

@JsonObject("as.dto.vocabulary.create.VocabularyCreation") public class VocabularyCreation extends Object implements ICreation, IObjectCreation
See Also:
  • Constructor Details

    • VocabularyCreation

      public VocabularyCreation()
  • Method Details

    • getCode

      public String getCode()
    • setCode

      public void setCode(String code)
    • getDescription

      public String getDescription()
    • setDescription

      public void setDescription(String description)
    • isManagedInternally

      public boolean isManagedInternally()
    • setManagedInternally

      public void setManagedInternally(boolean managedInternally)
    • isInternalNameSpace

      @Deprecated public boolean isInternalNameSpace()
      Deprecated.
    • setInternalNameSpace

      @Deprecated public void setInternalNameSpace(boolean internalNameSpace)
    • isChosenFromList

      public boolean isChosenFromList()
    • setChosenFromList

      public void setChosenFromList(boolean chosenFromList)
    • getUrlTemplate

      public String getUrlTemplate()
    • setUrlTemplate

      public void setUrlTemplate(String urlTemplate)
    • getTerms

      public List<VocabularyTermCreation> getTerms()
    • setTerms

      public void setTerms(List<VocabularyTermCreation> terms)
    • toString

      public String toString()
      Overrides:
      toString in class Object