public class MyPlans
extends java.lang.Object
Constructor and Description |
---|
MyPlans() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAmount()
This Method is use to Get the lang Code
|
java.lang.String |
getFrequency()
This Method is use to Get the lang Code
|
java.lang.String |
getPlanDesc()
This Method is use to Get the lang Code
|
java.lang.String |
getPlanEndDate()
This Method is use to Get the lang Code
|
java.lang.String |
getPlanId()
This Method is use to Get the lang Code
|
java.lang.String |
getPlanName()
This Method is use to Get the lang Code
|
java.lang.String |
getPriceSymbol()
This Method is use to Get the lang Code
|
java.lang.String |
getRecurrence()
This Method is use to Get the lang Code
|
java.lang.String |
getStatus()
This Method is use to Get the lang Code
|
void |
setAmount(java.lang.String amount)
This Method is use to Set the amount
|
void |
setFrequency(java.lang.String frequency)
This Method is use to Set the frequency
|
void |
setPlanDesc(java.lang.String planDesc)
This Method is use to Set the planDesc
|
void |
setPlanEndDate(java.lang.String planEndDate)
This Method is use to Set the planEndDate
|
void |
setPlanId(java.lang.String planId)
This Method is use to Set the planId
|
void |
setPlanName(java.lang.String planName)
This Method is use to Set the planName
|
void |
setPriceSymbol(java.lang.String priceSymbol)
This Method is use to Set the priceSymbol
|
void |
setRecurrence(java.lang.String recurrence)
This Method is use to Set the recurrence
|
void |
setStatus(java.lang.String status)
This Method is use to Set the status
|
public java.lang.String getPriceSymbol()
public void setPriceSymbol(java.lang.String priceSymbol)
priceSymbol
- For Setting The priceSymbolpublic java.lang.String getAmount()
public void setAmount(java.lang.String amount)
amount
- For Setting The amountpublic java.lang.String getFrequency()
public void setFrequency(java.lang.String frequency)
frequency
- For Setting The frequencypublic java.lang.String getRecurrence()
public void setRecurrence(java.lang.String recurrence)
recurrence
- For Setting The recurrencepublic java.lang.String getStatus()
public void setStatus(java.lang.String status)
status
- For Setting The statuspublic java.lang.String getPlanDesc()
public void setPlanDesc(java.lang.String planDesc)
planDesc
- For Setting The planDescpublic java.lang.String getPlanId()
public void setPlanId(java.lang.String planId)
planId
- For Setting The planIdpublic java.lang.String getPlanName()
public void setPlanName(java.lang.String planName)
planName
- For Setting The planNamepublic java.lang.String getPlanEndDate()
public void setPlanEndDate(java.lang.String planEndDate)
planEndDate
- For Setting The planEndDate