Package org.compiere.model
Interface I_C_InvoicePaySchedule
- All Known Implementing Classes:
MInvoicePaySchedule,X_C_InvoicePaySchedule
public interface I_C_InvoicePaySchedule
Generated Interface for C_InvoicePaySchedule
- Version:
- Release 13
- Author:
- iDempiere (generated)
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final BigDecimalAccessLevel = 1 - Orgstatic final StringColumn name AD_Client_IDstatic final StringColumn name AD_Org_IDstatic final StringColumn name C_Invoice_IDstatic final StringColumn name C_InvoicePaySchedule_IDstatic final StringColumn name C_InvoicePaySchedule_UUstatic final StringColumn name C_PaySchedule_IDstatic final StringColumn name Createdstatic final StringColumn name CreatedBystatic final StringColumn name DiscountAmtstatic final StringColumn name DiscountDatestatic final StringColumn name DueAmtstatic final StringColumn name DueDatestatic final StringColumn name IsActivestatic final StringColumn name IsValidstatic final StringColumn name Processedstatic final StringColumn name Processingstatic final StringColumn name Updatedstatic final StringColumn name UpdatedBystatic final KeyNamePairstatic final intAD_Table_ID=551static final StringTableName=C_InvoicePaySchedule -
Method Summary
Modifier and TypeMethodDescriptionintGet Tenant.intGet Organization.Deprecated.intGet Invoice.intGet Invoice Payment Schedule.Get C_InvoicePaySchedule_UUDeprecated.intGet Payment Schedule.Get Created.intGet Created By.Get Discount Amount.Get Discount Date.Get Amount due.Get Due Date.Get Updated.intGet Updated By.booleanisActive()Get Active.booleanGet Processed.booleanGet Process NowbooleanisValid()Get Valid.voidsetAD_Org_ID(int AD_Org_ID) Set Organization.voidsetC_Invoice_ID(int C_Invoice_ID) Set Invoice.voidsetC_InvoicePaySchedule_ID(int C_InvoicePaySchedule_ID) Set Invoice Payment Schedule.voidsetC_InvoicePaySchedule_UU(String C_InvoicePaySchedule_UU) Set C_InvoicePaySchedule_UUvoidsetC_PaySchedule_ID(int C_PaySchedule_ID) Set Payment Schedule.voidsetDiscountAmt(BigDecimal DiscountAmt) Set Discount Amount.voidsetDiscountDate(Timestamp DiscountDate) Set Discount Date.voidsetDueAmt(BigDecimal DueAmt) Set Amount due.voidsetDueDate(Timestamp DueDate) Set Due Date.voidsetIsActive(boolean IsActive) Set Active.voidsetIsValid(boolean IsValid) Set Valid.voidsetProcessed(boolean Processed) Set Processed.voidsetProcessing(boolean Processing) Set Process Now
-
Field Details
-
Table_Name
TableName=C_InvoicePaySchedule- See Also:
-
Table_ID
static final int Table_IDAD_Table_ID=551- See Also:
-
Model
-
accessLevel
AccessLevel = 1 - Org -
COLUMNNAME_AD_Client_ID
Column name AD_Client_ID- See Also:
-
COLUMNNAME_AD_Org_ID
Column name AD_Org_ID- See Also:
-
COLUMNNAME_C_InvoicePaySchedule_ID
Column name C_InvoicePaySchedule_ID- See Also:
-
COLUMNNAME_C_InvoicePaySchedule_UU
Column name C_InvoicePaySchedule_UU- See Also:
-
COLUMNNAME_C_Invoice_ID
Column name C_Invoice_ID- See Also:
-
COLUMNNAME_C_PaySchedule_ID
Column name C_PaySchedule_ID- See Also:
-
COLUMNNAME_Created
Column name Created- See Also:
-
COLUMNNAME_CreatedBy
Column name CreatedBy- See Also:
-
COLUMNNAME_DiscountAmt
Column name DiscountAmt- See Also:
-
COLUMNNAME_DiscountDate
Column name DiscountDate- See Also:
-
COLUMNNAME_DueAmt
Column name DueAmt- See Also:
-
COLUMNNAME_DueDate
Column name DueDate- See Also:
-
COLUMNNAME_IsActive
Column name IsActive- See Also:
-
COLUMNNAME_IsValid
Column name IsValid- See Also:
-
COLUMNNAME_Processed
Column name Processed- See Also:
-
COLUMNNAME_Processing
Column name Processing- See Also:
-
COLUMNNAME_Updated
Column name Updated- See Also:
-
COLUMNNAME_UpdatedBy
Column name UpdatedBy- See Also:
-
-
Method Details
-
getAD_Client_ID
int getAD_Client_ID()Get Tenant. Tenant for this installation. -
setAD_Org_ID
void setAD_Org_ID(int AD_Org_ID) Set Organization. Organizational entity within tenant -
getAD_Org_ID
int getAD_Org_ID()Get Organization. Organizational entity within tenant -
setC_InvoicePaySchedule_ID
void setC_InvoicePaySchedule_ID(int C_InvoicePaySchedule_ID) Set Invoice Payment Schedule. Invoice Payment Schedule -
getC_InvoicePaySchedule_ID
int getC_InvoicePaySchedule_ID()Get Invoice Payment Schedule. Invoice Payment Schedule -
setC_InvoicePaySchedule_UU
Set C_InvoicePaySchedule_UU -
getC_InvoicePaySchedule_UU
String getC_InvoicePaySchedule_UU()Get C_InvoicePaySchedule_UU -
setC_Invoice_ID
void setC_Invoice_ID(int C_Invoice_ID) Set Invoice. Invoice Identifier -
getC_Invoice_ID
int getC_Invoice_ID()Get Invoice. Invoice Identifier -
getC_Invoice
Deprecated.- Throws:
RuntimeException
-
setC_PaySchedule_ID
void setC_PaySchedule_ID(int C_PaySchedule_ID) Set Payment Schedule. Payment Schedule Template -
getC_PaySchedule_ID
int getC_PaySchedule_ID()Get Payment Schedule. Payment Schedule Template -
getC_PaySchedule
Deprecated.- Throws:
RuntimeException
-
getCreated
Timestamp getCreated()Get Created. Date this record was created -
getCreatedBy
int getCreatedBy()Get Created By. User who created this records -
setDiscountAmt
Set Discount Amount. Calculated amount of discount -
getDiscountAmt
BigDecimal getDiscountAmt()Get Discount Amount. Calculated amount of discount -
setDiscountDate
Set Discount Date. Last Date for payments with discount -
getDiscountDate
Timestamp getDiscountDate()Get Discount Date. Last Date for payments with discount -
setDueAmt
Set Amount due. Amount of the payment due -
getDueAmt
BigDecimal getDueAmt()Get Amount due. Amount of the payment due -
setDueDate
Set Due Date. Date when the payment is due -
getDueDate
Timestamp getDueDate()Get Due Date. Date when the payment is due -
setIsActive
void setIsActive(boolean IsActive) Set Active. The record is active in the system -
isActive
boolean isActive()Get Active. The record is active in the system -
setIsValid
void setIsValid(boolean IsValid) Set Valid. Element is valid -
isValid
boolean isValid()Get Valid. Element is valid -
setProcessed
void setProcessed(boolean Processed) Set Processed. The document has been processed -
isProcessed
boolean isProcessed()Get Processed. The document has been processed -
setProcessing
void setProcessing(boolean Processing) Set Process Now -
isProcessing
boolean isProcessing()Get Process Now -
getUpdated
Timestamp getUpdated()Get Updated. Date this record was updated -
getUpdatedBy
int getUpdatedBy()Get Updated By. User who updated this records
-