|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.compiere.model.PO
org.compiere.model.X_R_RequestType
public class X_R_RequestType
Generated Model for R_RequestType
| Field Summary | |
|---|---|
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 |
| Fields inherited from class org.compiere.model.PO |
|---|
ACCESSLEVEL_ALL, ACCESSLEVEL_CLIENT, ACCESSLEVEL_CLIENTORG, ACCESSLEVEL_ORG, ACCESSLEVEL_SYSTEM, ACCESSLEVEL_SYSTEMCLIENT, ENTITYTYPE_Dictionary, ENTITYTYPE_UserMaintained, I_ZERO, log, p_ctx, p_info, XML_ATTRIBUTE_AD_Table_ID, XML_ATTRIBUTE_Record_ID |
| Constructor Summary | |
|---|---|
X_R_RequestType(Properties ctx,
int R_RequestType_ID,
String trxName)
Standard Constructor |
|
X_R_RequestType(Properties 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. |
I_R_StatusCategory |
getR_StatusCategory()
|
protected POInfo |
initPO(Properties ctx)
Load Meta Data |
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. |
String |
toString()
String representation |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.compiere.model.I_Persistent |
|---|
save |
| Field Detail |
|---|
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(Properties ctx,
int R_RequestType_ID,
String trxName)
public X_R_RequestType(Properties ctx,
ResultSet rs,
String trxName)
| Method Detail |
|---|
protected int get_AccessLevel()
get_AccessLevel in class POprotected POInfo initPO(Properties ctx)
initPO in class POctx - context
public String toString()
PO
toString in class POpublic void setAutoDueDateDays(int AutoDueDateDays)
setAutoDueDateDays in interface I_R_RequestTypeAutoDueDateDays - Automatic Due Date Dayspublic int getAutoDueDateDays()
getAutoDueDateDays in interface I_R_RequestTypepublic void setConfidentialType(String ConfidentialType)
setConfidentialType in interface I_R_RequestTypeConfidentialType - Type of Confidentialitypublic String getConfidentialType()
getConfidentialType in interface I_R_RequestTypepublic void setDescription(String Description)
setDescription in interface I_R_RequestTypeDescription - Optional short description of the recordpublic String getDescription()
getDescription in interface I_R_RequestTypepublic void setDueDateTolerance(int DueDateTolerance)
setDueDateTolerance in interface I_R_RequestTypeDueDateTolerance - Tolerance in days between the Date Next Action and the date the request is regarded as overduepublic int getDueDateTolerance()
getDueDateTolerance in interface I_R_RequestTypepublic void setIsAutoChangeRequest(boolean IsAutoChangeRequest)
setIsAutoChangeRequest in interface I_R_RequestTypeIsAutoChangeRequest - Automatically create BOM (Engineering) Change Requestpublic boolean isAutoChangeRequest()
isAutoChangeRequest in interface I_R_RequestTypepublic void setIsConfidentialInfo(boolean IsConfidentialInfo)
setIsConfidentialInfo in interface I_R_RequestTypeIsConfidentialInfo - Can enter confidential informationpublic boolean isConfidentialInfo()
isConfidentialInfo in interface I_R_RequestTypepublic void setIsDefault(boolean IsDefault)
setIsDefault in interface I_R_RequestTypeIsDefault - Default valuepublic boolean isDefault()
isDefault in interface I_R_RequestTypepublic void setIsEMailWhenDue(boolean IsEMailWhenDue)
setIsEMailWhenDue in interface I_R_RequestTypeIsEMailWhenDue - Send EMail when Request becomes duepublic boolean isEMailWhenDue()
isEMailWhenDue in interface I_R_RequestTypepublic void setIsEMailWhenOverdue(boolean IsEMailWhenOverdue)
setIsEMailWhenOverdue in interface I_R_RequestTypeIsEMailWhenOverdue - Send EMail when Request becomes overduepublic boolean isEMailWhenOverdue()
isEMailWhenOverdue in interface I_R_RequestTypepublic void setIsIndexed(boolean IsIndexed)
setIsIndexed in interface I_R_RequestTypeIsIndexed - Index the document for the internal search enginepublic boolean isIndexed()
isIndexed in interface I_R_RequestTypepublic void setIsInvoiced(boolean IsInvoiced)
setIsInvoiced in interface I_R_RequestTypeIsInvoiced - Is this invoiced?public boolean isInvoiced()
isInvoiced in interface I_R_RequestTypepublic void setIsSelfService(boolean IsSelfService)
setIsSelfService in interface I_R_RequestTypeIsSelfService - This is a Self-Service entry or this entry can be changed via Self-Servicepublic boolean isSelfService()
isSelfService in interface I_R_RequestTypepublic void setName(String Name)
setName in interface I_R_RequestTypeName - Alphanumeric identifier of the entitypublic String getName()
getName in interface I_R_RequestTypepublic KeyNamePair getKeyNamePair()
public void setR_RequestType_ID(int R_RequestType_ID)
setR_RequestType_ID in interface I_R_RequestTypeR_RequestType_ID - Type of request (e.g. Inquiry, Complaint, ..)public int getR_RequestType_ID()
getR_RequestType_ID in interface I_R_RequestType
public I_R_StatusCategory getR_StatusCategory()
throws Exception
getR_StatusCategory in interface I_R_RequestTypeExceptionpublic void setR_StatusCategory_ID(int R_StatusCategory_ID)
setR_StatusCategory_ID in interface I_R_RequestTypeR_StatusCategory_ID - Request Status Categorypublic int getR_StatusCategory_ID()
getR_StatusCategory_ID in interface I_R_RequestType
|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||