Adempiere 3.5.2a

org.compiere.model
Interface I_C_ProjectIssue

All Known Implementing Classes:
MProjectIssue, X_C_ProjectIssue

public interface I_C_ProjectIssue

Generated Interface for C_ProjectIssue

Version:
Release 3.5.2a
Author:
Adempiere (generated)

Field Summary
static BigDecimal accessLevel
          AccessLevel = 3 - Client - Org
static String COLUMNNAME_C_Project_ID
          Column name C_Project_ID
static String COLUMNNAME_C_ProjectIssue_ID
          Column name C_ProjectIssue_ID
static String COLUMNNAME_Description
          Column name Description
static String COLUMNNAME_Line
          Column name Line
static String COLUMNNAME_M_AttributeSetInstance_ID
          Column name M_AttributeSetInstance_ID
static String COLUMNNAME_M_InOutLine_ID
          Column name M_InOutLine_ID
static String COLUMNNAME_M_Locator_ID
          Column name M_Locator_ID
static String COLUMNNAME_M_Product_ID
          Column name M_Product_ID
static String COLUMNNAME_MovementDate
          Column name MovementDate
static String COLUMNNAME_MovementQty
          Column name MovementQty
static String COLUMNNAME_Posted
          Column name Posted
static String COLUMNNAME_Processed
          Column name Processed
static String COLUMNNAME_Processing
          Column name Processing
static String COLUMNNAME_S_TimeExpenseLine_ID
          Column name S_TimeExpenseLine_ID
static KeyNamePair Model
           
static int Table_ID
          AD_Table_ID=623
static String Table_Name
          TableName=C_ProjectIssue
 
Method Summary
 int getC_Project_ID()
          Get Project.
 I_C_Project getC_Project()
           
 int getC_ProjectIssue_ID()
          Get Project Issue.
 String getDescription()
          Get Description.
 int getLine()
          Get Line No.
 int getM_AttributeSetInstance_ID()
          Get Attribute Set Instance.
 int getM_InOutLine_ID()
          Get Shipment/Receipt Line.
 I_M_InOutLine getM_InOutLine()
           
 int getM_Locator_ID()
          Get Locator.
 int getM_Product_ID()
          Get Product.
 I_M_Product getM_Product()
           
 Timestamp getMovementDate()
          Get Movement Date.
 BigDecimal getMovementQty()
          Get Movement Quantity.
 int getS_TimeExpenseLine_ID()
          Get Expense Line.
 I_S_TimeExpenseLine getS_TimeExpenseLine()
           
 boolean isPosted()
          Get Posted.
 boolean isProcessed()
          Get Processed.
 boolean isProcessing()
          Get Process Now
 void setC_Project_ID(int C_Project_ID)
          Set Project.
 void setC_ProjectIssue_ID(int C_ProjectIssue_ID)
          Set Project Issue.
 void setDescription(String Description)
          Set Description.
 void setLine(int Line)
          Set Line No.
 void setM_AttributeSetInstance_ID(int M_AttributeSetInstance_ID)
          Set Attribute Set Instance.
 void setM_InOutLine_ID(int M_InOutLine_ID)
          Set Shipment/Receipt Line.
 void setM_Locator_ID(int M_Locator_ID)
          Set Locator.
 void setM_Product_ID(int M_Product_ID)
          Set Product.
 void setMovementDate(Timestamp MovementDate)
          Set Movement Date.
 void setMovementQty(BigDecimal MovementQty)
          Set Movement Quantity.
 void setPosted(boolean Posted)
          Set Posted.
 void setProcessed(boolean Processed)
          Set Processed.
 void setProcessing(boolean Processing)
          Set Process Now
 void setS_TimeExpenseLine_ID(int S_TimeExpenseLine_ID)
          Set Expense Line.
 

Field Detail

Table_Name

static final String Table_Name
TableName=C_ProjectIssue

See Also:
Constant Field Values

Table_ID

static final int Table_ID
AD_Table_ID=623


Model

static final KeyNamePair Model

accessLevel

static final BigDecimal accessLevel
AccessLevel = 3 - Client - Org


COLUMNNAME_C_Project_ID

static final String COLUMNNAME_C_Project_ID
Column name C_Project_ID

See Also:
Constant Field Values

COLUMNNAME_C_ProjectIssue_ID

static final String COLUMNNAME_C_ProjectIssue_ID
Column name C_ProjectIssue_ID

See Also:
Constant Field Values

COLUMNNAME_Description

static final String COLUMNNAME_Description
Column name Description

See Also:
Constant Field Values

COLUMNNAME_Line

static final String COLUMNNAME_Line
Column name Line

See Also:
Constant Field Values

COLUMNNAME_M_AttributeSetInstance_ID

static final String COLUMNNAME_M_AttributeSetInstance_ID
Column name M_AttributeSetInstance_ID

See Also:
Constant Field Values

COLUMNNAME_M_InOutLine_ID

static final String COLUMNNAME_M_InOutLine_ID
Column name M_InOutLine_ID

See Also:
Constant Field Values

COLUMNNAME_M_Locator_ID

static final String COLUMNNAME_M_Locator_ID
Column name M_Locator_ID

See Also:
Constant Field Values

COLUMNNAME_MovementDate

static final String COLUMNNAME_MovementDate
Column name MovementDate

See Also:
Constant Field Values

COLUMNNAME_MovementQty

static final String COLUMNNAME_MovementQty
Column name MovementQty

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_Posted

static final String COLUMNNAME_Posted
Column name Posted

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_S_TimeExpenseLine_ID

static final String COLUMNNAME_S_TimeExpenseLine_ID
Column name S_TimeExpenseLine_ID

See Also:
Constant Field Values
Method Detail

setC_Project_ID

void setC_Project_ID(int C_Project_ID)
Set Project. Financial Project


getC_Project_ID

int getC_Project_ID()
Get Project. Financial Project


getC_Project

I_C_Project getC_Project()
                         throws Exception
Throws:
Exception

setC_ProjectIssue_ID

void setC_ProjectIssue_ID(int C_ProjectIssue_ID)
Set Project Issue. Project Issues (Material, Labor)


getC_ProjectIssue_ID

int getC_ProjectIssue_ID()
Get Project Issue. Project Issues (Material, Labor)


setDescription

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


getDescription

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


setLine

void setLine(int Line)
Set Line No. Unique line for this document


getLine

int getLine()
Get Line No. Unique line for this document


setM_AttributeSetInstance_ID

void setM_AttributeSetInstance_ID(int M_AttributeSetInstance_ID)
Set Attribute Set Instance. Product Attribute Set Instance


getM_AttributeSetInstance_ID

int getM_AttributeSetInstance_ID()
Get Attribute Set Instance. Product Attribute Set Instance


setM_InOutLine_ID

void setM_InOutLine_ID(int M_InOutLine_ID)
Set Shipment/Receipt Line. Line on Shipment or Receipt document


getM_InOutLine_ID

int getM_InOutLine_ID()
Get Shipment/Receipt Line. Line on Shipment or Receipt document


getM_InOutLine

I_M_InOutLine getM_InOutLine()
                             throws Exception
Throws:
Exception

setM_Locator_ID

void setM_Locator_ID(int M_Locator_ID)
Set Locator. Warehouse Locator


getM_Locator_ID

int getM_Locator_ID()
Get Locator. Warehouse Locator


setMovementDate

void setMovementDate(Timestamp MovementDate)
Set Movement Date. Date a product was moved in or out of inventory


getMovementDate

Timestamp getMovementDate()
Get Movement Date. Date a product was moved in or out of inventory


setMovementQty

void setMovementQty(BigDecimal MovementQty)
Set Movement Quantity. Quantity of a product moved.


getMovementQty

BigDecimal getMovementQty()
Get Movement Quantity. Quantity of a product moved.


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

setPosted

void setPosted(boolean Posted)
Set Posted. Posting status


isPosted

boolean isPosted()
Get Posted. Posting status


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


setS_TimeExpenseLine_ID

void setS_TimeExpenseLine_ID(int S_TimeExpenseLine_ID)
Set Expense Line. Time and Expense Report Line


getS_TimeExpenseLine_ID

int getS_TimeExpenseLine_ID()
Get Expense Line. Time and Expense Report Line


getS_TimeExpenseLine

I_S_TimeExpenseLine getS_TimeExpenseLine()
                                         throws Exception
Throws:
Exception

Adempiere 3.5.2a

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