Class FieldType


  • public class FieldType
    extends Object
    FieldType
    • Constructor Detail

      • FieldType

        public FieldType()
    • Method Detail

      • getField

        public String getField()
        The full name of the property.
        Returns:
        field
      • setField

        public void setField​(String field)
      • shareholderCode

        public FieldType shareholderCode​(String shareholderCode)
      • getShareholderCode

        public String getShareholderCode()
        The code of the shareholder that the field belongs to. If empty, the field belongs to an account holder.
        Returns:
        shareholderCode
      • setShareholderCode

        public void setShareholderCode​(String shareholderCode)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object