Package org.compiere.model
Interface I_ASP_Form
-
- All Known Implementing Classes:
X_ASP_Form
public interface I_ASP_Form
Generated Interface for ASP_Form- Version:
- Release 9
- Author:
- iDempiere (generated)
-
-
Field Summary
Fields Modifier and Type Field Description static BigDecimal
accessLevel
AccessLevel = 4 - Systemstatic String
COLUMNNAME_AD_Client_ID
Column name AD_Client_IDstatic String
COLUMNNAME_AD_Form_ID
Column name AD_Form_IDstatic String
COLUMNNAME_AD_Org_ID
Column name AD_Org_IDstatic String
COLUMNNAME_ASP_Form_ID
Column name ASP_Form_IDstatic String
COLUMNNAME_ASP_Form_UU
Column name ASP_Form_UUstatic String
COLUMNNAME_ASP_Level_ID
Column name ASP_Level_IDstatic String
COLUMNNAME_ASP_Status
Column name ASP_Statusstatic String
COLUMNNAME_Created
Column name Createdstatic String
COLUMNNAME_CreatedBy
Column name CreatedBystatic String
COLUMNNAME_IsActive
Column name IsActivestatic String
COLUMNNAME_Updated
Column name Updatedstatic String
COLUMNNAME_UpdatedBy
Column name UpdatedBystatic KeyNamePair
Model
static int
Table_ID
AD_Table_ID=53051static String
Table_Name
TableName=ASP_Form
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getAD_Client_ID()
Get Client.I_AD_Form
getAD_Form()
int
getAD_Form_ID()
Get Special Form.int
getAD_Org_ID()
Get Organization.int
getASP_Form_ID()
Get ASP FormString
getASP_Form_UU()
Get ASP_Form_UUI_ASP_Level
getASP_Level()
int
getASP_Level_ID()
Get ASP LevelString
getASP_Status()
Get ASP StatusTimestamp
getCreated()
Get Created.int
getCreatedBy()
Get Created By.Timestamp
getUpdated()
Get Updated.int
getUpdatedBy()
Get Updated By.boolean
isActive()
Get Active.void
setAD_Form_ID(int AD_Form_ID)
Set Special Form.void
setAD_Org_ID(int AD_Org_ID)
Set Organization.void
setASP_Form_ID(int ASP_Form_ID)
Set ASP Formvoid
setASP_Form_UU(String ASP_Form_UU)
Set ASP_Form_UUvoid
setASP_Level_ID(int ASP_Level_ID)
Set ASP Levelvoid
setASP_Status(String ASP_Status)
Set ASP Statusvoid
setIsActive(boolean IsActive)
Set Active.
-
-
-
Field Detail
-
Table_Name
static final String Table_Name
TableName=ASP_Form- See Also:
- Constant Field Values
-
Table_ID
static final int Table_ID
AD_Table_ID=53051- See Also:
- Constant Field Values
-
Model
static final KeyNamePair Model
-
accessLevel
static final BigDecimal accessLevel
AccessLevel = 4 - System
-
COLUMNNAME_AD_Client_ID
static final String COLUMNNAME_AD_Client_ID
Column name AD_Client_ID- See Also:
- Constant Field Values
-
COLUMNNAME_AD_Form_ID
static final String COLUMNNAME_AD_Form_ID
Column name AD_Form_ID- See Also:
- Constant Field Values
-
COLUMNNAME_AD_Org_ID
static final String COLUMNNAME_AD_Org_ID
Column name AD_Org_ID- See Also:
- Constant Field Values
-
COLUMNNAME_ASP_Form_ID
static final String COLUMNNAME_ASP_Form_ID
Column name ASP_Form_ID- See Also:
- Constant Field Values
-
COLUMNNAME_ASP_Form_UU
static final String COLUMNNAME_ASP_Form_UU
Column name ASP_Form_UU- See Also:
- Constant Field Values
-
COLUMNNAME_ASP_Level_ID
static final String COLUMNNAME_ASP_Level_ID
Column name ASP_Level_ID- See Also:
- Constant Field Values
-
COLUMNNAME_ASP_Status
static final String COLUMNNAME_ASP_Status
Column name ASP_Status- See Also:
- Constant Field Values
-
COLUMNNAME_Created
static final String COLUMNNAME_Created
Column name Created- See Also:
- Constant Field Values
-
COLUMNNAME_CreatedBy
static final String COLUMNNAME_CreatedBy
Column name CreatedBy- See Also:
- Constant Field Values
-
COLUMNNAME_IsActive
static final String COLUMNNAME_IsActive
Column name IsActive- See Also:
- Constant Field Values
-
COLUMNNAME_Updated
static final String COLUMNNAME_Updated
Column name Updated- See Also:
- Constant Field Values
-
COLUMNNAME_UpdatedBy
static final String COLUMNNAME_UpdatedBy
Column name UpdatedBy- See Also:
- Constant Field Values
-
-
Method Detail
-
getAD_Client_ID
int getAD_Client_ID()
Get Client. Client/Tenant for this installation.
-
setAD_Form_ID
void setAD_Form_ID(int AD_Form_ID)
Set Special Form. Special Form
-
getAD_Form_ID
int getAD_Form_ID()
Get Special Form. Special Form
-
getAD_Form
I_AD_Form getAD_Form() throws RuntimeException
- Throws:
RuntimeException
-
setAD_Org_ID
void setAD_Org_ID(int AD_Org_ID)
Set Organization. Organizational entity within client
-
getAD_Org_ID
int getAD_Org_ID()
Get Organization. Organizational entity within client
-
setASP_Form_ID
void setASP_Form_ID(int ASP_Form_ID)
Set ASP Form
-
getASP_Form_ID
int getASP_Form_ID()
Get ASP Form
-
setASP_Form_UU
void setASP_Form_UU(String ASP_Form_UU)
Set ASP_Form_UU
-
getASP_Form_UU
String getASP_Form_UU()
Get ASP_Form_UU
-
setASP_Level_ID
void setASP_Level_ID(int ASP_Level_ID)
Set ASP Level
-
getASP_Level_ID
int getASP_Level_ID()
Get ASP Level
-
getASP_Level
I_ASP_Level getASP_Level() throws RuntimeException
- Throws:
RuntimeException
-
setASP_Status
void setASP_Status(String ASP_Status)
Set ASP Status
-
getASP_Status
String getASP_Status()
Get ASP Status
-
getCreated
Timestamp getCreated()
Get Created. Date this record was created
-
getCreatedBy
int getCreatedBy()
Get Created By. User who created this records
-
setIsActive
void setIsActive(boolean IsActive)
Set Active. The record is active in the system
-
isActive
boolean isActive()
Get Active. The record is active in the system
-
getUpdated
Timestamp getUpdated()
Get Updated. Date this record was updated
-
getUpdatedBy
int getUpdatedBy()
Get Updated By. User who updated this records
-
-