|
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_R_RequestType
public class X_R_RequestType
Generated Model for R_RequestType
| Field Summary | |
|---|---|
protected BigDecimal |
accessLevel
|
static int |
CONFIDENTIALTYPE_AD_Reference_ID
ConfidentialType AD_Reference_ID=340 |
static String |
CONFIDENTIALTYPE_Internal
Internal = I |
static String |
CONFIDENTIALTYPE_PartnerConfidential
Partner Confidential = C |
static String |
CONFIDENTIALTYPE_PrivateInformation
Private Information = P |
static String |
CONFIDENTIALTYPE_PublicInformation
Public Information = A |
protected static KeyNamePair |
Model
|
static int |
Table_ID
AD_Table_ID=529 |
static String |
Table_Name
TableName=R_RequestType |
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_R_RequestType(Ctx ctx,
int R_RequestType_ID,
String trxName)
Standard Constructor |
|
X_R_RequestType(Ctx ctx,
ResultSet rs,
String trxName)
Load Constructor |
|
| Method Summary | |
|---|---|
protected int |
get_AccessLevel()
AccessLevel |
int |
getAutoDueDateDays()
Get Auto Due Date Days. |
String |
getConfidentialType()
Get Confidentiality. |
String |
getDescription()
Get Description. |
int |
getDueDateTolerance()
Get Due Date Tolerance. |
KeyNamePair |
getKeyNamePair()
Get Record ID/ColumnName |
String |
getName()
Get Name. |
int |
getR_RequestType_ID()
Get Request Type. |
int |
getR_StatusCategory_ID()
Get Status Category. |
protected POInfo |
initPO(Ctx ctx)
Load Meta Data |
boolean |
isAutoChangeRequest()
Get Create Change Request. |
boolean |
isConfidentialInfo()
Get Confidential Info. |
boolean |
isConfidentialTypeValid(String test)
Is test a valid value. |
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. |
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 CONFIDENTIALTYPE_AD_Reference_ID
public static final String CONFIDENTIALTYPE_PublicInformation
public static final String CONFIDENTIALTYPE_PartnerConfidential
public static final String CONFIDENTIALTYPE_Internal
public static final String CONFIDENTIALTYPE_PrivateInformation
| Constructor Detail |
|---|
public X_R_RequestType(Ctx ctx,
int R_RequestType_ID,
String trxName)
ctx - contextR_RequestType_ID - idtrxName - transaction
public X_R_RequestType(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 setAutoDueDateDays(int AutoDueDateDays)
AutoDueDateDays - Automatic Due Date Dayspublic int getAutoDueDateDays()
public boolean isConfidentialTypeValid(String test)
test - testvalue
public void setConfidentialType(String ConfidentialType)
ConfidentialType - Type of Confidentialitypublic String getConfidentialType()
public void setDescription(String Description)
Description - Optional short description of the recordpublic String getDescription()
public void setDueDateTolerance(int DueDateTolerance)
DueDateTolerance - Tolerance in days between the Date Next Action and the date the request is regarded as overduepublic int getDueDateTolerance()
public void setIsAutoChangeRequest(boolean IsAutoChangeRequest)
IsAutoChangeRequest - Automatically create BOM (Engineering) Change Requestpublic boolean isAutoChangeRequest()
public void setIsConfidentialInfo(boolean IsConfidentialInfo)
IsConfidentialInfo - Can enter confidential informationpublic boolean isConfidentialInfo()
public void setIsDefault(boolean IsDefault)
IsDefault - Default valuepublic boolean isDefault()
public void setIsEMailWhenDue(boolean IsEMailWhenDue)
IsEMailWhenDue - Send EMail when Request becomes duepublic boolean isEMailWhenDue()
public void setIsEMailWhenOverdue(boolean IsEMailWhenOverdue)
IsEMailWhenOverdue - Send EMail when Request becomes overduepublic boolean isEMailWhenOverdue()
public void setIsIndexed(boolean IsIndexed)
IsIndexed - Index the document for the internal search enginepublic boolean isIndexed()
public void setIsInvoiced(boolean IsInvoiced)
IsInvoiced - Is this invoiced?public boolean isInvoiced()
public void setIsSelfService(boolean IsSelfService)
IsSelfService - This is a Self-Service entry or this entry can be changed via Self-Servicepublic boolean isSelfService()
public void setName(String Name)
Name - Alphanumeric identifier of the entitypublic String getName()
public KeyNamePair getKeyNamePair()
public void setR_RequestType_ID(int R_RequestType_ID)
R_RequestType_ID - Type of request (e.g. Inquiry, Complaint...)public int getR_RequestType_ID()
public void setR_StatusCategory_ID(int R_StatusCategory_ID)
R_StatusCategory_ID - Request Status Categorypublic int getR_StatusCategory_ID()
|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||