Package 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 9
- Author:
- iDempiere (generated)
-
-
Field Summary
Fields Modifier and Type Field Description static BigDecimal
accessLevel
AccessLevel = 3 - Client - Orgstatic String
COLUMNNAME_AD_Client_ID
Column name AD_Client_IDstatic String
COLUMNNAME_AD_Org_ID
Column name AD_Org_IDstatic String
COLUMNNAME_C_Phase_ID
Column name C_Phase_IDstatic String
COLUMNNAME_C_Task_ID
Column name C_Task_IDstatic String
COLUMNNAME_C_Task_UU
Column name C_Task_UUstatic String
COLUMNNAME_Created
Column name Createdstatic String
COLUMNNAME_CreatedBy
Column name CreatedBystatic String
COLUMNNAME_Description
Column name Descriptionstatic String
COLUMNNAME_Help
Column name Helpstatic String
COLUMNNAME_IsActive
Column name IsActivestatic String
COLUMNNAME_M_Product_ID
Column name M_Product_IDstatic String
COLUMNNAME_Name
Column name Namestatic String
COLUMNNAME_SeqNo
Column name SeqNostatic String
COLUMNNAME_StandardQty
Column name StandardQtystatic String
COLUMNNAME_Updated
Column name Updatedstatic String
COLUMNNAME_UpdatedBy
Column name UpdatedBystatic KeyNamePair
Model
static int
Table_ID
AD_Table_ID=583static String
Table_Name
TableName=C_Task
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getAD_Client_ID()
Get Client.int
getAD_Org_ID()
Get Organization.I_C_Phase
getC_Phase()
int
getC_Phase_ID()
Get Standard Phase.int
getC_Task_ID()
Get Standard Task.String
getC_Task_UU()
Get C_Task_UUTimestamp
getCreated()
Get Created.int
getCreatedBy()
Get Created By.String
getDescription()
Get Description.String
getHelp()
Get Comment/Help.I_M_Product
getM_Product()
int
getM_Product_ID()
Get Product.String
getName()
Get Name.int
getSeqNo()
Get Sequence.BigDecimal
getStandardQty()
Get Standard Quantity.Timestamp
getUpdated()
Get Updated.int
getUpdatedBy()
Get Updated By.boolean
isActive()
Get Active.void
setAD_Org_ID(int AD_Org_ID)
Set Organization.void
setC_Phase_ID(int C_Phase_ID)
Set Standard Phase.void
setC_Task_ID(int C_Task_ID)
Set Standard Task.void
setC_Task_UU(String C_Task_UU)
Set C_Task_UUvoid
setDescription(String Description)
Set Description.void
setHelp(String Help)
Set Comment/Help.void
setIsActive(boolean IsActive)
Set Active.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- See Also:
- Constant Field Values
-
Model
static final KeyNamePair Model
-
accessLevel
static final BigDecimal accessLevel
AccessLevel = 3 - Client - Org
-
COLUMNNAME_AD_Client_ID
static final String COLUMNNAME_AD_Client_ID
Column name AD_Client_ID- See Also:
- Constant Field Values
-
COLUMNNAME_AD_Org_ID
static final String COLUMNNAME_AD_Org_ID
Column name AD_Org_ID- See Also:
- Constant Field Values
-
COLUMNNAME_C_Phase_ID
static final String COLUMNNAME_C_Phase_ID
Column name C_Phase_ID- See Also:
- Constant Field Values
-
COLUMNNAME_Created
static final String COLUMNNAME_Created
Column name Created- See Also:
- Constant Field Values
-
COLUMNNAME_CreatedBy
static final String COLUMNNAME_CreatedBy
Column name CreatedBy- 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_C_Task_UU
static final String COLUMNNAME_C_Task_UU
Column name C_Task_UU- 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_IsActive
static final String COLUMNNAME_IsActive
Column name IsActive- 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
-
COLUMNNAME_Updated
static final String COLUMNNAME_Updated
Column name Updated- See Also:
- Constant Field Values
-
COLUMNNAME_UpdatedBy
static final String COLUMNNAME_UpdatedBy
Column name UpdatedBy- See Also:
- Constant Field Values
-
-
Method Detail
-
getAD_Client_ID
int getAD_Client_ID()
Get Client. Client/Tenant for this installation.
-
setAD_Org_ID
void setAD_Org_ID(int AD_Org_ID)
Set Organization. Organizational entity within client
-
getAD_Org_ID
int getAD_Org_ID()
Get Organization. Organizational entity within client
-
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 RuntimeException
- Throws:
RuntimeException
-
getCreated
Timestamp getCreated()
Get Created. Date this record was created
-
getCreatedBy
int getCreatedBy()
Get Created By. User who created this records
-
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
-
setC_Task_UU
void setC_Task_UU(String C_Task_UU)
Set C_Task_UU
-
getC_Task_UU
String getC_Task_UU()
Get C_Task_UU
-
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
-
setIsActive
void setIsActive(boolean IsActive)
Set Active. The record is active in the system
-
isActive
boolean isActive()
Get Active. The record is active in the system
-
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 RuntimeException
- Throws:
RuntimeException
-
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
-
getUpdated
Timestamp getUpdated()
Get Updated. Date this record was updated
-
getUpdatedBy
int getUpdatedBy()
Get Updated By. User who updated this records
-
-