|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectibilling.client.ClientObject
ibilling.client.AccountActivity
ibilling.client.Statement
public class Statement
Represents a paper statement object that might be sent by mail to a physical entity represented by CustomerAccount
| Field Summary | |
|---|---|
private java.lang.String |
city
city of the mailing address |
private java.lang.String |
email
email the responsible CustomerAccount |
private java.lang.String |
name
name on the statement |
private java.lang.String |
phone
phone the responsible CustomerAccount |
private static long |
serialVersionUID
The Constant serialVersionUID. |
private java.lang.String |
state
state of the mailing address |
private java.lang.String |
street
street of the mailing address |
private java.lang.Integer |
taxAmount
tax amount included within total amount |
private java.lang.Integer |
totalAmount
total amount of the statement invoices |
private java.lang.String |
zipCode
zip code of the mailing address |
| Constructor Summary | |
|---|---|
Statement()
Instantiates a new statement. |
|
Statement(java.util.Date createDate,
java.lang.String name,
java.lang.Integer totalAmount,
java.lang.Integer taxAmount,
java.lang.String street,
java.lang.String state,
java.lang.String phone,
java.lang.String email,
java.lang.String city,
java.lang.String zipCode)
Instantiates a new statement. |
|
| Method Summary | |
|---|---|
java.lang.String |
getCity()
Gets the city. |
java.lang.String |
getEmail()
Gets the email. |
java.lang.String |
getName()
Gets the name. |
java.lang.String |
getPhone()
Gets the phone. |
java.lang.String |
getState()
Gets the state. |
java.lang.String |
getStreet()
Gets the street. |
java.lang.Integer |
getTaxAmount()
Gets the tax amount. |
java.lang.Integer |
getTotalAmount()
Gets the total amount. |
java.lang.String |
getZipCode()
Gets the zip code. |
void |
setCity(java.lang.String city)
Set a value to city. |
void |
setEmail(java.lang.String email)
Set a value to email. |
void |
setName(java.lang.String name)
Set a value to name. |
void |
setPhone(java.lang.String phone)
Set a value to phone. |
void |
setState(java.lang.String state)
Set a value to state. |
void |
setStreet(java.lang.String street)
Set a value to street. |
void |
setTaxAmount(java.lang.Integer taxAmount)
Set a value to taxAmount. |
void |
setTotalAmount(java.lang.Integer totalAmount)
Set a value to totalAmount. |
void |
setZipCode(java.lang.String zipCode)
Set a value to zipCode. |
| Methods inherited from class ibilling.client.AccountActivity |
|---|
getAccountActivityType, getCustomerAccount, setAccountActivityType, setCustomerAccount, type |
| Methods inherited from class ibilling.client.ClientObject |
|---|
getClientProperty, getCode, getCreateDate, getId, getMerchantAccountCode, getRefId, hasClientProperty, setClientProperty, setCode, setCreateDate, setId, setMerchantAccountCode, setRefId |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private static final long serialVersionUID
private java.lang.String name
private java.lang.Integer totalAmount
private java.lang.Integer taxAmount
private java.lang.String street
private java.lang.String state
private java.lang.String phone
private java.lang.String email
private java.lang.String city
private java.lang.String zipCode
| Constructor Detail |
|---|
Statement()
Statement(java.util.Date createDate,
java.lang.String name,
java.lang.Integer totalAmount,
java.lang.Integer taxAmount,
java.lang.String street,
java.lang.String state,
java.lang.String phone,
java.lang.String email,
java.lang.String city,
java.lang.String zipCode)
createDate - the create datename - the nametotalAmount - the total amounttaxAmount - the tax amountstreet - the streetstate - the statephone - the phoneemail - the emailcity - the cityzipCode - the zip code| Method Detail |
|---|
public java.lang.String getName()
public void setName(java.lang.String name)
name - the namepublic java.lang.Integer getTotalAmount()
public void setTotalAmount(java.lang.Integer totalAmount)
totalAmount - the total amountpublic java.lang.Integer getTaxAmount()
public void setTaxAmount(java.lang.Integer taxAmount)
taxAmount - the tax amountpublic java.lang.String getStreet()
public void setStreet(java.lang.String street)
street - the streetpublic java.lang.String getState()
public void setState(java.lang.String state)
state - the statepublic java.lang.String getPhone()
public void setPhone(java.lang.String phone)
phone - the phonepublic java.lang.String getEmail()
public void setEmail(java.lang.String email)
email - the emailpublic java.lang.String getCity()
public void setCity(java.lang.String city)
city - the citypublic java.lang.String getZipCode()
public void setZipCode(java.lang.String zipCode)
zipCode - the zip code
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||