Class ReconcileAccountAttributesEntity

    • Constructor Detail

      • ReconcileAccountAttributesEntity

        public ReconcileAccountAttributesEntity()
    • Method Detail

      • getId

        public Long getId()
        Gets value for attribute id
      • setId

        public void setId​(Long id)
        Sets value for attribute id
      • getAttribute

        public String getAttribute()
        Gets value for attribute attribute
      • setAttribute

        public void setAttribute​(String attribute)
        Sets value for attribute attribute
      • getValue

        public String getValue()
        Gets value for attribute value
      • setValue

        public void setValue​(String value)
        Sets value for attribute value
      • getDateValue

        public Date getDateValue()
        Gets value for attribute dateValue
      • setDateValue

        public void setDateValue​(Date dateValue)
        Sets value for attribute dateValue
      • equals

        public boolean equals​(Object object)
        Returns true if the argument is an ReconcileAccountAttributesEntity instance and all identifiers for this entity equal the identifiers of the argument entity. Returns false otherwise.
        Overrides:
        equals in class Object
      • hashCode

        public int hashCode()
        Returns a hash code based on this entity's identifiers.
        Overrides:
        hashCode in class Object