|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.authorize.data.reporting.Subscription
public class Subscription
Subscription container.
| Constructor Summary | |
|---|---|
protected |
Subscription()
Default C'tor |
| Method Summary | |
|---|---|
static Subscription |
createSubscription()
Create a subscription. |
static Subscription |
createSubscription(int id,
int payNum)
Creates a populated Subscription |
int |
getId()
Get the subscription id. |
int |
getPayNum()
Get the payNum. |
void |
setId(int id)
Set the subscription id. |
void |
setId(String id)
Set the subscription id. |
void |
setPayNum(int payNum)
Set the payNum. |
void |
setPayNum(String payNum)
Set the payNum. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
protected Subscription()
| Method Detail |
|---|
public static Subscription createSubscription()
public static Subscription createSubscription(int id,
int payNum)
id - Sets the subscription Id for subscriptionpayNum - Sets the payment number for subscription
public int getId()
public void setId(int id)
id - Sets the subscription Id for subscriptionpublic int getPayNum()
public void setPayNum(int payNum)
payNum - Sets the payment number for subscriptionpublic void setId(String id)
id - Sets the subscription Id for subscriptionpublic void setPayNum(String payNum)
payNum - Sets the payment number for subscriptionpublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||