Class PropertyAssignment

    • Constructor Detail

      • PropertyAssignment

        public PropertyAssignment()
    • Method Detail

      • getSection

        public java.lang.String getSection()
      • setSection

        public void setSection​(java.lang.String section)
      • getOrdinal

        public java.lang.Integer getOrdinal()
      • setOrdinal

        public void setOrdinal​(java.lang.Integer ordinal)
      • setEntityType

        public void setEntityType​(IEntityType entityType)
      • setPropertyType

        public void setPropertyType​(PropertyType propertyType)
      • isMandatory

        public java.lang.Boolean isMandatory()
      • setMandatory

        public void setMandatory​(java.lang.Boolean mandatory)
      • isShowInEditView

        public java.lang.Boolean isShowInEditView()
      • setShowInEditView

        public void setShowInEditView​(java.lang.Boolean showInEditView)
      • isShowRawValueInForms

        public java.lang.Boolean isShowRawValueInForms()
      • setShowRawValueInForms

        public void setShowRawValueInForms​(java.lang.Boolean showRawValueInForms)
      • setSemanticAnnotations

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

        public java.lang.Boolean isSemanticAnnotationsInherited()
      • setSemanticAnnotationsInherited

        public void setSemanticAnnotationsInherited​(java.lang.Boolean semanticAnnotationsInherited)
      • setRegistrator

        public void setRegistrator​(Person registrator)
      • setRegistrationDate

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

        public Plugin getPlugin()
      • setPlugin

        public void setPlugin​(Plugin plugin)
      • toString

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