|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.compiere.framework.PO
org.compiere.model.X_C_PaymentAllocate
public class X_C_PaymentAllocate
Generated Model for C_PaymentAllocate
| Field Summary | |
|---|---|
protected BigDecimal |
accessLevel
|
protected static KeyNamePair |
Model
|
static int |
Table_ID
AD_Table_ID=812 |
static String |
Table_Name
TableName=C_PaymentAllocate |
static long |
updatedMS
Last Updated Timestamp 2008-06-10 15:12:06.0 |
| Fields inherited from class org.compiere.framework.PO |
|---|
ACCESSLEVEL_ALL, ACCESSLEVEL_CLIENT, ACCESSLEVEL_CLIENTORG, ACCESSLEVEL_ORG, ACCESSLEVEL_SYSTEM, ACCESSLEVEL_SYSTEMCLIENT, ENTITYTYPE_Dictionary, ENTITYTYPE_UserMaintained, I_ZERO, log, p_changeVO, p_info, XML_ATTRIBUTE_AD_Table_ID, XML_ATTRIBUTE_Record_ID |
| Constructor Summary | |
|---|---|
X_C_PaymentAllocate(Ctx ctx,
int C_PaymentAllocate_ID,
String trxName)
Standard Constructor |
|
X_C_PaymentAllocate(Ctx ctx,
ResultSet rs,
String trxName)
Load Constructor |
|
| Method Summary | |
|---|---|
protected int |
get_AccessLevel()
AccessLevel |
BigDecimal |
getAmount()
Get Amount. |
int |
getC_AllocationLine_ID()
Get Allocation Line. |
int |
getC_Invoice_ID()
Get Invoice. |
int |
getC_Payment_ID()
Get Payment. |
int |
getC_PaymentAllocate_ID()
Get Allocate Payment. |
BigDecimal |
getDiscountAmt()
Get Discount Amount. |
BigDecimal |
getInvoiceAmt()
Get Invoice Amt. |
KeyNamePair |
getKeyNamePair()
Get Record ID/ColumnName |
BigDecimal |
getOverUnderAmt()
Get Over/Under Payment. |
BigDecimal |
getRemainingAmt()
Get Remaining Amt. |
BigDecimal |
getWriteOffAmt()
Get Write-off Amount. |
protected POInfo |
initPO(Ctx ctx)
Load Meta Data |
void |
setAmount(BigDecimal Amount)
Set Amount. |
void |
setC_AllocationLine_ID(int C_AllocationLine_ID)
Set Allocation Line. |
void |
setC_Invoice_ID(int C_Invoice_ID)
Set Invoice. |
void |
setC_Payment_ID(int C_Payment_ID)
Set Payment. |
void |
setC_PaymentAllocate_ID(int C_PaymentAllocate_ID)
Set Allocate Payment. |
void |
setDiscountAmt(BigDecimal DiscountAmt)
Set Discount Amount. |
void |
setInvoiceAmt(BigDecimal InvoiceAmt)
Set Invoice Amt. |
void |
setOverUnderAmt(BigDecimal OverUnderAmt)
Set Over/Under Payment. |
void |
setRemainingAmt(BigDecimal RemainingAmt)
Set Remaining Amt. |
void |
setWriteOffAmt(BigDecimal WriteOffAmt)
Set Write-off Amount. |
String |
toString()
Info |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final long updatedMS
public static final int Table_ID
public static final String Table_Name
protected static KeyNamePair Model
protected BigDecimal accessLevel
| Constructor Detail |
|---|
public X_C_PaymentAllocate(Ctx ctx,
int C_PaymentAllocate_ID,
String trxName)
ctx - contextC_PaymentAllocate_ID - idtrxName - transaction
public X_C_PaymentAllocate(Ctx ctx,
ResultSet rs,
String trxName)
ctx - contextrs - result settrxName - transaction| Method Detail |
|---|
protected int get_AccessLevel()
get_AccessLevel in class POprotected POInfo initPO(Ctx ctx)
initPO in class POctx - context
public String toString()
toString in class POpublic void setAmount(BigDecimal Amount)
Amount - Amount in a defined currencypublic BigDecimal getAmount()
public void setC_AllocationLine_ID(int C_AllocationLine_ID)
C_AllocationLine_ID - Allocation Linepublic int getC_AllocationLine_ID()
public void setC_Invoice_ID(int C_Invoice_ID)
C_Invoice_ID - Invoice Identifierpublic int getC_Invoice_ID()
public KeyNamePair getKeyNamePair()
public void setC_PaymentAllocate_ID(int C_PaymentAllocate_ID)
C_PaymentAllocate_ID - Allocate Payment to Invoicespublic int getC_PaymentAllocate_ID()
public void setC_Payment_ID(int C_Payment_ID)
C_Payment_ID - Payment identifierpublic int getC_Payment_ID()
public void setDiscountAmt(BigDecimal DiscountAmt)
DiscountAmt - Calculated amount of discountpublic BigDecimal getDiscountAmt()
public void setInvoiceAmt(BigDecimal InvoiceAmt)
InvoiceAmt - Invoice Amtpublic BigDecimal getInvoiceAmt()
public void setOverUnderAmt(BigDecimal OverUnderAmt)
OverUnderAmt - Over-Payment (unallocated) or Under-Payment (partial payment) Amountpublic BigDecimal getOverUnderAmt()
public void setRemainingAmt(BigDecimal RemainingAmt)
RemainingAmt - Remaining Amountpublic BigDecimal getRemainingAmt()
public void setWriteOffAmt(BigDecimal WriteOffAmt)
WriteOffAmt - Amount to write-offpublic BigDecimal getWriteOffAmt()
|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||