Adempiere 3.5.2a

org.compiere.model
Interface I_R_RequestType

All Known Implementing Classes:
MRequestType, X_R_RequestType

public interface I_R_RequestType

Generated Interface for R_RequestType

Version:
Release 3.5.2a
Author:
Adempiere (generated)

Field Summary
static BigDecimal accessLevel
          AccessLevel = 6 - System - Client
static String COLUMNNAME_AutoDueDateDays
          Column name AutoDueDateDays
static String COLUMNNAME_ConfidentialType
          Column name ConfidentialType
static String COLUMNNAME_Description
          Column name Description
static String COLUMNNAME_DueDateTolerance
          Column name DueDateTolerance
static String COLUMNNAME_IsAutoChangeRequest
          Column name IsAutoChangeRequest
static String COLUMNNAME_IsConfidentialInfo
          Column name IsConfidentialInfo
static String COLUMNNAME_IsDefault
          Column name IsDefault
static String COLUMNNAME_IsEMailWhenDue
          Column name IsEMailWhenDue
static String COLUMNNAME_IsEMailWhenOverdue
          Column name IsEMailWhenOverdue
static String COLUMNNAME_IsIndexed
          Column name IsIndexed
static String COLUMNNAME_IsInvoiced
          Column name IsInvoiced
static String COLUMNNAME_IsSelfService
          Column name IsSelfService
static String COLUMNNAME_Name
          Column name Name
static String COLUMNNAME_R_RequestType_ID
          Column name R_RequestType_ID
static String COLUMNNAME_R_StatusCategory_ID
          Column name R_StatusCategory_ID
static KeyNamePair Model
           
static int Table_ID
          AD_Table_ID=529
static String Table_Name
          TableName=R_RequestType
 
Method Summary
 int getAutoDueDateDays()
          Get Auto Due Date Days.
 String getConfidentialType()
          Get Confidentiality.
 String getDescription()
          Get Description.
 int getDueDateTolerance()
          Get Due Date Tolerance.
 String getName()
          Get Name.
 int getR_RequestType_ID()
          Get Request Type.
 int getR_StatusCategory_ID()
          Get Status Category.
 I_R_StatusCategory getR_StatusCategory()
           
 boolean isAutoChangeRequest()
          Get Create Change Request.
 boolean isConfidentialInfo()
          Get Confidential Info.
 boolean isDefault()
          Get Default.
 boolean isEMailWhenDue()
          Get EMail when Due.
 boolean isEMailWhenOverdue()
          Get EMail when Overdue.
 boolean isIndexed()
          Get Indexed.
 boolean isInvoiced()
          Get Invoiced.
 boolean isSelfService()
          Get Self-Service.
 void setAutoDueDateDays(int AutoDueDateDays)
          Set Auto Due Date Days.
 void setConfidentialType(String ConfidentialType)
          Set Confidentiality.
 void setDescription(String Description)
          Set Description.
 void setDueDateTolerance(int DueDateTolerance)
          Set Due Date Tolerance.
 void setIsAutoChangeRequest(boolean IsAutoChangeRequest)
          Set Create Change Request.
 void setIsConfidentialInfo(boolean IsConfidentialInfo)
          Set Confidential Info.
 void setIsDefault(boolean IsDefault)
          Set Default.
 void setIsEMailWhenDue(boolean IsEMailWhenDue)
          Set EMail when Due.
 void setIsEMailWhenOverdue(boolean IsEMailWhenOverdue)
          Set EMail when Overdue.
 void setIsIndexed(boolean IsIndexed)
          Set Indexed.
 void setIsInvoiced(boolean IsInvoiced)
          Set Invoiced.
 void setIsSelfService(boolean IsSelfService)
          Set Self-Service.
 void setName(String Name)
          Set Name.
 void setR_RequestType_ID(int R_RequestType_ID)
          Set Request Type.
 void setR_StatusCategory_ID(int R_StatusCategory_ID)
          Set Status Category.
 

Field Detail

Table_Name

static final String Table_Name
TableName=R_RequestType

See Also:
Constant Field Values

Table_ID

static final int Table_ID
AD_Table_ID=529


Model

static final KeyNamePair Model

accessLevel

static final BigDecimal accessLevel
AccessLevel = 6 - System - Client


COLUMNNAME_AutoDueDateDays

static final String COLUMNNAME_AutoDueDateDays
Column name AutoDueDateDays

See Also:
Constant Field Values

COLUMNNAME_ConfidentialType

static final String COLUMNNAME_ConfidentialType
Column name ConfidentialType

See Also:
Constant Field Values

COLUMNNAME_Description

static final String COLUMNNAME_Description
Column name Description

See Also:
Constant Field Values

COLUMNNAME_DueDateTolerance

static final String COLUMNNAME_DueDateTolerance
Column name DueDateTolerance

See Also:
Constant Field Values

COLUMNNAME_IsAutoChangeRequest

static final String COLUMNNAME_IsAutoChangeRequest
Column name IsAutoChangeRequest

See Also:
Constant Field Values

COLUMNNAME_IsConfidentialInfo

static final String COLUMNNAME_IsConfidentialInfo
Column name IsConfidentialInfo

See Also:
Constant Field Values

COLUMNNAME_IsDefault

static final String COLUMNNAME_IsDefault
Column name IsDefault

See Also:
Constant Field Values

COLUMNNAME_IsEMailWhenDue

static final String COLUMNNAME_IsEMailWhenDue
Column name IsEMailWhenDue

See Also:
Constant Field Values

COLUMNNAME_IsEMailWhenOverdue

static final String COLUMNNAME_IsEMailWhenOverdue
Column name IsEMailWhenOverdue

See Also:
Constant Field Values

COLUMNNAME_IsIndexed

static final String COLUMNNAME_IsIndexed
Column name IsIndexed

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_Name

static final String COLUMNNAME_Name
Column name Name

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_StatusCategory_ID

static final String COLUMNNAME_R_StatusCategory_ID
Column name R_StatusCategory_ID

See Also:
Constant Field Values
Method Detail

setAutoDueDateDays

void setAutoDueDateDays(int AutoDueDateDays)
Set Auto Due Date Days. Automatic Due Date Days


getAutoDueDateDays

int getAutoDueDateDays()
Get Auto Due Date Days. Automatic Due Date Days


setConfidentialType

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


getConfidentialType

String getConfidentialType()
Get Confidentiality. Type of Confidentiality


setDescription

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


getDescription

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


setDueDateTolerance

void setDueDateTolerance(int DueDateTolerance)
Set Due Date Tolerance. Tolerance in days between the Date Next Action and the date the request is regarded as overdue


getDueDateTolerance

int getDueDateTolerance()
Get Due Date Tolerance. Tolerance in days between the Date Next Action and the date the request is regarded as overdue


setIsAutoChangeRequest

void setIsAutoChangeRequest(boolean IsAutoChangeRequest)
Set Create Change Request. Automatically create BOM (Engineering) Change Request


isAutoChangeRequest

boolean isAutoChangeRequest()
Get Create Change Request. Automatically create BOM (Engineering) Change Request


setIsConfidentialInfo

void setIsConfidentialInfo(boolean IsConfidentialInfo)
Set Confidential Info. Can enter confidential information


isConfidentialInfo

boolean isConfidentialInfo()
Get Confidential Info. Can enter confidential information


setIsDefault

void setIsDefault(boolean IsDefault)
Set Default. Default value


isDefault

boolean isDefault()
Get Default. Default value


setIsEMailWhenDue

void setIsEMailWhenDue(boolean IsEMailWhenDue)
Set EMail when Due. Send EMail when Request becomes due


isEMailWhenDue

boolean isEMailWhenDue()
Get EMail when Due. Send EMail when Request becomes due


setIsEMailWhenOverdue

void setIsEMailWhenOverdue(boolean IsEMailWhenOverdue)
Set EMail when Overdue. Send EMail when Request becomes overdue


isEMailWhenOverdue

boolean isEMailWhenOverdue()
Get EMail when Overdue. Send EMail when Request becomes overdue


setIsIndexed

void setIsIndexed(boolean IsIndexed)
Set Indexed. Index the document for the internal search engine


isIndexed

boolean isIndexed()
Get Indexed. Index the document for the internal search engine


setIsInvoiced

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


isInvoiced

boolean isInvoiced()
Get Invoiced. Is this invoiced?


setIsSelfService

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


isSelfService

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


setName

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


getName

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


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, ..)


setR_StatusCategory_ID

void setR_StatusCategory_ID(int R_StatusCategory_ID)
Set Status Category. Request Status Category


getR_StatusCategory_ID

int getR_StatusCategory_ID()
Get Status Category. Request Status Category


getR_StatusCategory

I_R_StatusCategory getR_StatusCategory()
                                       throws Exception
Throws:
Exception

Adempiere 3.5.2a

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