Package org.compiere.model
Interface I_C_DunningRunEntry
-
- All Known Implementing Classes:
MDunningRunEntry
,X_C_DunningRunEntry
public interface I_C_DunningRunEntry
Generated Interface for C_DunningRunEntry- Version:
- Release 9
- Author:
- iDempiere (generated)
-
-
Field Summary
Fields Modifier and Type Field Description static BigDecimal
accessLevel
AccessLevel = 3 - Client - Orgstatic String
COLUMNNAME_AD_Client_ID
Column name AD_Client_IDstatic String
COLUMNNAME_AD_Org_ID
Column name AD_Org_IDstatic String
COLUMNNAME_AD_User_ID
Column name AD_User_IDstatic String
COLUMNNAME_Amt
Column name Amtstatic String
COLUMNNAME_C_BPartner_ID
Column name C_BPartner_IDstatic String
COLUMNNAME_C_BPartner_Location_ID
Column name C_BPartner_Location_IDstatic String
COLUMNNAME_C_Currency_ID
Column name C_Currency_IDstatic String
COLUMNNAME_C_DunningLevel_ID
Column name C_DunningLevel_IDstatic String
COLUMNNAME_C_DunningRun_ID
Column name C_DunningRun_IDstatic String
COLUMNNAME_C_DunningRunEntry_ID
Column name C_DunningRunEntry_IDstatic String
COLUMNNAME_C_DunningRunEntry_UU
Column name C_DunningRunEntry_UUstatic String
COLUMNNAME_Created
Column name Createdstatic String
COLUMNNAME_CreatedBy
Column name CreatedBystatic String
COLUMNNAME_IsActive
Column name IsActivestatic String
COLUMNNAME_Note
Column name Notestatic String
COLUMNNAME_Processed
Column name Processedstatic String
COLUMNNAME_Qty
Column name Qtystatic String
COLUMNNAME_SalesRep_ID
Column name SalesRep_IDstatic String
COLUMNNAME_Updated
Column name Updatedstatic String
COLUMNNAME_UpdatedBy
Column name UpdatedBystatic KeyNamePair
Model
static int
Table_ID
AD_Table_ID=527static String
Table_Name
TableName=C_DunningRunEntry
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getAD_Client_ID()
Get Client.int
getAD_Org_ID()
Get Organization.I_AD_User
getAD_User()
int
getAD_User_ID()
Get User/Contact.BigDecimal
getAmt()
Get Amount.I_C_BPartner
getC_BPartner()
int
getC_BPartner_ID()
Get Business Partner.I_C_BPartner_Location
getC_BPartner_Location()
int
getC_BPartner_Location_ID()
Get Partner Location.I_C_Currency
getC_Currency()
int
getC_Currency_ID()
Get Currency.I_C_DunningLevel
getC_DunningLevel()
int
getC_DunningLevel_ID()
Get Dunning LevelI_C_DunningRun
getC_DunningRun()
int
getC_DunningRun_ID()
Get Dunning Run.int
getC_DunningRunEntry_ID()
Get Dunning Run Entry.String
getC_DunningRunEntry_UU()
Get C_DunningRunEntry_UUTimestamp
getCreated()
Get Created.int
getCreatedBy()
Get Created By.String
getNote()
Get Note.BigDecimal
getQty()
Get Quantity.I_AD_User
getSalesRep()
int
getSalesRep_ID()
Get Sales Representative.Timestamp
getUpdated()
Get Updated.int
getUpdatedBy()
Get Updated By.boolean
isActive()
Get Active.boolean
isProcessed()
Get Processed.void
setAD_Org_ID(int AD_Org_ID)
Set Organization.void
setAD_User_ID(int AD_User_ID)
Set User/Contact.void
setAmt(BigDecimal Amt)
Set Amount.void
setC_BPartner_ID(int C_BPartner_ID)
Set Business Partner.void
setC_BPartner_Location_ID(int C_BPartner_Location_ID)
Set Partner Location.void
setC_Currency_ID(int C_Currency_ID)
Set Currency.void
setC_DunningLevel_ID(int C_DunningLevel_ID)
Set Dunning Levelvoid
setC_DunningRun_ID(int C_DunningRun_ID)
Set Dunning Run.void
setC_DunningRunEntry_ID(int C_DunningRunEntry_ID)
Set Dunning Run Entry.void
setC_DunningRunEntry_UU(String C_DunningRunEntry_UU)
Set C_DunningRunEntry_UUvoid
setIsActive(boolean IsActive)
Set Active.void
setNote(String Note)
Set Note.void
setProcessed(boolean Processed)
Set Processed.void
setQty(BigDecimal Qty)
Set Quantity.void
setSalesRep_ID(int SalesRep_ID)
Set Sales Representative.
-
-
-
Field Detail
-
Table_Name
static final String Table_Name
TableName=C_DunningRunEntry- See Also:
- Constant Field Values
-
Table_ID
static final int Table_ID
AD_Table_ID=527- See Also:
- Constant Field Values
-
Model
static final KeyNamePair Model
-
accessLevel
static final BigDecimal accessLevel
AccessLevel = 3 - Client - Org
-
COLUMNNAME_AD_Client_ID
static final String COLUMNNAME_AD_Client_ID
Column name AD_Client_ID- See Also:
- Constant Field Values
-
COLUMNNAME_AD_Org_ID
static final String COLUMNNAME_AD_Org_ID
Column name AD_Org_ID- See Also:
- Constant Field Values
-
COLUMNNAME_AD_User_ID
static final String COLUMNNAME_AD_User_ID
Column name AD_User_ID- See Also:
- Constant Field Values
-
COLUMNNAME_Amt
static final String COLUMNNAME_Amt
Column name Amt- See Also:
- Constant Field Values
-
COLUMNNAME_C_BPartner_ID
static final String COLUMNNAME_C_BPartner_ID
Column name C_BPartner_ID- See Also:
- Constant Field Values
-
COLUMNNAME_C_BPartner_Location_ID
static final String COLUMNNAME_C_BPartner_Location_ID
Column name C_BPartner_Location_ID- See Also:
- Constant Field Values
-
COLUMNNAME_C_Currency_ID
static final String COLUMNNAME_C_Currency_ID
Column name C_Currency_ID- See Also:
- Constant Field Values
-
COLUMNNAME_C_DunningLevel_ID
static final String COLUMNNAME_C_DunningLevel_ID
Column name C_DunningLevel_ID- See Also:
- Constant Field Values
-
COLUMNNAME_C_DunningRunEntry_ID
static final String COLUMNNAME_C_DunningRunEntry_ID
Column name C_DunningRunEntry_ID- See Also:
- Constant Field Values
-
COLUMNNAME_C_DunningRunEntry_UU
static final String COLUMNNAME_C_DunningRunEntry_UU
Column name C_DunningRunEntry_UU- See Also:
- Constant Field Values
-
COLUMNNAME_C_DunningRun_ID
static final String COLUMNNAME_C_DunningRun_ID
Column name C_DunningRun_ID- See Also:
- Constant Field Values
-
COLUMNNAME_Created
static final String COLUMNNAME_Created
Column name Created- See Also:
- Constant Field Values
-
COLUMNNAME_CreatedBy
static final String COLUMNNAME_CreatedBy
Column name CreatedBy- See Also:
- Constant Field Values
-
COLUMNNAME_IsActive
static final String COLUMNNAME_IsActive
Column name IsActive- See Also:
- Constant Field Values
-
COLUMNNAME_Note
static final String COLUMNNAME_Note
Column name Note- See Also:
- Constant Field Values
-
COLUMNNAME_Processed
static final String COLUMNNAME_Processed
Column name Processed- See Also:
- Constant Field Values
-
COLUMNNAME_Qty
static final String COLUMNNAME_Qty
Column name Qty- See Also:
- Constant Field Values
-
COLUMNNAME_SalesRep_ID
static final String COLUMNNAME_SalesRep_ID
Column name SalesRep_ID- See Also:
- Constant Field Values
-
COLUMNNAME_Updated
static final String COLUMNNAME_Updated
Column name Updated- See Also:
- Constant Field Values
-
COLUMNNAME_UpdatedBy
static final String COLUMNNAME_UpdatedBy
Column name UpdatedBy- See Also:
- Constant Field Values
-
-
Method Detail
-
getAD_Client_ID
int getAD_Client_ID()
Get Client. Client/Tenant for this installation.
-
setAD_Org_ID
void setAD_Org_ID(int AD_Org_ID)
Set Organization. Organizational entity within client
-
getAD_Org_ID
int getAD_Org_ID()
Get Organization. Organizational entity within client
-
setAD_User_ID
void setAD_User_ID(int AD_User_ID)
Set User/Contact. User within the system - Internal or Business Partner Contact
-
getAD_User_ID
int getAD_User_ID()
Get User/Contact. User within the system - Internal or Business Partner Contact
-
getAD_User
I_AD_User getAD_User() throws RuntimeException
- Throws:
RuntimeException
-
setAmt
void setAmt(BigDecimal Amt)
Set Amount. Amount
-
getAmt
BigDecimal getAmt()
Get Amount. Amount
-
setC_BPartner_ID
void setC_BPartner_ID(int C_BPartner_ID)
Set Business Partner. Identifies a Business Partner
-
getC_BPartner_ID
int getC_BPartner_ID()
Get Business Partner. Identifies a Business Partner
-
getC_BPartner
I_C_BPartner getC_BPartner() throws RuntimeException
- Throws:
RuntimeException
-
setC_BPartner_Location_ID
void setC_BPartner_Location_ID(int C_BPartner_Location_ID)
Set Partner Location. Identifies the (ship to) address for this Business Partner
-
getC_BPartner_Location_ID
int getC_BPartner_Location_ID()
Get Partner Location. Identifies the (ship to) address for this Business Partner
-
getC_BPartner_Location
I_C_BPartner_Location getC_BPartner_Location() throws RuntimeException
- Throws:
RuntimeException
-
setC_Currency_ID
void setC_Currency_ID(int C_Currency_ID)
Set Currency. The Currency for this record
-
getC_Currency_ID
int getC_Currency_ID()
Get Currency. The Currency for this record
-
getC_Currency
I_C_Currency getC_Currency() throws RuntimeException
- Throws:
RuntimeException
-
setC_DunningLevel_ID
void setC_DunningLevel_ID(int C_DunningLevel_ID)
Set Dunning Level
-
getC_DunningLevel_ID
int getC_DunningLevel_ID()
Get Dunning Level
-
getC_DunningLevel
I_C_DunningLevel getC_DunningLevel() throws RuntimeException
- Throws:
RuntimeException
-
setC_DunningRunEntry_ID
void setC_DunningRunEntry_ID(int C_DunningRunEntry_ID)
Set Dunning Run Entry. Dunning Run Entry
-
getC_DunningRunEntry_ID
int getC_DunningRunEntry_ID()
Get Dunning Run Entry. Dunning Run Entry
-
setC_DunningRunEntry_UU
void setC_DunningRunEntry_UU(String C_DunningRunEntry_UU)
Set C_DunningRunEntry_UU
-
getC_DunningRunEntry_UU
String getC_DunningRunEntry_UU()
Get C_DunningRunEntry_UU
-
setC_DunningRun_ID
void setC_DunningRun_ID(int C_DunningRun_ID)
Set Dunning Run. Dunning Run
-
getC_DunningRun_ID
int getC_DunningRun_ID()
Get Dunning Run. Dunning Run
-
getC_DunningRun
I_C_DunningRun getC_DunningRun() throws RuntimeException
- Throws:
RuntimeException
-
getCreated
Timestamp getCreated()
Get Created. Date this record was created
-
getCreatedBy
int getCreatedBy()
Get Created By. User who created this records
-
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
-
setNote
void setNote(String Note)
Set Note. Optional additional user defined information
-
getNote
String getNote()
Get Note. Optional additional user defined information
-
setProcessed
void setProcessed(boolean Processed)
Set Processed. The document has been processed
-
isProcessed
boolean isProcessed()
Get Processed. The document has been processed
-
setQty
void setQty(BigDecimal Qty)
Set Quantity. Quantity
-
getQty
BigDecimal getQty()
Get Quantity. Quantity
-
setSalesRep_ID
void setSalesRep_ID(int SalesRep_ID)
Set Sales Representative. Sales Representative or Company Agent
-
getSalesRep_ID
int getSalesRep_ID()
Get Sales Representative. Sales Representative or Company Agent
-
getSalesRep
I_AD_User getSalesRep() throws RuntimeException
- Throws:
RuntimeException
-
getUpdated
Timestamp getUpdated()
Get Updated. Date this record was updated
-
getUpdatedBy
int getUpdatedBy()
Get Updated By. User who updated this records
-
-