Package org.compiere.model
Interface I_ASP_Window
- All Known Implementing Classes:
X_ASP_Window
public interface I_ASP_Window
Generated Interface for ASP_Window
- Version:
- Release 13
- Author:
- iDempiere (generated)
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final BigDecimalAccessLevel = 4 - Systemstatic final StringColumn name AD_Client_IDstatic final StringColumn name AD_Org_IDstatic final StringColumn name AD_Window_IDstatic final StringColumn name ASP_Level_IDstatic final StringColumn name ASP_Statusstatic final StringColumn name ASP_Window_IDstatic final StringColumn name ASP_Window_UUstatic final StringColumn name Createdstatic final StringColumn name CreatedBystatic final StringColumn name IsActivestatic final StringColumn name Updatedstatic final StringColumn name UpdatedBystatic final KeyNamePairstatic final intAD_Table_ID=53046static final StringTableName=ASP_Window -
Method Summary
Modifier and TypeMethodDescriptionintGet Tenant.intGet Organization.Deprecated.intGet Window.Deprecated.intGet ASP LevelGet ASP StatusintGet ASP WindowGet ASP_Window_UUGet Created.intGet Created By.Get Updated.intGet Updated By.booleanisActive()Get Active.voidsetAD_Org_ID(int AD_Org_ID) Set Organization.voidsetAD_Window_ID(int AD_Window_ID) Set Window.voidsetASP_Level_ID(int ASP_Level_ID) Set ASP LevelvoidsetASP_Status(String ASP_Status) Set ASP StatusvoidsetASP_Window_ID(int ASP_Window_ID) Set ASP WindowvoidsetASP_Window_UU(String ASP_Window_UU) Set ASP_Window_UUvoidsetIsActive(boolean IsActive) Set Active.
-
Field Details
-
Table_Name
TableName=ASP_Window- See Also:
-
Table_ID
static final int Table_IDAD_Table_ID=53046- See Also:
-
Model
-
accessLevel
AccessLevel = 4 - System -
COLUMNNAME_AD_Client_ID
Column name AD_Client_ID- See Also:
-
COLUMNNAME_AD_Org_ID
Column name AD_Org_ID- See Also:
-
COLUMNNAME_AD_Window_ID
Column name AD_Window_ID- See Also:
-
COLUMNNAME_ASP_Level_ID
Column name ASP_Level_ID- See Also:
-
COLUMNNAME_ASP_Status
Column name ASP_Status- See Also:
-
COLUMNNAME_ASP_Window_ID
Column name ASP_Window_ID- See Also:
-
COLUMNNAME_ASP_Window_UU
Column name ASP_Window_UU- See Also:
-
COLUMNNAME_Created
Column name Created- See Also:
-
COLUMNNAME_CreatedBy
Column name CreatedBy- See Also:
-
COLUMNNAME_IsActive
Column name IsActive- See Also:
-
COLUMNNAME_Updated
Column name Updated- See Also:
-
COLUMNNAME_UpdatedBy
Column name UpdatedBy- See Also:
-
-
Method Details
-
getAD_Client_ID
int getAD_Client_ID()Get Tenant. Tenant for this installation. -
setAD_Org_ID
void setAD_Org_ID(int AD_Org_ID) Set Organization. Organizational entity within tenant -
getAD_Org_ID
int getAD_Org_ID()Get Organization. Organizational entity within tenant -
setAD_Window_ID
void setAD_Window_ID(int AD_Window_ID) Set Window. Data entry or display window -
getAD_Window_ID
int getAD_Window_ID()Get Window. Data entry or display window -
getAD_Window
Deprecated.- Throws:
RuntimeException
-
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
Deprecated.- Throws:
RuntimeException
-
setASP_Status
Set ASP Status -
getASP_Status
String getASP_Status()Get ASP Status -
setASP_Window_ID
void setASP_Window_ID(int ASP_Window_ID) Set ASP Window -
getASP_Window_ID
int getASP_Window_ID()Get ASP Window -
setASP_Window_UU
Set ASP_Window_UU -
getASP_Window_UU
String getASP_Window_UU()Get ASP_Window_UU -
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
-