|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.compiere.framework.PO
org.compiere.model.X_C_Task
public class X_C_Task
Generated Model for C_Task
| Field Summary | |
|---|---|
protected BigDecimal |
accessLevel
|
protected static KeyNamePair |
Model
|
static int |
Table_ID
AD_Table_ID=583 |
static String |
Table_Name
TableName=C_Task |
static int |
TASKTYPE_AD_Reference_ID
TaskType AD_Reference_ID=408 |
static String |
TASKTYPE_Delegation
Delegation = D |
static String |
TASKTYPE_Other
Other = O |
static String |
TASKTYPE_PersonalActivity
Personal Activity = A |
static String |
TASKTYPE_Research
Research = R |
static String |
TASKTYPE_TestVerify
Test/Verify = T |
static long |
updatedMS
Last Updated Timestamp 2008-06-10 15:12:06.0 |
| Fields inherited from class org.compiere.framework.PO |
|---|
ACCESSLEVEL_ALL, ACCESSLEVEL_CLIENT, ACCESSLEVEL_CLIENTORG, ACCESSLEVEL_ORG, ACCESSLEVEL_SYSTEM, ACCESSLEVEL_SYSTEMCLIENT, ENTITYTYPE_Dictionary, ENTITYTYPE_UserMaintained, I_ZERO, log, p_changeVO, p_info, XML_ATTRIBUTE_AD_Table_ID, XML_ATTRIBUTE_Record_ID |
| Constructor Summary | |
|---|---|
X_C_Task(Ctx ctx,
int C_Task_ID,
String trxName)
Standard Constructor |
|
X_C_Task(Ctx ctx,
ResultSet rs,
String trxName)
Load Constructor |
|
| Method Summary | |
|---|---|
protected int |
get_AccessLevel()
AccessLevel |
int |
getC_Phase_ID()
Get Standard Phase. |
int |
getC_Task_ID()
Get Standard Task. |
String |
getDescription()
Get Description. |
String |
getHelp()
Get Comment. |
KeyNamePair |
getKeyNamePair()
Get Record ID/ColumnName |
int |
getM_Product_ID()
Get Product. |
String |
getName()
Get Name. |
int |
getSeqNo()
Get Sequence. |
BigDecimal |
getStandardQty()
Get Standard Quantity. |
String |
getTaskType()
Get Task Type. |
protected POInfo |
initPO(Ctx ctx)
Load Meta Data |
boolean |
isTaskTypeValid(String test)
Is test a valid value. |
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. |
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. |
void |
setTaskType(String TaskType)
Set Task Type. |
String |
toString()
Info |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final long updatedMS
public static final int Table_ID
public static final String Table_Name
protected static KeyNamePair Model
protected BigDecimal accessLevel
public static final int TASKTYPE_AD_Reference_ID
public static final String TASKTYPE_PersonalActivity
public static final String TASKTYPE_Delegation
public static final String TASKTYPE_Other
public static final String TASKTYPE_Research
public static final String TASKTYPE_TestVerify
| Constructor Detail |
|---|
public X_C_Task(Ctx ctx,
int C_Task_ID,
String trxName)
ctx - contextC_Task_ID - idtrxName - transaction
public X_C_Task(Ctx ctx,
ResultSet rs,
String trxName)
ctx - contextrs - result settrxName - transaction| Method Detail |
|---|
protected int get_AccessLevel()
get_AccessLevel in class POprotected POInfo initPO(Ctx ctx)
initPO in class POctx - context
public String toString()
toString in class POpublic void setC_Phase_ID(int C_Phase_ID)
C_Phase_ID - Standard Phase of the Project Typepublic int getC_Phase_ID()
public void setC_Task_ID(int C_Task_ID)
C_Task_ID - Standard Project Type Taskpublic int getC_Task_ID()
public void setDescription(String Description)
Description - Optional short description of the recordpublic String getDescription()
public void setHelp(String Help)
Help - Comment, Help or Hintpublic String getHelp()
public void setM_Product_ID(int M_Product_ID)
M_Product_ID - Product, Service, Itempublic int getM_Product_ID()
public void setName(String Name)
Name - Alphanumeric identifier of the entitypublic String getName()
public KeyNamePair getKeyNamePair()
public void setSeqNo(int SeqNo)
SeqNo - Method of ordering elements;
lowest number comes firstpublic int getSeqNo()
public void setStandardQty(BigDecimal StandardQty)
StandardQty - Standard Quantitypublic BigDecimal getStandardQty()
public boolean isTaskTypeValid(String test)
test - testvalue
public void setTaskType(String TaskType)
TaskType - Type of Project Taskpublic String getTaskType()
|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||