Adempiere 3.5.2a

org.compiere.model
Class X_ASP_ClientException

java.lang.Object
  extended by org.compiere.model.PO
      extended by org.compiere.model.X_ASP_ClientException
All Implemented Interfaces:
Serializable, Comparator, I_ASP_ClientException, I_Persistent, Evaluatee

public class X_ASP_ClientException
extends PO
implements I_ASP_ClientException, I_Persistent

Generated Model for ASP_ClientException

Version:
Release 3.5.2a - $Id$
Author:
Adempiere (generated)
See Also:
Serialized Form

Field Summary
static int ASP_STATUS_AD_Reference_ID
          ASP_Status AD_Reference_ID=53234
static String ASP_STATUS_Hide
          Hide = H
static String ASP_STATUS_Show
          Show = S
static String ASP_STATUS_Undefined
          Undefined = U
 
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
 
Fields inherited from interface org.compiere.model.I_ASP_ClientException
accessLevel, COLUMNNAME_AD_Field_ID, COLUMNNAME_AD_Form_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_Status, Model, Table_ID, Table_Name
 
Constructor Summary
X_ASP_ClientException(Properties ctx, int ASP_ClientException_ID, String trxName)
          Standard Constructor
X_ASP_ClientException(Properties ctx, ResultSet rs, String trxName)
          Load Constructor
 
Method Summary
protected  int get_AccessLevel()
          AccessLevel
 int getAD_Field_ID()
          Get Field.
 I_AD_Field getAD_Field()
           
 int getAD_Form_ID()
          Get Special Form.
 I_AD_Form getAD_Form()
           
 int getAD_Process_ID()
          Get Process.
 int getAD_Process_Para_ID()
          Get Process Parameter.
 I_AD_Process_Para getAD_Process_Para()
           
 I_AD_Process getAD_Process()
           
 int getAD_Tab_ID()
          Get Tab.
 I_AD_Tab getAD_Tab()
           
 int getAD_Task_ID()
          Get OS Task.
 I_AD_Task getAD_Task()
           
 int getAD_WF_Node_ID()
          Get Node.
 I_AD_WF_Node getAD_WF_Node()
           
 int getAD_Window_ID()
          Get Window.
 I_AD_Window getAD_Window()
           
 int getAD_Workflow_ID()
          Get Workflow.
 I_AD_Workflow getAD_Workflow()
           
 int getASP_ClientException_ID()
          Get Client Exception.
 String getASP_Status()
          Get ASP Status.
protected  POInfo initPO(Properties ctx)
          Load Meta Data
 void 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 Client Exception.
 void setASP_Status(String ASP_Status)
          Set ASP Status.
 String toString()
          String representation
 
Methods inherited from class org.compiere.model.PO
afterDelete, afterSave, beforeDelete, beforeSave, compare, copyValues, copyValues, createAttachment, delete_Accounting, delete_Tree, delete, delete, deleteEx, deleteEx, dump, dump, equals, 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_Table_ID, get_TableName, get_Translation, get_TrxName, get_Value, get_Value, get_ValueAsInt, get_ValueAsString, get_ValueDifference, get_ValueDifference, get_ValueE, get_ValueOfColumn, get_ValueOld, get_ValueOld, get_ValueOldAsInt, get_WhereClause, get_xmlDocument, get_xmlString, getAD_Client_ID, getAD_Org_ID, getAllIDs, getAttachment, getAttachment, getAttachmentData, getCreated, getCreatedBy, getCtx, getDoc, getFindParameter, getPdfAttachment, getUpdated, getUpdatedBy, insert_Accounting, insert_Tree, insert_Tree, is_Changed, is_new, is_ValueChanged, is_ValueChanged, isActive, isAttachment, isColumnMandatory, isColumnUpdateable, isMandatoryOK, isPdfAttachment, isReplication, load, load, load, load, loadComplete, loadDefaults, loadSpecial, lock, save, save, saveEx, saveEx, saveNew_getID, saveNewSpecial, saveReplica, saveUpdate, set_ColumnUpdateable, set_CustomColumn, set_TrxName, set_TrxName, set_Value, set_Value, set_ValueE, set_ValueNoCheck, set_ValueNoCheckE, set_ValueOfColumn, set_ValueOfColumn, setAD_Client_ID, setAD_Org_ID, setClientOrg, setClientOrg, setDoc, setDocWorkflowMgr, setIsActive, setReplication, setStandardDefaults, setUpdateable, setUpdatedBy, unlock
 
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

ASP_STATUS_AD_Reference_ID

public static final int ASP_STATUS_AD_Reference_ID
ASP_Status AD_Reference_ID=53234

See Also:
Constant Field Values

ASP_STATUS_Hide

public static final String ASP_STATUS_Hide
Hide = H

See Also:
Constant Field Values

ASP_STATUS_Show

public static final String ASP_STATUS_Show
Show = S

See Also:
Constant Field Values

ASP_STATUS_Undefined

public static final String ASP_STATUS_Undefined
Undefined = U

See Also:
Constant Field Values
Constructor Detail

X_ASP_ClientException

public X_ASP_ClientException(Properties ctx,
                             int ASP_ClientException_ID,
                             String trxName)
Standard Constructor


X_ASP_ClientException

public X_ASP_ClientException(Properties ctx,
                             ResultSet rs,
                             String trxName)
Load Constructor

Method Detail

get_AccessLevel

protected int get_AccessLevel()
AccessLevel

Specified by:
get_AccessLevel in class PO
Returns:
2 - Client

initPO

protected POInfo initPO(Properties ctx)
Load Meta Data

Specified by:
initPO in class PO
Parameters:
ctx - context
Returns:
POInfo

toString

public String toString()
Description copied from class: PO
String representation

Overrides:
toString in class PO
Returns:
String representation

getAD_Field

public I_AD_Field getAD_Field()
                       throws Exception
Specified by:
getAD_Field in interface I_ASP_ClientException
Throws:
Exception

setAD_Field_ID

public void setAD_Field_ID(int AD_Field_ID)
Set Field.

Specified by:
setAD_Field_ID in interface I_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 interface I_ASP_ClientException
Returns:
Field on a database table

getAD_Form

public I_AD_Form getAD_Form()
                     throws Exception
Specified by:
getAD_Form in interface I_ASP_ClientException
Throws:
Exception

setAD_Form_ID

public void setAD_Form_ID(int AD_Form_ID)
Set Special Form.

Specified by:
setAD_Form_ID in interface I_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 interface I_ASP_ClientException
Returns:
Special Form

getAD_Process

public I_AD_Process getAD_Process()
                           throws Exception
Specified by:
getAD_Process in interface I_ASP_ClientException
Throws:
Exception

setAD_Process_ID

public void setAD_Process_ID(int AD_Process_ID)
Set Process.

Specified by:
setAD_Process_ID in interface I_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 interface I_ASP_ClientException
Returns:
Process or Report

getAD_Process_Para

public I_AD_Process_Para getAD_Process_Para()
                                     throws Exception
Specified by:
getAD_Process_Para in interface I_ASP_ClientException
Throws:
Exception

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 interface I_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 interface I_ASP_ClientException
Returns:
Process Parameter

getAD_Tab

public I_AD_Tab getAD_Tab()
                   throws Exception
Specified by:
getAD_Tab in interface I_ASP_ClientException
Throws:
Exception

setAD_Tab_ID

public void setAD_Tab_ID(int AD_Tab_ID)
Set Tab.

Specified by:
setAD_Tab_ID in interface I_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 interface I_ASP_ClientException
Returns:
Tab within a Window

getAD_Task

public I_AD_Task getAD_Task()
                     throws Exception
Specified by:
getAD_Task in interface I_ASP_ClientException
Throws:
Exception

setAD_Task_ID

public void setAD_Task_ID(int AD_Task_ID)
Set OS Task.

Specified by:
setAD_Task_ID in interface I_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 interface I_ASP_ClientException
Returns:
Operation System Task

getAD_WF_Node

public I_AD_WF_Node getAD_WF_Node()
                           throws Exception
Specified by:
getAD_WF_Node in interface I_ASP_ClientException
Throws:
Exception

setAD_WF_Node_ID

public void setAD_WF_Node_ID(int AD_WF_Node_ID)
Set Node.

Specified by:
setAD_WF_Node_ID in interface I_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 interface I_ASP_ClientException
Returns:
Workflow Node (activity), step or process

getAD_Window

public I_AD_Window getAD_Window()
                         throws Exception
Specified by:
getAD_Window in interface I_ASP_ClientException
Throws:
Exception

setAD_Window_ID

public void setAD_Window_ID(int AD_Window_ID)
Set Window.

Specified by:
setAD_Window_ID in interface I_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 interface I_ASP_ClientException
Returns:
Data entry or display window

getAD_Workflow

public I_AD_Workflow getAD_Workflow()
                             throws Exception
Specified by:
getAD_Workflow in interface I_ASP_ClientException
Throws:
Exception

setAD_Workflow_ID

public void setAD_Workflow_ID(int AD_Workflow_ID)
Set Workflow.

Specified by:
setAD_Workflow_ID in interface I_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 interface I_ASP_ClientException
Returns:
Workflow or combination of tasks

setASP_ClientException_ID

public void setASP_ClientException_ID(int ASP_ClientException_ID)
Set Client Exception.

Specified by:
setASP_ClientException_ID in interface I_ASP_ClientException
Parameters:
ASP_ClientException_ID - Client Exception

getASP_ClientException_ID

public int getASP_ClientException_ID()
Get Client Exception.

Specified by:
getASP_ClientException_ID in interface I_ASP_ClientException
Returns:
Client Exception

setASP_Status

public void setASP_Status(String ASP_Status)
Set ASP Status.

Specified by:
setASP_Status in interface I_ASP_ClientException
Parameters:
ASP_Status - ASP Status

getASP_Status

public String getASP_Status()
Get ASP Status.

Specified by:
getASP_Status in interface I_ASP_ClientException
Returns:
ASP Status

Adempiere 3.5.2a

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