Package org.compiere.model
Class X_ASP_ClientException
java.lang.Object
org.compiere.model.PO
org.compiere.model.X_ASP_ClientException
- All Implemented Interfaces:
Serializable
,Cloneable
,Comparator<Object>
,I_ASP_ClientException
,I_Persistent
,Evaluatee
Generated Model for ASP_ClientException
- Version:
- Release 11 - $Id$
- Author:
- iDempiere (generated)
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
ASP_Status AD_Reference_ID=53234static final String
Hide = Hstatic final String
Show = Sstatic final String
Undefined = UFields 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, LOCAL_TRX_PREFIX, log, p_ctx, p_info, UUID_NEW_RECORD, XML_ATTRIBUTE_AD_Table_ID, XML_ATTRIBUTE_Record_ID
Fields inherited from interface org.compiere.model.I_ASP_ClientException
accessLevel, COLUMNNAME_AD_Client_ID, COLUMNNAME_AD_Field_ID, COLUMNNAME_AD_Form_ID, COLUMNNAME_AD_Org_ID, COLUMNNAME_AD_Process_ID, COLUMNNAME_AD_Process_Para_ID, COLUMNNAME_AD_Tab_ID, COLUMNNAME_AD_Task_ID, COLUMNNAME_AD_WF_Node_ID, COLUMNNAME_AD_Window_ID, COLUMNNAME_AD_Workflow_ID, COLUMNNAME_ASP_ClientException_ID, COLUMNNAME_ASP_ClientException_UU, COLUMNNAME_ASP_Status, COLUMNNAME_Created, COLUMNNAME_CreatedBy, COLUMNNAME_IsActive, COLUMNNAME_Updated, COLUMNNAME_UpdatedBy, Model, Table_ID, Table_Name
-
Constructor Summary
ConstructorDescriptionX_ASP_ClientException
(Properties ctx, int ASP_ClientException_ID, String trxName) Standard ConstructorX_ASP_ClientException
(Properties ctx, int ASP_ClientException_ID, String trxName, String... virtualColumns) Standard ConstructorX_ASP_ClientException
(Properties ctx, String ASP_ClientException_UU, String trxName) Standard ConstructorX_ASP_ClientException
(Properties ctx, String ASP_ClientException_UU, String trxName, String... virtualColumns) Standard ConstructorX_ASP_ClientException
(Properties ctx, ResultSet rs, String trxName) Load Constructor -
Method Summary
Modifier and TypeMethodDescriptionprotected int
AccessLevelint
Get Field.int
Get Special Form.int
Get Process.int
Get Process Parameter.int
Get Tab.int
Get OS Task.int
Get Node.int
Get Window.int
Get Workflow.int
Get Tenant Exception.Get ASP_ClientException_UU.Get ASP Status.protected POInfo
initPO
(Properties ctx) Load Meta Datavoid
setAD_Field_ID
(int AD_Field_ID) Set Field.void
setAD_Form_ID
(int AD_Form_ID) Set Special Form.void
setAD_Process_ID
(int AD_Process_ID) Set Process.void
setAD_Process_Para_ID
(int AD_Process_Para_ID) Set Process Parameter.void
setAD_Tab_ID
(int AD_Tab_ID) Set Tab.void
setAD_Task_ID
(int AD_Task_ID) Set OS Task.void
setAD_WF_Node_ID
(int AD_WF_Node_ID) Set Node.void
setAD_Window_ID
(int AD_Window_ID) Set Window.void
setAD_Workflow_ID
(int AD_Workflow_ID) Set Workflow.void
setASP_ClientException_ID
(int ASP_ClientException_ID) Set Tenant Exception.void
setASP_ClientException_UU
(String ASP_ClientException_UU) Set ASP_ClientException_UU.void
setASP_Status
(String ASP_Status) Set ASP Status.toString()
String representationMethods inherited from class org.compiere.model.PO
afterDelete, afterSave, beforeDelete, beforeSave, buildInsertSQL, checkImmutable, clearCrossTenantSafe, clone, columnExists, columnExists, compare, copyPO, copyValues, copyValues, createAttachment, delete, delete, delete_Accounting, delete_Tree, deleteEx, deleteEx, dump, dump, equals, get_Attribute, get_Attributes, get_ColumnCount, get_ColumnDescription, get_ColumnDisplayType, get_ColumnIndex, get_ColumnLabel, get_ColumnLookup, get_ColumnName, get_DisplayValue, get_HashMap, get_ID, get_IDOld, get_KeyColumns, get_Logger, get_OptimisticLockingColumns, get_Table_ID, get_TableName, get_Translation, get_Translation, get_Translation, get_Translation, get_Translation, get_TrxName, get_UUID, get_Value, get_Value, get_ValueAsBoolean, get_ValueAsInt, get_ValueAsInt, get_ValueAsString, get_ValueAsString, get_ValueDifference, get_ValueDifference, get_ValueE, get_ValueOfColumn, get_ValueOld, get_ValueOld, get_ValueOldAsInt, get_WhereClause, get_WhereClause, get_xmlDocument, get_xmlString, getAD_Client_ID, getAD_Org_ID, getAllIDs, getAttachment, getAttachment, getAttachmentData, getCreated, getCreatedBy, getCtx, getDoc, getFindParameter, getPdfAttachment, getUpdated, getUpdatedBy, getUUIDColumnName, getUUIDColumnName, hashCode, insert_Accounting, insert_Tree, insert_Tree, is_Changed, is_Immutable, is_new, is_UseOptimisticLocking, is_ValueChanged, is_ValueChanged, isActive, isAttachment, isColumnMandatory, isColumnUpdateable, isMandatoryOK, isPdfAttachment, isReplication, load, load, load, load, loadByUU, loadComplete, loadDefaults, loadPO, loadSpecial, lock, makeImmutable, postDelete, retrieveIdOfParentValue, retrieveIdOfParentValue, save, save, saveCrossTenantSafe, saveCrossTenantSafeEx, saveCrossTenantSafeEx, saveEx, saveEx, saveNew_afterSetID, saveNew_getID, saveNewSpecial, saveReplica, saveUpdate, set_Attribute, set_ColumnUpdateable, set_CustomColumn, set_CustomColumnReturningBoolean, set_OptimisticLockingColumns, set_TrxName, set_TrxName, set_UseOptimisticLocking, set_Value, set_Value, set_Value, set_Value, set_ValueE, set_ValueNoCheck, set_ValueNoCheckE, set_ValueOfColumn, set_ValueOfColumn, set_ValueOfColumnReturningBoolean, set_ValueOfColumnReturningBoolean, setAD_Client_ID, setAD_Org_ID, setClientOrg, setClientOrg, setCrossTenantSafe, setDoc, setDocWorkflowMgr, setIsActive, setProcessedOn, setReplication, setStandardDefaults, setUpdateable, setUpdatedBy, toInsertSQL, unlock, update_Tree, validForeignKeys
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.util.Comparator
reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
Methods inherited from interface org.compiere.model.I_ASP_ClientException
getAD_Client_ID, getAD_Org_ID, getCreated, getCreatedBy, getUpdated, getUpdatedBy, isActive, setAD_Org_ID, setIsActive
Methods inherited from interface org.compiere.model.I_Persistent
save
-
Field Details
-
ASP_STATUS_AD_Reference_ID
public static final int ASP_STATUS_AD_Reference_IDASP_Status AD_Reference_ID=53234- See Also:
-
ASP_STATUS_Hide
Hide = H- See Also:
-
ASP_STATUS_Show
Show = S- See Also:
-
ASP_STATUS_Undefined
Undefined = U- See Also:
-
-
Constructor Details
-
X_ASP_ClientException
Standard Constructor -
X_ASP_ClientException
public X_ASP_ClientException(Properties ctx, int ASP_ClientException_ID, String trxName, String... virtualColumns) Standard Constructor -
X_ASP_ClientException
Standard Constructor -
X_ASP_ClientException
public X_ASP_ClientException(Properties ctx, String ASP_ClientException_UU, String trxName, String... virtualColumns) Standard Constructor -
X_ASP_ClientException
Load Constructor
-
-
Method Details
-
get_AccessLevel
protected int get_AccessLevel()AccessLevel- Specified by:
get_AccessLevel
in classPO
- Returns:
- 2 - Client
-
initPO
Load Meta Data -
toString
Description copied from class:PO
String representation -
getAD_Field
- Specified by:
getAD_Field
in interfaceI_ASP_ClientException
- Throws:
RuntimeException
-
setAD_Field_ID
public void setAD_Field_ID(int AD_Field_ID) Set Field.- Specified by:
setAD_Field_ID
in interfaceI_ASP_ClientException
- Parameters:
AD_Field_ID
- Field on a database table
-
getAD_Field_ID
public int getAD_Field_ID()Get Field.- Specified by:
getAD_Field_ID
in interfaceI_ASP_ClientException
- Returns:
- Field on a database table
-
getAD_Form
- Specified by:
getAD_Form
in interfaceI_ASP_ClientException
- Throws:
RuntimeException
-
setAD_Form_ID
public void setAD_Form_ID(int AD_Form_ID) Set Special Form.- Specified by:
setAD_Form_ID
in interfaceI_ASP_ClientException
- Parameters:
AD_Form_ID
- Special Form
-
getAD_Form_ID
public int getAD_Form_ID()Get Special Form.- Specified by:
getAD_Form_ID
in interfaceI_ASP_ClientException
- Returns:
- Special Form
-
getAD_Process
- Specified by:
getAD_Process
in interfaceI_ASP_ClientException
- Throws:
RuntimeException
-
setAD_Process_ID
public void setAD_Process_ID(int AD_Process_ID) Set Process.- Specified by:
setAD_Process_ID
in interfaceI_ASP_ClientException
- Parameters:
AD_Process_ID
- Process or Report
-
getAD_Process_ID
public int getAD_Process_ID()Get Process.- Specified by:
getAD_Process_ID
in interfaceI_ASP_ClientException
- Returns:
- Process or Report
-
getAD_Process_Para
- Specified by:
getAD_Process_Para
in interfaceI_ASP_ClientException
- Throws:
RuntimeException
-
setAD_Process_Para_ID
public void setAD_Process_Para_ID(int AD_Process_Para_ID) Set Process Parameter.- Specified by:
setAD_Process_Para_ID
in interfaceI_ASP_ClientException
- Parameters:
AD_Process_Para_ID
- Process Parameter
-
getAD_Process_Para_ID
public int getAD_Process_Para_ID()Get Process Parameter.- Specified by:
getAD_Process_Para_ID
in interfaceI_ASP_ClientException
- Returns:
- Process Parameter
-
getAD_Tab
- Specified by:
getAD_Tab
in interfaceI_ASP_ClientException
- Throws:
RuntimeException
-
setAD_Tab_ID
public void setAD_Tab_ID(int AD_Tab_ID) Set Tab.- Specified by:
setAD_Tab_ID
in interfaceI_ASP_ClientException
- Parameters:
AD_Tab_ID
- Tab within a Window
-
getAD_Tab_ID
public int getAD_Tab_ID()Get Tab.- Specified by:
getAD_Tab_ID
in interfaceI_ASP_ClientException
- Returns:
- Tab within a Window
-
getAD_Task
- Specified by:
getAD_Task
in interfaceI_ASP_ClientException
- Throws:
RuntimeException
-
setAD_Task_ID
public void setAD_Task_ID(int AD_Task_ID) Set OS Task.- Specified by:
setAD_Task_ID
in interfaceI_ASP_ClientException
- Parameters:
AD_Task_ID
- Operation System Task
-
getAD_Task_ID
public int getAD_Task_ID()Get OS Task.- Specified by:
getAD_Task_ID
in interfaceI_ASP_ClientException
- Returns:
- Operation System Task
-
getAD_WF_Node
- Specified by:
getAD_WF_Node
in interfaceI_ASP_ClientException
- Throws:
RuntimeException
-
setAD_WF_Node_ID
public void setAD_WF_Node_ID(int AD_WF_Node_ID) Set Node.- Specified by:
setAD_WF_Node_ID
in interfaceI_ASP_ClientException
- Parameters:
AD_WF_Node_ID
- Workflow Node (activity), step or process
-
getAD_WF_Node_ID
public int getAD_WF_Node_ID()Get Node.- Specified by:
getAD_WF_Node_ID
in interfaceI_ASP_ClientException
- Returns:
- Workflow Node (activity), step or process
-
getAD_Window
- Specified by:
getAD_Window
in interfaceI_ASP_ClientException
- Throws:
RuntimeException
-
setAD_Window_ID
public void setAD_Window_ID(int AD_Window_ID) Set Window.- Specified by:
setAD_Window_ID
in interfaceI_ASP_ClientException
- Parameters:
AD_Window_ID
- Data entry or display window
-
getAD_Window_ID
public int getAD_Window_ID()Get Window.- Specified by:
getAD_Window_ID
in interfaceI_ASP_ClientException
- Returns:
- Data entry or display window
-
getAD_Workflow
- Specified by:
getAD_Workflow
in interfaceI_ASP_ClientException
- Throws:
RuntimeException
-
setAD_Workflow_ID
public void setAD_Workflow_ID(int AD_Workflow_ID) Set Workflow.- Specified by:
setAD_Workflow_ID
in interfaceI_ASP_ClientException
- Parameters:
AD_Workflow_ID
- Workflow or combination of tasks
-
getAD_Workflow_ID
public int getAD_Workflow_ID()Get Workflow.- Specified by:
getAD_Workflow_ID
in interfaceI_ASP_ClientException
- Returns:
- Workflow or combination of tasks
-
setASP_ClientException_ID
public void setASP_ClientException_ID(int ASP_ClientException_ID) Set Tenant Exception.- Specified by:
setASP_ClientException_ID
in interfaceI_ASP_ClientException
- Parameters:
ASP_ClientException_ID
- Tenant Exception
-
getASP_ClientException_ID
public int getASP_ClientException_ID()Get Tenant Exception.- Specified by:
getASP_ClientException_ID
in interfaceI_ASP_ClientException
- Returns:
- Tenant Exception
-
setASP_ClientException_UU
Set ASP_ClientException_UU.- Specified by:
setASP_ClientException_UU
in interfaceI_ASP_ClientException
- Parameters:
ASP_ClientException_UU
- ASP_ClientException_UU
-
getASP_ClientException_UU
Get ASP_ClientException_UU.- Specified by:
getASP_ClientException_UU
in interfaceI_ASP_ClientException
- Returns:
- ASP_ClientException_UU
-
setASP_Status
Set ASP Status.- Specified by:
setASP_Status
in interfaceI_ASP_ClientException
- Parameters:
ASP_Status
- ASP Status
-
getASP_Status
Get ASP Status.- Specified by:
getASP_Status
in interfaceI_ASP_ClientException
- Returns:
- ASP Status
-