com.shephertz.app42.paas.sdk.jme.appTab
Class Bill

java.lang.Object
  extended by com.shephertz.app42.paas.sdk.jme.App42Response
      extended by com.shephertz.app42.paas.sdk.jme.appTab.Bill

public class Bill
extends App42Response

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

month

public java.lang.String month

packageName

public java.lang.String packageName

schemeData

public Bill.SchemeData schemeData

schemeName

public java.lang.String schemeName

usage

public java.util.Vector usage

userName

public java.lang.String userName

year

public java.lang.Integer year
Constructor Detail

Bill

public Bill()
Method Detail

getMonth

public java.lang.String getMonth()
Return the billMonth for the user

Returns:
the billMonth for the user

getPackageName

public java.lang.String getPackageName()
Return the name of the package

Returns:
the name of the package

getSchemeData

public Bill.SchemeData getSchemeData()
Return the Bill.SchemeData object for the Bill

Returns:
SchemeData of the Bill

getSchemeName

public java.lang.String getSchemeName()
Return the name of the scheme

Returns:
the name of the scheme

getUsage

public java.util.Vector getUsage()
Return the List of usage in bill

Returns:
the the List of usage in bill

getUserName

public java.lang.String getUserName()
Return the name of user for the Bill

Returns:
the name of the user

getYear

public java.lang.Integer getYear()
Return the year of the bill

Returns:
the year of the bill

setMonth

public void setMonth(java.lang.String month)
Sets the billMonth for the user

Parameters:
month - - The billMonth

setPackageName

public void setPackageName(java.lang.String packageName)
Sets the name of the package for the scheme

Parameters:
packageName - - Name of the package

setSchemeData

public void setSchemeData(Bill.SchemeData schemeData)
Set the Bill.SchemeData object for the Bill

Parameters:
schemeData - - SchemeData of the Bill

setSchemeName

public void setSchemeName(java.lang.String schemeName)
Sets the name of the scheme

Parameters:
schemeName - - Name of the scheme

setUsage

public void setUsage(java.util.Vector usage)
Sets the usage for the package

Parameters:
usage - - The usage of the package

setUserName

public void setUserName(java.lang.String userName)
Sets the name of user for the Bill

Parameters:
userName - - the name of user

setYear

public void setYear(java.lang.Integer year)
Sets the year of the bill

Parameters:
year - - The bill year