Class AccountStatusDTO
java.lang.Object
tools.dynamia.modules.saas.api.dto.AccountStatusDTO
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionAccountStatusDTO(Long id, String name, AccountStatus status, Date statusDate, String statusDescription, String globalMessage, boolean showGlobalMessage, String globalMessageType, BigDecimal balance) -
Method Summary
-
Constructor Details
-
AccountStatusDTO
public AccountStatusDTO(Long id, String name, AccountStatus status, Date statusDate, String statusDescription, String globalMessage, boolean showGlobalMessage, String globalMessageType, BigDecimal balance)
-
-
Method Details
-
getId
-
getName
-
getStatus
-
getStatusDate
-
getStatusDescription
-
getGlobalMessage
-
isShowGlobalMessage
public boolean isShowGlobalMessage() -
getGlobalMessageType
-
getBalance
-