Class PropertyType

    • Constructor Detail

      • PropertyType

        public PropertyType()
    • Method Detail

      • getCode

        public java.lang.String getCode()
        Specified by:
        getCode in interface ICodeHolder
      • setCode

        public void setCode​(java.lang.String code)
      • getLabel

        public java.lang.String getLabel()
      • setLabel

        public void setLabel​(java.lang.String label)
      • setDescription

        public void setDescription​(java.lang.String description)
      • isManagedInternally

        public java.lang.Boolean isManagedInternally()
      • setManagedInternally

        public void setManagedInternally​(java.lang.Boolean managedInternally)
      • isInternalNameSpace

        @Deprecated
        public java.lang.Boolean isInternalNameSpace()
        Deprecated.
      • setInternalNameSpace

        @Deprecated
        public void setInternalNameSpace​(java.lang.Boolean internalNameSpace)
        Deprecated.
        use {@link #setManagedInternally(Boolean)()}
      • getDataType

        public DataType getDataType()
      • setDataType

        public void setDataType​(DataType dataType)
      • getVocabulary

        public Vocabulary getVocabulary()
      • setVocabulary

        public void setVocabulary​(Vocabulary vocabulary)
      • setMaterialType

        public void setMaterialType​(MaterialType materialType)
      • getSampleType

        public SampleType getSampleType()
      • setSampleType

        public void setSampleType​(SampleType sampleType)
      • getSchema

        public java.lang.String getSchema()
      • setSchema

        public void setSchema​(java.lang.String schema)
      • getTransformation

        public java.lang.String getTransformation()
      • setTransformation

        public void setTransformation​(java.lang.String transformation)
      • setSemanticAnnotations

        public void setSemanticAnnotations​(java.util.List<SemanticAnnotation> semanticAnnotations)
      • setRegistrator

        public void setRegistrator​(Person registrator)
      • setRegistrationDate

        public void setRegistrationDate​(java.util.Date registrationDate)
      • getMetaData

        public java.util.Map<java.lang.String,​java.lang.String> getMetaData()
      • setMetaData

        public void setMetaData​(java.util.Map<java.lang.String,​java.lang.String> metaData)
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object