public class SubscriptionModel
extends java.lang.Object
Constructor and Description |
---|
SubscriptionModel() |
Modifier and Type | Method and Description |
---|---|
java.lang.Integer |
getAccountId()
Getter for accountId - Represents a service that this account has subscribed to.
|
java.util.Date |
getCreatedDate()
Getter for createdDate - Represents a service that this account has subscribed to.
|
java.lang.Integer |
getCreatedUserId()
Getter for createdUserId - Represents a service that this account has subscribed to.
|
java.util.Date |
getEffectiveDate()
Getter for effectiveDate - Represents a service that this account has subscribed to.
|
java.util.Date |
getEndDate()
Getter for endDate - Represents a service that this account has subscribed to.
|
java.lang.Integer |
getId()
Getter for id - Represents a service that this account has subscribed to.
|
java.util.Date |
getModifiedDate()
Getter for modifiedDate - Represents a service that this account has subscribed to.
|
java.lang.Integer |
getModifiedUserId()
Getter for modifiedUserId - Represents a service that this account has subscribed to.
|
java.lang.String |
getSubscriptionDescription()
Getter for subscriptionDescription - Represents a service that this account has subscribed to.
|
java.lang.Integer |
getSubscriptionTypeId()
Getter for subscriptionTypeId - Represents a service that this account has subscribed to.
|
void |
setAccountId(java.lang.Integer accountId)
Setter for accountId - Represents a service that this account has subscribed to.
|
void |
setCreatedDate(java.util.Date createdDate)
Setter for createdDate - Represents a service that this account has subscribed to.
|
void |
setCreatedUserId(java.lang.Integer createdUserId)
Setter for createdUserId - Represents a service that this account has subscribed to.
|
void |
setEffectiveDate(java.util.Date effectiveDate)
Setter for effectiveDate - Represents a service that this account has subscribed to.
|
void |
setEndDate(java.util.Date endDate)
Setter for endDate - Represents a service that this account has subscribed to.
|
void |
setId(java.lang.Integer id)
Setter for id - Represents a service that this account has subscribed to.
|
void |
setModifiedDate(java.util.Date modifiedDate)
Setter for modifiedDate - Represents a service that this account has subscribed to.
|
void |
setModifiedUserId(java.lang.Integer modifiedUserId)
Setter for modifiedUserId - Represents a service that this account has subscribed to.
|
void |
setSubscriptionDescription(java.lang.String subscriptionDescription)
Setter for subscriptionDescription - Represents a service that this account has subscribed to.
|
void |
setSubscriptionTypeId(java.lang.Integer subscriptionTypeId)
Setter for subscriptionTypeId - Represents a service that this account has 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