|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.paypal.api.payments.InvoicingMetaData
public class InvoicingMetaData
| Constructor Summary | |
|---|---|
InvoicingMetaData()
Default Constructor |
|
| Method Summary | |
|---|---|
String |
getCancelledBy()
Getter for cancelledBy |
String |
getCancelledDate()
Getter for cancelledDate |
String |
getCreatedBy()
Getter for createdBy |
String |
getCreatedDate()
Getter for createdDate |
String |
getFirstSentDate()
Getter for firstSentDate |
String |
getLastSentBy()
Getter for lastSentBy |
String |
getLastSentDate()
Getter for lastSentDate |
String |
getLastUpdatedBy()
Getter for lastUpdatedBy |
String |
getLastUpdatedDate()
Getter for lastUpdatedDate |
InvoicingMetaData |
setCancelledBy(String cancelledBy)
Setter for cancelledBy |
InvoicingMetaData |
setCancelledDate(String cancelledDate)
Setter for cancelledDate |
InvoicingMetaData |
setCreatedBy(String createdBy)
Setter for createdBy |
InvoicingMetaData |
setCreatedDate(String createdDate)
Setter for createdDate |
InvoicingMetaData |
setFirstSentDate(String firstSentDate)
Setter for firstSentDate |
InvoicingMetaData |
setLastSentBy(String lastSentBy)
Setter for lastSentBy |
InvoicingMetaData |
setLastSentDate(String lastSentDate)
Setter for lastSentDate |
InvoicingMetaData |
setLastUpdatedBy(String lastUpdatedBy)
Setter for lastUpdatedBy |
InvoicingMetaData |
setLastUpdatedDate(String lastUpdatedDate)
Setter for lastUpdatedDate |
String |
toJSON()
Returns a JSON string corresponding to object state |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public InvoicingMetaData()
| Method Detail |
|---|
public InvoicingMetaData setCreatedDate(String createdDate)
public String getCreatedDate()
public InvoicingMetaData setCreatedBy(String createdBy)
public String getCreatedBy()
public InvoicingMetaData setCancelledDate(String cancelledDate)
public String getCancelledDate()
public InvoicingMetaData setCancelledBy(String cancelledBy)
public String getCancelledBy()
public InvoicingMetaData setLastUpdatedDate(String lastUpdatedDate)
public String getLastUpdatedDate()
public InvoicingMetaData setLastUpdatedBy(String lastUpdatedBy)
public String getLastUpdatedBy()
public InvoicingMetaData setFirstSentDate(String firstSentDate)
public String getFirstSentDate()
public InvoicingMetaData setLastSentDate(String lastSentDate)
public String getLastSentDate()
public InvoicingMetaData setLastSentBy(String lastSentBy)
public String getLastSentBy()
public String toJSON()
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||