public class SubscriptionModel
extends java.lang.Object
Constructor and Description |
---|
SubscriptionModel() |
Modifier and Type | Method and Description |
---|---|
java.lang.Integer |
getAccountId()
Getter for accountId - The unique ID number of the account this subscription belongs to.
|
java.util.Date |
getCreatedDate()
Getter for createdDate - The date when this record was created.
|
java.lang.Integer |
getCreatedUserId()
Getter for createdUserId - The User ID of the user who created this record.
|
java.util.Date |
getEffectiveDate()
Getter for effectiveDate - The date when the subscription began.
|
java.util.Date |
getEndDate()
Getter for endDate - If the subscription has ended or will end, this date indicates when the subscription ends.
|
java.lang.Integer |
getId()
Getter for id - The unique ID number of this subscription.
|
java.util.Date |
getModifiedDate()
Getter for modifiedDate - The date/time when this record was last modified.
|
java.lang.Integer |
getModifiedUserId()
Getter for modifiedUserId - The user ID of the user who last modified this record.
|
java.lang.String |
getSubscriptionDescription()
Getter for subscriptionDescription - A friendly description of the service that the account is subscribed to.
|
java.lang.Integer |
getSubscriptionTypeId()
Getter for subscriptionTypeId - The unique ID number of the service that the account is subscribed to.
|
void |
setAccountId(java.lang.Integer accountId)
Setter for accountId - The unique ID number of the account this subscription belongs to.
|
void |
setCreatedDate(java.util.Date createdDate)
Setter for createdDate - The date when this record was created.
|
void |
setCreatedUserId(java.lang.Integer createdUserId)
Setter for createdUserId - The User ID of the user who created this record.
|
void |
setEffectiveDate(java.util.Date effectiveDate)
Setter for effectiveDate - The date when the subscription began.
|
void |
setEndDate(java.util.Date endDate)
Setter for endDate - If the subscription has ended or will end, this date indicates when the subscription ends.
|
void |
setId(java.lang.Integer id)
Setter for id - The unique ID number of this subscription.
|
void |
setModifiedDate(java.util.Date modifiedDate)
Setter for modifiedDate - The date/time when this record was last modified.
|
void |
setModifiedUserId(java.lang.Integer modifiedUserId)
Setter for modifiedUserId - The user ID of the user who last modified this record.
|
void |
setSubscriptionDescription(java.lang.String subscriptionDescription)
Setter for subscriptionDescription - A friendly description of the service that the account is subscribed to.
|
void |
setSubscriptionTypeId(java.lang.Integer subscriptionTypeId)
Setter for subscriptionTypeId - The unique ID number of the service that the account is subscribed to.
|
java.lang.String |
toString()
Returns a JSON string representation of SubscriptionModel.
|
public java.util.Date getEndDate()
public void setEndDate(java.util.Date endDate)
public java.util.Date getModifiedDate()
public void setModifiedDate(java.util.Date modifiedDate)
public java.lang.Integer getSubscriptionTypeId()
public void setSubscriptionTypeId(java.lang.Integer subscriptionTypeId)
public java.lang.Integer getAccountId()
public void setAccountId(java.lang.Integer accountId)
public java.lang.Integer getId()
public void setId(java.lang.Integer id)
public java.lang.String getSubscriptionDescription()
public void setSubscriptionDescription(java.lang.String subscriptionDescription)
public java.lang.Integer getModifiedUserId()
public void setModifiedUserId(java.lang.Integer modifiedUserId)
public java.util.Date getEffectiveDate()
public void setEffectiveDate(java.util.Date effectiveDate)
public java.lang.Integer getCreatedUserId()
public void setCreatedUserId(java.lang.Integer createdUserId)
public java.util.Date getCreatedDate()
public void setCreatedDate(java.util.Date createdDate)
public java.lang.String toString()
toString
in class java.lang.Object