|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.shephertz.app42.paas.sdk.jme.App42Response
com.shephertz.app42.paas.sdk.jme.appTab.Bill
public class Bill
This Bill object is the value object which contains the properties of Bill along with the setter & getter for those properties.
Nested Class Summary | |
---|---|
class |
Bill.SchemeData
An inner class that contains the remaining properties of the Bill. |
class |
Bill.Usage
An inner class that contains the remaining properties of the Bill. |
Field Summary | |
---|---|
java.lang.String |
month
|
java.lang.String |
packageName
|
Bill.SchemeData |
schemeData
|
java.lang.String |
schemeName
|
java.util.Vector |
usage
|
java.lang.String |
userName
|
java.lang.Integer |
year
|
Constructor Summary | |
---|---|
Bill()
|
Method Summary | |
---|---|
java.lang.String |
getMonth()
Return the billMonth for the user |
java.lang.String |
getPackageName()
Return the name of the package |
Bill.SchemeData |
getSchemeData()
Return the Bill.SchemeData object for the Bill |
java.lang.String |
getSchemeName()
Return the name of the scheme |
java.util.Vector |
getUsage()
Return the List of usage in bill |
java.lang.String |
getUserName()
Return the name of user for the Bill |
java.lang.Integer |
getYear()
Return the year of the bill |
void |
setMonth(java.lang.String month)
Sets the billMonth for the user |
void |
setPackageName(java.lang.String packageName)
Sets the name of the package for the scheme |
void |
setSchemeData(Bill.SchemeData schemeData)
Set the Bill.SchemeData object for the Bill |
void |
setSchemeName(java.lang.String schemeName)
Sets the name of the scheme |
void |
setUsage(java.util.Vector usage)
Sets the usage for the package |
void |
setUserName(java.lang.String userName)
Sets the name of user for the Bill |
void |
setYear(java.lang.Integer year)
Sets the year of the bill |
Methods inherited from class com.shephertz.app42.paas.sdk.jme.App42Response |
---|
getStrResponse, getTotalRecords, isResponseSuccess, setResponseSuccess, setStrResponse, setTotalRecords, toString |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public java.lang.String month
public java.lang.String packageName
public Bill.SchemeData schemeData
public java.lang.String schemeName
public java.util.Vector usage
public java.lang.String userName
public java.lang.Integer year
Constructor Detail |
---|
public Bill()
Method Detail |
---|
public java.lang.String getMonth()
public java.lang.String getPackageName()
public Bill.SchemeData getSchemeData()
public java.lang.String getSchemeName()
public java.util.Vector getUsage()
public java.lang.String getUserName()
public java.lang.Integer getYear()
public void setMonth(java.lang.String month)
month
- - The billMonthpublic void setPackageName(java.lang.String packageName)
packageName
- - Name of the packagepublic void setSchemeData(Bill.SchemeData schemeData)
schemeData
- - SchemeData of the Billpublic void setSchemeName(java.lang.String schemeName)
schemeName
- - Name of the schemepublic void setUsage(java.util.Vector usage)
usage
- - The usage of the packagepublic void setUserName(java.lang.String userName)
userName
- - the name of userpublic void setYear(java.lang.Integer year)
year
- - The bill year
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |