Class DomainProperty


  • public class DomainProperty
    extends Object
    • Constructor Detail

      • DomainProperty

        public DomainProperty()
    • Method Detail

      • setName

        public void setName​(String propertyName)
      • getName

        public String getName()
      • setType

        public void setType​(String propertyType)
      • getType

        public String getType()
      • setMaxLength

        public void setMaxLength​(int maxLength)
      • getMaxLength

        public int getMaxLength()
      • setMapParameter

        public void setMapParameter​(String mapParameter)
      • getMapParameter

        public String getMapParameter()
      • isUsedToImport

        public boolean isUsedToImport()
      • getLabel

        public String getLabel()
      • setLabel

        public void setLabel​(String label)
      • getDescription

        public String getDescription()
      • setDescription

        public void setDescription​(String description)
      • getRedirectAttribute

        public String getRedirectAttribute()
      • getRedirectOU

        public String getRedirectOU()
      • isUpdateAllowedToUser

        public boolean isUpdateAllowedToUser()
      • isUpdateAllowedToAdmin

        public boolean isUpdateAllowedToAdmin()