Adempiere 3.5.2a

org.compiere.model
Interface I_C_Task

All Known Implementing Classes:
MProjectTypeTask, X_C_Task

public interface I_C_Task

Generated Interface for C_Task

Version:
Release 3.5.2a
Author:
Adempiere (generated)

Field Summary
static BigDecimal accessLevel
          AccessLevel = 3 - Client - Org
static String COLUMNNAME_C_Phase_ID
          Column name C_Phase_ID
static String COLUMNNAME_C_Task_ID
          Column name C_Task_ID
static String COLUMNNAME_Description
          Column name Description
static String COLUMNNAME_Help
          Column name Help
static String COLUMNNAME_M_Product_ID
          Column name M_Product_ID
static String COLUMNNAME_Name
          Column name Name
static String COLUMNNAME_SeqNo
          Column name SeqNo
static String COLUMNNAME_StandardQty
          Column name StandardQty
static KeyNamePair Model
           
static int Table_ID
          AD_Table_ID=583
static String Table_Name
          TableName=C_Task
 
Method Summary
 int getC_Phase_ID()
          Get Standard Phase.
 I_C_Phase getC_Phase()
           
 int getC_Task_ID()
          Get Standard Task.
 String getDescription()
          Get Description.
 String getHelp()
          Get Comment/Help.
 int getM_Product_ID()
          Get Product.
 I_M_Product getM_Product()
           
 String getName()
          Get Name.
 int getSeqNo()
          Get Sequence.
 BigDecimal getStandardQty()
          Get Standard Quantity.
 void setC_Phase_ID(int C_Phase_ID)
          Set Standard Phase.
 void setC_Task_ID(int C_Task_ID)
          Set Standard Task.
 void setDescription(String Description)
          Set Description.
 void setHelp(String Help)
          Set Comment/Help.
 void setM_Product_ID(int M_Product_ID)
          Set Product.
 void setName(String Name)
          Set Name.
 void setSeqNo(int SeqNo)
          Set Sequence.
 void setStandardQty(BigDecimal StandardQty)
          Set Standard Quantity.
 

Field Detail

Table_Name

static final String Table_Name
TableName=C_Task

See Also:
Constant Field Values

Table_ID

static final int Table_ID
AD_Table_ID=583


Model

static final KeyNamePair Model

accessLevel

static final BigDecimal accessLevel
AccessLevel = 3 - Client - Org


COLUMNNAME_C_Phase_ID

static final String COLUMNNAME_C_Phase_ID
Column name C_Phase_ID

See Also:
Constant Field Values

COLUMNNAME_C_Task_ID

static final String COLUMNNAME_C_Task_ID
Column name C_Task_ID

See Also:
Constant Field Values

COLUMNNAME_Description

static final String COLUMNNAME_Description
Column name Description

See Also:
Constant Field Values

COLUMNNAME_Help

static final String COLUMNNAME_Help
Column name Help

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_Name

static final String COLUMNNAME_Name
Column name Name

See Also:
Constant Field Values

COLUMNNAME_SeqNo

static final String COLUMNNAME_SeqNo
Column name SeqNo

See Also:
Constant Field Values

COLUMNNAME_StandardQty

static final String COLUMNNAME_StandardQty
Column name StandardQty

See Also:
Constant Field Values
Method Detail

setC_Phase_ID

void setC_Phase_ID(int C_Phase_ID)
Set Standard Phase. Standard Phase of the Project Type


getC_Phase_ID

int getC_Phase_ID()
Get Standard Phase. Standard Phase of the Project Type


getC_Phase

I_C_Phase getC_Phase()
                     throws Exception
Throws:
Exception

setC_Task_ID

void setC_Task_ID(int C_Task_ID)
Set Standard Task. Standard Project Type Task


getC_Task_ID

int getC_Task_ID()
Get Standard Task. Standard Project Type Task


setDescription

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


getDescription

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


setHelp

void setHelp(String Help)
Set Comment/Help. Comment or Hint


getHelp

String getHelp()
Get Comment/Help. Comment or Hint


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

setName

void setName(String Name)
Set Name. Alphanumeric identifier of the entity


getName

String getName()
Get Name. Alphanumeric identifier of the entity


setSeqNo

void setSeqNo(int SeqNo)
Set Sequence. Method of ordering records; lowest number comes first


getSeqNo

int getSeqNo()
Get Sequence. Method of ordering records; lowest number comes first


setStandardQty

void setStandardQty(BigDecimal StandardQty)
Set Standard Quantity. Standard Quantity


getStandardQty

BigDecimal getStandardQty()
Get Standard Quantity. Standard Quantity


Adempiere 3.5.2a

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