|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
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.Subscribe
public class Subscribe
This Subscribe object is the value object which contains the properties of Subscribe along with the setter & getter for those properties.
Nested Class Summary | |
---|---|
class |
Subscribe.SchemeData
An inner class that contains the remaining properties of the SchemeData. |
Field Summary | |
---|---|
java.util.Date |
expiry
|
Subscribe.SchemeData |
schemeData
|
java.lang.String |
userName
|
Constructor Summary | |
---|---|
Subscribe()
|
Method Summary | |
---|---|
java.util.Date |
getExpiryDate()
Return the date of expire |
Subscribe.SchemeData |
getSchemeData()
Return the schemeData object for subscribe |
java.lang.String |
getUserName()
Return the name of the subscribed user |
void |
setExpiryDate(java.util.Date expiry)
Sets the date of package expire |
void |
setSchemeData(Subscribe.SchemeData schemeData)
Sets the schemeData object for subscribe |
void |
setUserName(java.lang.String userName)
Sets the name of user for subscription |
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.util.Date expiry
public Subscribe.SchemeData schemeData
public java.lang.String userName
Constructor Detail |
---|
public Subscribe()
Method Detail |
---|
public java.util.Date getExpiryDate()
public Subscribe.SchemeData getSchemeData()
public java.lang.String getUserName()
public void setExpiryDate(java.util.Date expiry)
expiry
- - Expire date of the packagepublic void setSchemeData(Subscribe.SchemeData schemeData)
schemeData
- - SchemeData object for subscribepublic void setUserName(java.lang.String userName)
userName
- - Name of the user for subscription
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |