Class FieldType


  • public class FieldType
    extends Object
    FieldType
    • Constructor Detail

      • FieldType

        public FieldType()
    • Method Detail

      • getFieldName

        public FieldType.FieldNameEnum getFieldName()
        type of the field, that did not pass the validation
        Returns:
        fieldName
      • getField

        public String getField()
        full name of the property, that did not pass the validation
        Returns:
        field
      • setField

        public void setField​(String field)
      • shareholderCode

        public FieldType shareholderCode​(String shareholderCode)
      • getShareholderCode

        public String getShareholderCode()
        Code of the shareholder, if this field belongs to a shareholder. Empty, if this field belongs to an account holder.
        Returns:
        shareholderCode
      • setShareholderCode

        public void setShareholderCode​(String shareholderCode)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object