Adempiere 3.5.2a

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 3.5.2a
Author:
Adempiere (generated)

Field Summary
static BigDecimal accessLevel
          AccessLevel = 1 - Org
static String COLUMNNAME_C_RevenueRecognition_Plan_ID
          Column name C_RevenueRecognition_Plan_ID
static String COLUMNNAME_C_ServiceLevel_ID
          Column name C_ServiceLevel_ID
static String COLUMNNAME_Description
          Column name Description
static String COLUMNNAME_M_Product_ID
          Column name M_Product_ID
static String COLUMNNAME_Processed
          Column name Processed
static String COLUMNNAME_Processing
          Column name Processing
static String COLUMNNAME_ServiceLevelInvoiced
          Column name ServiceLevelInvoiced
static String COLUMNNAME_ServiceLevelProvided
          Column name ServiceLevelProvided
static KeyNamePair Model
           
static int Table_ID
          AD_Table_ID=337
static String Table_Name
          TableName=C_ServiceLevel
 
Method Summary
 int getC_RevenueRecognition_Plan_ID()
          Get Revenue Recognition Plan.
 I_C_RevenueRecognition_Plan getC_RevenueRecognition_Plan()
           
 int getC_ServiceLevel_ID()
          Get Service Level.
 String getDescription()
          Get Description.
 int getM_Product_ID()
          Get Product.
 I_M_Product getM_Product()
           
 BigDecimal getServiceLevelInvoiced()
          Get Quantity Invoiced.
 BigDecimal getServiceLevelProvided()
          Get Quantity Provided.
 boolean isProcessed()
          Get Processed.
 boolean isProcessing()
          Get Process Now
 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 setDescription(String Description)
          Set Description.
 void setM_Product_ID(int M_Product_ID)
          Set Product.
 void setProcessed(boolean Processed)
          Set Processed.
 void setProcessing(boolean Processing)
          Set Process Now
 void 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


Model

static final KeyNamePair Model

accessLevel

static final BigDecimal accessLevel
AccessLevel = 1 - Org


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_Description

static final String COLUMNNAME_Description
Column name Description

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
Method Detail

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 Exception
Throws:
Exception

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


setDescription

void setDescription(String Description)
Set Description. Optional short description of the record


getDescription

String getDescription()
Get Description. Optional short description of the record


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 Exception
Throws:
Exception

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


Adempiere 3.5.2a

Adempiere® is a registered trademark of ADempiere Business Inc. ©2004-2008 HumanFlash.com All rights reserved.