Class AccountEvent


  • public class AccountEvent
    extends Object
    AccountEvent
    • Constructor Detail

      • AccountEvent

        public AccountEvent()
    • Method Detail

      • getReason

        public String getReason()
        Get reason
        Returns:
        reason
      • setReason

        public void setReason​(String reason)
      • resolvedByStateType

        public AccountEvent resolvedByStateType​(String resolvedByStateType)
      • getResolvedByStateType

        public String getResolvedByStateType()
        Get resolvedByStateType
        Returns:
        resolvedByStateType
      • setResolvedByStateType

        public void setResolvedByStateType​(String resolvedByStateType)
      • getExecutionDate

        public Date getExecutionDate()
        Get executionDate
        Returns:
        executionDate
      • setExecutionDate

        public void setExecutionDate​(Date executionDate)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object