Class Note

    • Constructor Detail

      • Note

        public Note()
    • Method Detail

      • getAccount

        public Account getAccount()
      • setAccount

        public void setAccount​(Account account)
      • getCustomer

        public Customer getCustomer()
      • setCustomer

        public void setCustomer​(Customer customer)
      • getNoteHistory

        public List<History> getNoteHistory()
      • getAccountId

        public Long getAccountId()
      • setAccountId

        public void setAccountId​(Long accountId)
      • isAccountIdSpecified

        public boolean isAccountIdSpecified()
      • unsetAccountId

        public void unsetAccountId()
      • isCreateDateSpecified

        public boolean isCreateDateSpecified()
      • unsetCreateDate

        public void unsetCreateDate()
      • getId

        public Long getId()
      • setId

        public void setId​(Long id)
      • isIdSpecified

        public boolean isIdSpecified()
      • unsetId

        public void unsetId()
      • isModifyDateSpecified

        public boolean isModifyDateSpecified()
      • unsetModifyDate

        public void unsetModifyDate()
      • getNote

        public String getNote()
      • setNote

        public void setNote​(String note)
      • isNoteSpecified

        public boolean isNoteSpecified()
      • unsetNote

        public void unsetNote()
      • getNoteTypeId

        public Long getNoteTypeId()
      • setNoteTypeId

        public void setNoteTypeId​(Long noteTypeId)
      • isNoteTypeIdSpecified

        public boolean isNoteTypeIdSpecified()
      • unsetNoteTypeId

        public void unsetNoteTypeId()
      • getUserId

        public Long getUserId()
      • setUserId

        public void setUserId​(Long userId)
      • isUserIdSpecified

        public boolean isUserIdSpecified()
      • unsetUserId

        public void unsetUserId()
      • getNoteHistoryCount

        public Long getNoteHistoryCount()
      • setNoteHistoryCount

        public void setNoteHistoryCount​(Long noteHistoryCount)