com.konakartadmin.app
Class AdminPaymentDetails
java.lang.Object
com.konakartadmin.app.AdminPaymentDetails
public class AdminPaymentDetails
- extends java.lang.Object
Payment Details object for the Admin App
|
Constructor Summary |
AdminPaymentDetails()
Constructor |
AdminPaymentDetails(com.workingdogs.village.Record r,
org.apache.torque.util.Criteria c)
Instantiates the attributes of the AdminPaymentDetails object from a Record object |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
code
private java.lang.String code
title
private java.lang.String title
description
private java.lang.String description
sortOrder
private int sortOrder
orderStatusId
private int orderStatusId
parameters
private AdminNameValue[] parameters
requestUrl
private java.lang.String requestUrl
replyUrl
private java.lang.String replyUrl
postOrGet
private java.lang.String postOrGet
AdminPaymentDetails
public AdminPaymentDetails()
- Constructor
AdminPaymentDetails
public AdminPaymentDetails(com.workingdogs.village.Record r,
org.apache.torque.util.Criteria c)
throws com.workingdogs.village.DataSetException
- Instantiates the attributes of the AdminPaymentDetails object from a Record object
- Parameters:
r - Record containing datac - Criteria containing column names
- Throws:
com.workingdogs.village.DataSetException
toString
public java.lang.String toString()
- Returns a string containing the attributes of the PaymentDetail object
- Overrides:
toString in class java.lang.Object
getParameters
public AdminNameValue[] getParameters()
- Returns:
- Returns the parameters.
setParameters
public void setParameters(AdminNameValue[] parameters)
- Parameters:
parameters - The parameters to set.
getPostOrGet
public java.lang.String getPostOrGet()
- Returns:
- Returns the postOrGet.
setPostOrGet
public void setPostOrGet(java.lang.String postOrGet)
- Parameters:
postOrGet - The postOrGet to set.
getReplyUrl
public java.lang.String getReplyUrl()
- Returns:
- Returns the replyUrl.
setReplyUrl
public void setReplyUrl(java.lang.String replyUrl)
- Parameters:
replyUrl - The replyUrl to set.
getRequestUrl
public java.lang.String getRequestUrl()
- Returns:
- Returns the requestUrl.
setRequestUrl
public void setRequestUrl(java.lang.String requestUrl)
- Parameters:
requestUrl - The requestUrl to set.
getCode
public java.lang.String getCode()
- Returns:
- Returns the code.
setCode
public void setCode(java.lang.String code)
- Parameters:
code - The code to set.
getDescription
public java.lang.String getDescription()
- Returns:
- Returns the description.
setDescription
public void setDescription(java.lang.String description)
- Parameters:
description - The description to set.
getSortOrder
public int getSortOrder()
- Returns:
- Returns the sortOrder.
setSortOrder
public void setSortOrder(int sortOrder)
- Parameters:
sortOrder - The sortOrder to set.
getTitle
public java.lang.String getTitle()
- Returns:
- Returns the title.
setTitle
public void setTitle(java.lang.String title)
- Parameters:
title - The title to set.
getOrderStatusId
public int getOrderStatusId()
- Returns:
- Returns the orderStatusId.
setOrderStatusId
public void setOrderStatusId(int orderStatusId)
- Parameters:
orderStatusId - The orderStatusId to set.
Copyright © 2006 DS Data Systems UK Ltd.