Class SignatureType


  • public class SignatureType
    extends Object
    This object contains information about the type of signature..
    • Constructor Detail

      • SignatureType

        public SignatureType()
    • Method Detail

      • isDefault

        public SignatureType isDefault​(String isDefault)
        isDefault.
        Returns:
        SignatureType
      • getIsDefault

        public String getIsDefault()
        .
        Returns:
        isDefault
      • setIsDefault

        public void setIsDefault​(String isDefault)
        setIsDefault.
      • getType

        public String getType()
        .
        Returns:
        type
      • setType

        public void setType​(String type)
        setType.
      • equals

        public boolean equals​(Object o)
        Compares objects.
        Overrides:
        equals in class Object
        Returns:
        true or false depending on comparison result.
      • hashCode

        public int hashCode()
        Returns the HashCode.
        Overrides:
        hashCode in class Object
      • toString

        public String toString()
        Converts the given object to string.
        Overrides:
        toString in class Object