|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface I_C_Task
Generated Interface for C_Task
| 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 |
|---|
static final String Table_Name
static final int Table_ID
static final KeyNamePair Model
static final BigDecimal accessLevel
static final String COLUMNNAME_C_Phase_ID
static final String COLUMNNAME_C_Task_ID
static final String COLUMNNAME_Description
static final String COLUMNNAME_Help
static final String COLUMNNAME_M_Product_ID
static final String COLUMNNAME_Name
static final String COLUMNNAME_SeqNo
static final String COLUMNNAME_StandardQty
| Method Detail |
|---|
void setC_Phase_ID(int C_Phase_ID)
int getC_Phase_ID()
I_C_Phase getC_Phase()
throws Exception
Exceptionvoid setC_Task_ID(int C_Task_ID)
int getC_Task_ID()
void setDescription(String Description)
String getDescription()
void setHelp(String Help)
String getHelp()
void setM_Product_ID(int M_Product_ID)
int getM_Product_ID()
I_M_Product getM_Product()
throws Exception
Exceptionvoid setName(String Name)
String getName()
void setSeqNo(int SeqNo)
int getSeqNo()
void setStandardQty(BigDecimal StandardQty)
BigDecimal getStandardQty()
|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||