Package org.compiere.model
Interface I_C_ServiceLevel
-
- All Known Implementing Classes:
X_C_ServiceLevel
public interface I_C_ServiceLevel
Generated Interface for C_ServiceLevel- Version:
- Release 9
- Author:
- iDempiere (generated)
-
-
Field Summary
Fields Modifier and Type Field Description static BigDecimal
accessLevel
AccessLevel = 1 - Orgstatic String
COLUMNNAME_AD_Client_ID
Column name AD_Client_IDstatic String
COLUMNNAME_AD_Org_ID
Column name AD_Org_IDstatic String
COLUMNNAME_C_RevenueRecognition_Plan_ID
Column name C_RevenueRecognition_Plan_IDstatic String
COLUMNNAME_C_ServiceLevel_ID
Column name C_ServiceLevel_IDstatic String
COLUMNNAME_C_ServiceLevel_UU
Column name C_ServiceLevel_UUstatic String
COLUMNNAME_Created
Column name Createdstatic String
COLUMNNAME_CreatedBy
Column name CreatedBystatic String
COLUMNNAME_Description
Column name Descriptionstatic String
COLUMNNAME_IsActive
Column name IsActivestatic String
COLUMNNAME_M_Product_ID
Column name M_Product_IDstatic String
COLUMNNAME_Processed
Column name Processedstatic String
COLUMNNAME_Processing
Column name Processingstatic String
COLUMNNAME_ServiceLevelInvoiced
Column name ServiceLevelInvoicedstatic String
COLUMNNAME_ServiceLevelProvided
Column name ServiceLevelProvidedstatic String
COLUMNNAME_Updated
Column name Updatedstatic String
COLUMNNAME_UpdatedBy
Column name UpdatedBystatic KeyNamePair
Model
static int
Table_ID
AD_Table_ID=337static String
Table_Name
TableName=C_ServiceLevel
-
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_C_RevenueRecognition_Plan
getC_RevenueRecognition_Plan()
int
getC_RevenueRecognition_Plan_ID()
Get Revenue Recognition Plan.int
getC_ServiceLevel_ID()
Get Service Level.String
getC_ServiceLevel_UU()
Get C_ServiceLevel_UUTimestamp
getCreated()
Get Created.int
getCreatedBy()
Get Created By.String
getDescription()
Get Description.I_M_Product
getM_Product()
int
getM_Product_ID()
Get Product.BigDecimal
getServiceLevelInvoiced()
Get Quantity Invoiced.BigDecimal
getServiceLevelProvided()
Get Quantity Provided.Timestamp
getUpdated()
Get Updated.int
getUpdatedBy()
Get Updated By.boolean
isActive()
Get Active.boolean
isProcessed()
Get Processed.boolean
isProcessing()
Get Process Nowvoid
setAD_Org_ID(int AD_Org_ID)
Set Organization.void
setC_RevenueRecognition_Plan_ID(int C_RevenueRecognition_Plan_ID)
Set Revenue Recognition Plan.void
setC_ServiceLevel_ID(int C_ServiceLevel_ID)
Set Service Level.void
setC_ServiceLevel_UU(String C_ServiceLevel_UU)
Set C_ServiceLevel_UUvoid
setDescription(String Description)
Set Description.void
setIsActive(boolean IsActive)
Set Active.void
setM_Product_ID(int M_Product_ID)
Set Product.void
setProcessed(boolean Processed)
Set Processed.void
setProcessing(boolean Processing)
Set Process Nowvoid
setServiceLevelInvoiced(BigDecimal ServiceLevelInvoiced)
Set Quantity Invoiced.void
setServiceLevelProvided(BigDecimal ServiceLevelProvided)
Set Quantity Provided.
-
-
-
Field Detail
-
Table_Name
static final String Table_Name
TableName=C_ServiceLevel- See Also:
- Constant Field Values
-
Table_ID
static final int Table_ID
AD_Table_ID=337- See Also:
- Constant Field Values
-
Model
static final KeyNamePair Model
-
accessLevel
static final BigDecimal accessLevel
AccessLevel = 1 - 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_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_C_RevenueRecognition_Plan_ID
static final String COLUMNNAME_C_RevenueRecognition_Plan_ID
Column name C_RevenueRecognition_Plan_ID- See Also:
- Constant Field Values
-
COLUMNNAME_C_ServiceLevel_ID
static final String COLUMNNAME_C_ServiceLevel_ID
Column name C_ServiceLevel_ID- See Also:
- Constant Field Values
-
COLUMNNAME_C_ServiceLevel_UU
static final String COLUMNNAME_C_ServiceLevel_UU
Column name C_ServiceLevel_UU- See Also:
- Constant Field Values
-
COLUMNNAME_Description
static final String COLUMNNAME_Description
Column name Description- See Also:
- Constant Field Values
-
COLUMNNAME_IsActive
static final String COLUMNNAME_IsActive
Column name IsActive- See Also:
- Constant Field Values
-
COLUMNNAME_M_Product_ID
static final String COLUMNNAME_M_Product_ID
Column name M_Product_ID- See Also:
- Constant Field Values
-
COLUMNNAME_Processed
static final String COLUMNNAME_Processed
Column name Processed- See Also:
- Constant Field Values
-
COLUMNNAME_Processing
static final String COLUMNNAME_Processing
Column name Processing- See Also:
- Constant Field Values
-
COLUMNNAME_ServiceLevelInvoiced
static final String COLUMNNAME_ServiceLevelInvoiced
Column name ServiceLevelInvoiced- See Also:
- Constant Field Values
-
COLUMNNAME_ServiceLevelProvided
static final String COLUMNNAME_ServiceLevelProvided
Column name ServiceLevelProvided- 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
-
getCreated
Timestamp getCreated()
Get Created. Date this record was created
-
getCreatedBy
int getCreatedBy()
Get Created By. User who created this records
-
setC_RevenueRecognition_Plan_ID
void setC_RevenueRecognition_Plan_ID(int C_RevenueRecognition_Plan_ID)
Set Revenue Recognition Plan. Plan for recognizing or recording revenue
-
getC_RevenueRecognition_Plan_ID
int getC_RevenueRecognition_Plan_ID()
Get Revenue Recognition Plan. Plan for recognizing or recording revenue
-
getC_RevenueRecognition_Plan
I_C_RevenueRecognition_Plan getC_RevenueRecognition_Plan() throws RuntimeException
- Throws:
RuntimeException
-
setC_ServiceLevel_ID
void setC_ServiceLevel_ID(int C_ServiceLevel_ID)
Set Service Level. Product Revenue Recognition Service Level
-
getC_ServiceLevel_ID
int getC_ServiceLevel_ID()
Get Service Level. Product Revenue Recognition Service Level
-
setC_ServiceLevel_UU
void setC_ServiceLevel_UU(String C_ServiceLevel_UU)
Set C_ServiceLevel_UU
-
getC_ServiceLevel_UU
String getC_ServiceLevel_UU()
Get C_ServiceLevel_UU
-
setDescription
void setDescription(String Description)
Set Description. Optional short description of the record
-
getDescription
String getDescription()
Get Description. Optional short description of the record
-
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
-
setM_Product_ID
void setM_Product_ID(int M_Product_ID)
Set Product. Product, Service, Item
-
getM_Product_ID
int getM_Product_ID()
Get Product. Product, Service, Item
-
getM_Product
I_M_Product getM_Product() throws RuntimeException
- Throws:
RuntimeException
-
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
-
setServiceLevelInvoiced
void setServiceLevelInvoiced(BigDecimal ServiceLevelInvoiced)
Set Quantity Invoiced. Quantity of product or service invoiced
-
getServiceLevelInvoiced
BigDecimal getServiceLevelInvoiced()
Get Quantity Invoiced. Quantity of product or service invoiced
-
setServiceLevelProvided
void setServiceLevelProvided(BigDecimal ServiceLevelProvided)
Set Quantity Provided. Quantity of service or product provided
-
getServiceLevelProvided
BigDecimal getServiceLevelProvided()
Get Quantity Provided. Quantity of service or product provided
-
getUpdated
Timestamp getUpdated()
Get Updated. Date this record was updated
-
getUpdatedBy
int getUpdatedBy()
Get Updated By. User who updated this records
-
-