Adempiere 3.5.2a

org.compiere.model
Interface I_R_RequestAction

All Known Implementing Classes:
MRequestAction, X_R_RequestAction

public interface I_R_RequestAction

Generated Interface for R_RequestAction

Version:
Release 3.5.2a
Author:
Adempiere (generated)

Field Summary
static BigDecimal accessLevel
          AccessLevel = 7 - System - Client - Org
static String COLUMNNAME_A_Asset_ID
          Column name A_Asset_ID
static String COLUMNNAME_AD_Role_ID
          Column name AD_Role_ID
static String COLUMNNAME_AD_User_ID
          Column name AD_User_ID
static String COLUMNNAME_C_Activity_ID
          Column name C_Activity_ID
static String COLUMNNAME_C_BPartner_ID
          Column name C_BPartner_ID
static String COLUMNNAME_C_Invoice_ID
          Column name C_Invoice_ID
static String COLUMNNAME_C_Order_ID
          Column name C_Order_ID
static String COLUMNNAME_C_Payment_ID
          Column name C_Payment_ID
static String COLUMNNAME_C_Project_ID
          Column name C_Project_ID
static String COLUMNNAME_ConfidentialType
          Column name ConfidentialType
static String COLUMNNAME_DateCompletePlan
          Column name DateCompletePlan
static String COLUMNNAME_DateNextAction
          Column name DateNextAction
static String COLUMNNAME_DateStartPlan
          Column name DateStartPlan
static String COLUMNNAME_EndDate
          Column name EndDate
static String COLUMNNAME_IsEscalated
          Column name IsEscalated
static String COLUMNNAME_IsInvoiced
          Column name IsInvoiced
static String COLUMNNAME_IsSelfService
          Column name IsSelfService
static String COLUMNNAME_M_InOut_ID
          Column name M_InOut_ID
static String COLUMNNAME_M_Product_ID
          Column name M_Product_ID
static String COLUMNNAME_M_ProductSpent_ID
          Column name M_ProductSpent_ID
static String COLUMNNAME_M_RMA_ID
          Column name M_RMA_ID
static String COLUMNNAME_NullColumns
          Column name NullColumns
static String COLUMNNAME_Priority
          Column name Priority
static String COLUMNNAME_PriorityUser
          Column name PriorityUser
static String COLUMNNAME_QtyInvoiced
          Column name QtyInvoiced
static String COLUMNNAME_QtyPlan
          Column name QtyPlan
static String COLUMNNAME_QtySpent
          Column name QtySpent
static String COLUMNNAME_R_Category_ID
          Column name R_Category_ID
static String COLUMNNAME_R_Group_ID
          Column name R_Group_ID
static String COLUMNNAME_R_Request_ID
          Column name R_Request_ID
static String COLUMNNAME_R_RequestAction_ID
          Column name R_RequestAction_ID
static String COLUMNNAME_R_RequestType_ID
          Column name R_RequestType_ID
static String COLUMNNAME_R_Resolution_ID
          Column name R_Resolution_ID
static String COLUMNNAME_R_Status_ID
          Column name R_Status_ID
static String COLUMNNAME_SalesRep_ID
          Column name SalesRep_ID
static String COLUMNNAME_StartDate
          Column name StartDate
static String COLUMNNAME_Summary
          Column name Summary
static String COLUMNNAME_TaskStatus
          Column name TaskStatus
static KeyNamePair Model
           
static int Table_ID
          AD_Table_ID=418
static String Table_Name
          TableName=R_RequestAction
 
Method Summary
 int getA_Asset_ID()
          Get Asset.
 I_A_Asset getA_Asset()
           
 int getAD_Role_ID()
          Get Role.
 I_AD_Role getAD_Role()
           
 int getAD_User_ID()
          Get User/Contact.
 I_AD_User getAD_User()
           
 int getC_Activity_ID()
          Get Activity.
 I_C_Activity getC_Activity()
           
 int getC_BPartner_ID()
          Get Business Partner .
 I_C_BPartner getC_BPartner()
           
 int getC_Invoice_ID()
          Get Invoice.
 I_C_Invoice getC_Invoice()
           
 int getC_Order_ID()
          Get Order.
 I_C_Order getC_Order()
           
 int getC_Payment_ID()
          Get Payment.
 I_C_Payment getC_Payment()
           
 int getC_Project_ID()
          Get Project.
 I_C_Project getC_Project()
           
 String getConfidentialType()
          Get Confidentiality.
 Timestamp getDateCompletePlan()
          Get Complete Plan.
 Timestamp getDateNextAction()
          Get Date next action.
 Timestamp getDateStartPlan()
          Get Start Plan.
 Timestamp getEndDate()
          Get End Date.
 String getIsEscalated()
          Get Escalated.
 String getIsInvoiced()
          Get Invoiced.
 String getIsSelfService()
          Get Self-Service.
 int getM_InOut_ID()
          Get Shipment/Receipt.
 I_M_InOut getM_InOut()
           
 int getM_Product_ID()
          Get Product.
 I_M_Product getM_Product()
           
 int getM_ProductSpent_ID()
          Get Product Used.
 int getM_RMA_ID()
          Get RMA.
 I_M_RMA getM_RMA()
           
 String getNullColumns()
          Get Null Columns.
 String getPriority()
          Get Priority.
 String getPriorityUser()
          Get User Importance.
 BigDecimal getQtyInvoiced()
          Get Quantity Invoiced.
 BigDecimal getQtyPlan()
          Get Quantity Plan.
 BigDecimal getQtySpent()
          Get Quantity Used.
 int getR_Category_ID()
          Get Category.
 I_R_Category getR_Category()
           
 int getR_Group_ID()
          Get Group.
 I_R_Group getR_Group()
           
 int getR_Request_ID()
          Get Request.
 I_R_Request getR_Request()
           
 int getR_RequestAction_ID()
          Get Request History.
 int getR_RequestType_ID()
          Get Request Type.
 I_R_RequestType getR_RequestType()
           
 int getR_Resolution_ID()
          Get Resolution.
 I_R_Resolution getR_Resolution()
           
 int getR_Status_ID()
          Get Status.
 I_R_Status getR_Status()
           
 int getSalesRep_ID()
          Get Sales Representative.
 Timestamp getStartDate()
          Get Start Date.
 String getSummary()
          Get Summary.
 String getTaskStatus()
          Get Task Status.
 void setA_Asset_ID(int A_Asset_ID)
          Set Asset.
 void setAD_Role_ID(int AD_Role_ID)
          Set Role.
 void setAD_User_ID(int AD_User_ID)
          Set User/Contact.
 void setC_Activity_ID(int C_Activity_ID)
          Set Activity.
 void setC_BPartner_ID(int C_BPartner_ID)
          Set Business Partner .
 void setC_Invoice_ID(int C_Invoice_ID)
          Set Invoice.
 void setC_Order_ID(int C_Order_ID)
          Set Order.
 void setC_Payment_ID(int C_Payment_ID)
          Set Payment.
 void setC_Project_ID(int C_Project_ID)
          Set Project.
 void setConfidentialType(String ConfidentialType)
          Set Confidentiality.
 void setDateCompletePlan(Timestamp DateCompletePlan)
          Set Complete Plan.
 void setDateNextAction(Timestamp DateNextAction)
          Set Date next action.
 void setDateStartPlan(Timestamp DateStartPlan)
          Set Start Plan.
 void setEndDate(Timestamp EndDate)
          Set End Date.
 void setIsEscalated(String IsEscalated)
          Set Escalated.
 void setIsInvoiced(String IsInvoiced)
          Set Invoiced.
 void setIsSelfService(String IsSelfService)
          Set Self-Service.
 void setM_InOut_ID(int M_InOut_ID)
          Set Shipment/Receipt.
 void setM_Product_ID(int M_Product_ID)
          Set Product.
 void setM_ProductSpent_ID(int M_ProductSpent_ID)
          Set Product Used.
 void setM_RMA_ID(int M_RMA_ID)
          Set RMA.
 void setNullColumns(String NullColumns)
          Set Null Columns.
 void setPriority(String Priority)
          Set Priority.
 void setPriorityUser(String PriorityUser)
          Set User Importance.
 void setQtyInvoiced(BigDecimal QtyInvoiced)
          Set Quantity Invoiced.
 void setQtyPlan(BigDecimal QtyPlan)
          Set Quantity Plan.
 void setQtySpent(BigDecimal QtySpent)
          Set Quantity Used.
 void setR_Category_ID(int R_Category_ID)
          Set Category.
 void setR_Group_ID(int R_Group_ID)
          Set Group.
 void setR_Request_ID(int R_Request_ID)
          Set Request.
 void setR_RequestAction_ID(int R_RequestAction_ID)
          Set Request History.
 void setR_RequestType_ID(int R_RequestType_ID)
          Set Request Type.
 void setR_Resolution_ID(int R_Resolution_ID)
          Set Resolution.
 void setR_Status_ID(int R_Status_ID)
          Set Status.
 void setSalesRep_ID(int SalesRep_ID)
          Set Sales Representative.
 void setStartDate(Timestamp StartDate)
          Set Start Date.
 void setSummary(String Summary)
          Set Summary.
 void setTaskStatus(String TaskStatus)
          Set Task Status.
 

Field Detail

Table_Name

static final String Table_Name
TableName=R_RequestAction

See Also:
Constant Field Values

Table_ID

static final int Table_ID
AD_Table_ID=418


Model

static final KeyNamePair Model

accessLevel

static final BigDecimal accessLevel
AccessLevel = 7 - System - Client - Org


COLUMNNAME_A_Asset_ID

static final String COLUMNNAME_A_Asset_ID
Column name A_Asset_ID

See Also:
Constant Field Values

COLUMNNAME_AD_Role_ID

static final String COLUMNNAME_AD_Role_ID
Column name AD_Role_ID

See Also:
Constant Field Values

COLUMNNAME_AD_User_ID

static final String COLUMNNAME_AD_User_ID
Column name AD_User_ID

See Also:
Constant Field Values

COLUMNNAME_C_Activity_ID

static final String COLUMNNAME_C_Activity_ID
Column name C_Activity_ID

See Also:
Constant Field Values

COLUMNNAME_C_BPartner_ID

static final String COLUMNNAME_C_BPartner_ID
Column name C_BPartner_ID

See Also:
Constant Field Values

COLUMNNAME_C_Invoice_ID

static final String COLUMNNAME_C_Invoice_ID
Column name C_Invoice_ID

See Also:
Constant Field Values

COLUMNNAME_ConfidentialType

static final String COLUMNNAME_ConfidentialType
Column name ConfidentialType

See Also:
Constant Field Values

COLUMNNAME_C_Order_ID

static final String COLUMNNAME_C_Order_ID
Column name C_Order_ID

See Also:
Constant Field Values

COLUMNNAME_C_Payment_ID

static final String COLUMNNAME_C_Payment_ID
Column name C_Payment_ID

See Also:
Constant Field Values

COLUMNNAME_C_Project_ID

static final String COLUMNNAME_C_Project_ID
Column name C_Project_ID

See Also:
Constant Field Values

COLUMNNAME_DateCompletePlan

static final String COLUMNNAME_DateCompletePlan
Column name DateCompletePlan

See Also:
Constant Field Values

COLUMNNAME_DateNextAction

static final String COLUMNNAME_DateNextAction
Column name DateNextAction

See Also:
Constant Field Values

COLUMNNAME_DateStartPlan

static final String COLUMNNAME_DateStartPlan
Column name DateStartPlan

See Also:
Constant Field Values

COLUMNNAME_EndDate

static final String COLUMNNAME_EndDate
Column name EndDate

See Also:
Constant Field Values

COLUMNNAME_IsEscalated

static final String COLUMNNAME_IsEscalated
Column name IsEscalated

See Also:
Constant Field Values

COLUMNNAME_IsInvoiced

static final String COLUMNNAME_IsInvoiced
Column name IsInvoiced

See Also:
Constant Field Values

COLUMNNAME_IsSelfService

static final String COLUMNNAME_IsSelfService
Column name IsSelfService

See Also:
Constant Field Values

COLUMNNAME_M_InOut_ID

static final String COLUMNNAME_M_InOut_ID
Column name M_InOut_ID

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_M_ProductSpent_ID

static final String COLUMNNAME_M_ProductSpent_ID
Column name M_ProductSpent_ID

See Also:
Constant Field Values

COLUMNNAME_M_RMA_ID

static final String COLUMNNAME_M_RMA_ID
Column name M_RMA_ID

See Also:
Constant Field Values

COLUMNNAME_NullColumns

static final String COLUMNNAME_NullColumns
Column name NullColumns

See Also:
Constant Field Values

COLUMNNAME_Priority

static final String COLUMNNAME_Priority
Column name Priority

See Also:
Constant Field Values

COLUMNNAME_PriorityUser

static final String COLUMNNAME_PriorityUser
Column name PriorityUser

See Also:
Constant Field Values

COLUMNNAME_QtyInvoiced

static final String COLUMNNAME_QtyInvoiced
Column name QtyInvoiced

See Also:
Constant Field Values

COLUMNNAME_QtyPlan

static final String COLUMNNAME_QtyPlan
Column name QtyPlan

See Also:
Constant Field Values

COLUMNNAME_QtySpent

static final String COLUMNNAME_QtySpent
Column name QtySpent

See Also:
Constant Field Values

COLUMNNAME_R_Category_ID

static final String COLUMNNAME_R_Category_ID
Column name R_Category_ID

See Also:
Constant Field Values

COLUMNNAME_R_Group_ID

static final String COLUMNNAME_R_Group_ID
Column name R_Group_ID

See Also:
Constant Field Values

COLUMNNAME_R_RequestAction_ID

static final String COLUMNNAME_R_RequestAction_ID
Column name R_RequestAction_ID

See Also:
Constant Field Values

COLUMNNAME_R_Request_ID

static final String COLUMNNAME_R_Request_ID
Column name R_Request_ID

See Also:
Constant Field Values

COLUMNNAME_R_RequestType_ID

static final String COLUMNNAME_R_RequestType_ID
Column name R_RequestType_ID

See Also:
Constant Field Values

COLUMNNAME_R_Resolution_ID

static final String COLUMNNAME_R_Resolution_ID
Column name R_Resolution_ID

See Also:
Constant Field Values

COLUMNNAME_R_Status_ID

static final String COLUMNNAME_R_Status_ID
Column name R_Status_ID

See Also:
Constant Field Values

COLUMNNAME_SalesRep_ID

static final String COLUMNNAME_SalesRep_ID
Column name SalesRep_ID

See Also:
Constant Field Values

COLUMNNAME_StartDate

static final String COLUMNNAME_StartDate
Column name StartDate

See Also:
Constant Field Values

COLUMNNAME_Summary

static final String COLUMNNAME_Summary
Column name Summary

See Also:
Constant Field Values

COLUMNNAME_TaskStatus

static final String COLUMNNAME_TaskStatus
Column name TaskStatus

See Also:
Constant Field Values
Method Detail

setA_Asset_ID

void setA_Asset_ID(int A_Asset_ID)
Set Asset. Asset used internally or by customers


getA_Asset_ID

int getA_Asset_ID()
Get Asset. Asset used internally or by customers


getA_Asset

I_A_Asset getA_Asset()
                     throws Exception
Throws:
Exception

setAD_Role_ID

void setAD_Role_ID(int AD_Role_ID)
Set Role. Responsibility Role


getAD_Role_ID

int getAD_Role_ID()
Get Role. Responsibility Role


getAD_Role

I_AD_Role getAD_Role()
                     throws Exception
Throws:
Exception

setAD_User_ID

void setAD_User_ID(int AD_User_ID)
Set User/Contact. User within the system - Internal or Business Partner Contact


getAD_User_ID

int getAD_User_ID()
Get User/Contact. User within the system - Internal or Business Partner Contact


getAD_User

I_AD_User getAD_User()
                     throws Exception
Throws:
Exception

setC_Activity_ID

void setC_Activity_ID(int C_Activity_ID)
Set Activity. Business Activity


getC_Activity_ID

int getC_Activity_ID()
Get Activity. Business Activity


getC_Activity

I_C_Activity getC_Activity()
                           throws Exception
Throws:
Exception

setC_BPartner_ID

void setC_BPartner_ID(int C_BPartner_ID)
Set Business Partner . Identifies a Business Partner


getC_BPartner_ID

int getC_BPartner_ID()
Get Business Partner . Identifies a Business Partner


getC_BPartner

I_C_BPartner getC_BPartner()
                           throws Exception
Throws:
Exception

setC_Invoice_ID

void setC_Invoice_ID(int C_Invoice_ID)
Set Invoice. Invoice Identifier


getC_Invoice_ID

int getC_Invoice_ID()
Get Invoice. Invoice Identifier


getC_Invoice

I_C_Invoice getC_Invoice()
                         throws Exception
Throws:
Exception

setConfidentialType

void setConfidentialType(String ConfidentialType)
Set Confidentiality. Type of Confidentiality


getConfidentialType

String getConfidentialType()
Get Confidentiality. Type of Confidentiality


setC_Order_ID

void setC_Order_ID(int C_Order_ID)
Set Order. Order


getC_Order_ID

int getC_Order_ID()
Get Order. Order


getC_Order

I_C_Order getC_Order()
                     throws Exception
Throws:
Exception

setC_Payment_ID

void setC_Payment_ID(int C_Payment_ID)
Set Payment. Payment identifier


getC_Payment_ID

int getC_Payment_ID()
Get Payment. Payment identifier


getC_Payment

I_C_Payment getC_Payment()
                         throws Exception
Throws:
Exception

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

setDateCompletePlan

void setDateCompletePlan(Timestamp DateCompletePlan)
Set Complete Plan. Planned Completion Date


getDateCompletePlan

Timestamp getDateCompletePlan()
Get Complete Plan. Planned Completion Date


setDateNextAction

void setDateNextAction(Timestamp DateNextAction)
Set Date next action. Date that this request should be acted on


getDateNextAction

Timestamp getDateNextAction()
Get Date next action. Date that this request should be acted on


setDateStartPlan

void setDateStartPlan(Timestamp DateStartPlan)
Set Start Plan. Planned Start Date


getDateStartPlan

Timestamp getDateStartPlan()
Get Start Plan. Planned Start Date


setEndDate

void setEndDate(Timestamp EndDate)
Set End Date. Last effective date (inclusive)


getEndDate

Timestamp getEndDate()
Get End Date. Last effective date (inclusive)


setIsEscalated

void setIsEscalated(String IsEscalated)
Set Escalated. This request has been escalated


getIsEscalated

String getIsEscalated()
Get Escalated. This request has been escalated


setIsInvoiced

void setIsInvoiced(String IsInvoiced)
Set Invoiced. Is this invoiced?


getIsInvoiced

String getIsInvoiced()
Get Invoiced. Is this invoiced?


setIsSelfService

void setIsSelfService(String IsSelfService)
Set Self-Service. This is a Self-Service entry or this entry can be changed via Self-Service


getIsSelfService

String getIsSelfService()
Get Self-Service. This is a Self-Service entry or this entry can be changed via Self-Service


setM_InOut_ID

void setM_InOut_ID(int M_InOut_ID)
Set Shipment/Receipt. Material Shipment Document


getM_InOut_ID

int getM_InOut_ID()
Get Shipment/Receipt. Material Shipment Document


getM_InOut

I_M_InOut getM_InOut()
                     throws Exception
Throws:
Exception

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

setM_ProductSpent_ID

void setM_ProductSpent_ID(int M_ProductSpent_ID)
Set Product Used. Product/Resource/Service used in Request


getM_ProductSpent_ID

int getM_ProductSpent_ID()
Get Product Used. Product/Resource/Service used in Request


setM_RMA_ID

void setM_RMA_ID(int M_RMA_ID)
Set RMA. Return Material Authorization


getM_RMA_ID

int getM_RMA_ID()
Get RMA. Return Material Authorization


getM_RMA

I_M_RMA getM_RMA()
                 throws Exception
Throws:
Exception

setNullColumns

void setNullColumns(String NullColumns)
Set Null Columns. Columns with NULL value


getNullColumns

String getNullColumns()
Get Null Columns. Columns with NULL value


setPriority

void setPriority(String Priority)
Set Priority. Indicates if this request is of a high, medium or low priority.


getPriority

String getPriority()
Get Priority. Indicates if this request is of a high, medium or low priority.


setPriorityUser

void setPriorityUser(String PriorityUser)
Set User Importance. Priority of the issue for the User


getPriorityUser

String getPriorityUser()
Get User Importance. Priority of the issue for the User


setQtyInvoiced

void setQtyInvoiced(BigDecimal QtyInvoiced)
Set Quantity Invoiced. Invoiced Quantity


getQtyInvoiced

BigDecimal getQtyInvoiced()
Get Quantity Invoiced. Invoiced Quantity


setQtyPlan

void setQtyPlan(BigDecimal QtyPlan)
Set Quantity Plan. Planned Quantity


getQtyPlan

BigDecimal getQtyPlan()
Get Quantity Plan. Planned Quantity


setQtySpent

void setQtySpent(BigDecimal QtySpent)
Set Quantity Used. Quantity used for this event


getQtySpent

BigDecimal getQtySpent()
Get Quantity Used. Quantity used for this event


setR_Category_ID

void setR_Category_ID(int R_Category_ID)
Set Category. Request Category


getR_Category_ID

int getR_Category_ID()
Get Category. Request Category


getR_Category

I_R_Category getR_Category()
                           throws Exception
Throws:
Exception

setR_Group_ID

void setR_Group_ID(int R_Group_ID)
Set Group. Request Group


getR_Group_ID

int getR_Group_ID()
Get Group. Request Group


getR_Group

I_R_Group getR_Group()
                     throws Exception
Throws:
Exception

setR_RequestAction_ID

void setR_RequestAction_ID(int R_RequestAction_ID)
Set Request History. Request has been changed


getR_RequestAction_ID

int getR_RequestAction_ID()
Get Request History. Request has been changed


setR_Request_ID

void setR_Request_ID(int R_Request_ID)
Set Request. Request from a Business Partner or Prospect


getR_Request_ID

int getR_Request_ID()
Get Request. Request from a Business Partner or Prospect


getR_Request

I_R_Request getR_Request()
                         throws Exception
Throws:
Exception

setR_RequestType_ID

void setR_RequestType_ID(int R_RequestType_ID)
Set Request Type. Type of request (e.g. Inquiry, Complaint, ..)


getR_RequestType_ID

int getR_RequestType_ID()
Get Request Type. Type of request (e.g. Inquiry, Complaint, ..)


getR_RequestType

I_R_RequestType getR_RequestType()
                                 throws Exception
Throws:
Exception

setR_Resolution_ID

void setR_Resolution_ID(int R_Resolution_ID)
Set Resolution. Request Resolution


getR_Resolution_ID

int getR_Resolution_ID()
Get Resolution. Request Resolution


getR_Resolution

I_R_Resolution getR_Resolution()
                               throws Exception
Throws:
Exception

setR_Status_ID

void setR_Status_ID(int R_Status_ID)
Set Status. Request Status


getR_Status_ID

int getR_Status_ID()
Get Status. Request Status


getR_Status

I_R_Status getR_Status()
                       throws Exception
Throws:
Exception

setSalesRep_ID

void setSalesRep_ID(int SalesRep_ID)
Set Sales Representative. Sales Representative or Company Agent


getSalesRep_ID

int getSalesRep_ID()
Get Sales Representative. Sales Representative or Company Agent


setStartDate

void setStartDate(Timestamp StartDate)
Set Start Date. First effective day (inclusive)


getStartDate

Timestamp getStartDate()
Get Start Date. First effective day (inclusive)


setSummary

void setSummary(String Summary)
Set Summary. Textual summary of this request


getSummary

String getSummary()
Get Summary. Textual summary of this request


setTaskStatus

void setTaskStatus(String TaskStatus)
Set Task Status. Status of the Task


getTaskStatus

String getTaskStatus()
Get Task Status. Status of the Task


Adempiere 3.5.2a

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