Class AccountPaymentDTO
java.lang.Object
tools.dynamia.modules.saas.api.dto.AccountPaymentDTO
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlonggetId()getType()longgetUsers()getValue()booleanvoidsetAccountId(Long accountId) voidsetActivedUsers(long activedUsers) voidsetDescription(String description) voidsetFinished(boolean finished) voidvoidsetPaymentMethodDescription(String paymentMethodDescription) voidsetPaymentValue(BigDecimal paymentValue) voidvoidsetUsers(long users) voidsetValue(BigDecimal value)
-
Constructor Details
-
AccountPaymentDTO
public AccountPaymentDTO()
-
-
Method Details
-
getId
-
setId
-
getAccountId
-
setAccountId
-
getType
-
setType
-
getValue
-
setValue
-
getPaymentValue
-
setPaymentValue
-
getUsers
public long getUsers() -
setUsers
public void setUsers(long users) -
getActivedUsers
public long getActivedUsers() -
setActivedUsers
public void setActivedUsers(long activedUsers) -
getDescription
-
setDescription
-
getPaymentMethodDescription
-
setPaymentMethodDescription
-
isFinished
public boolean isFinished() -
setFinished
public void setFinished(boolean finished)
-