public class SubscriptionGrowthPerMonth
extends java.lang.Object
Constructor and Description |
---|
SubscriptionGrowthPerMonth() |
Modifier and Type | Method and Description |
---|---|
java.lang.Integer |
getMonth() |
java.lang.Integer |
getNumOfChurnedSubscriptions() |
java.lang.Integer |
getNumOfExistingSubscriptions() |
java.lang.Integer |
getNumOfNewSubscriptions() |
java.lang.Integer |
getTotalActiveSubscriptions() |
java.lang.Integer |
getYear() |
void |
setMonth(java.lang.Integer month) |
void |
setNumOfChurnedSubscriptions(java.lang.Integer numOfChurnedSubscriptions) |
void |
setNumOfExistingSubscriptions(java.lang.Integer numOfExistingSubscriptions) |
void |
setNumOfNewSubscriptions(java.lang.Integer numOfNewSubscriptions) |
void |
setTotalActiveSubscriptions(java.lang.Integer totalActiveSubscriptions) |
void |
setYear(java.lang.Integer year) |
public java.lang.Integer getMonth()
public void setMonth(java.lang.Integer month)
public java.lang.Integer getYear()
public void setYear(java.lang.Integer year)
public java.lang.Integer getNumOfExistingSubscriptions()
public void setNumOfExistingSubscriptions(java.lang.Integer numOfExistingSubscriptions)
public java.lang.Integer getNumOfNewSubscriptions()
public void setNumOfNewSubscriptions(java.lang.Integer numOfNewSubscriptions)
public java.lang.Integer getNumOfChurnedSubscriptions()
public void setNumOfChurnedSubscriptions(java.lang.Integer numOfChurnedSubscriptions)
public java.lang.Integer getTotalActiveSubscriptions()
public void setTotalActiveSubscriptions(java.lang.Integer totalActiveSubscriptions)