|
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_ASP_Level
public class X_ASP_Level
Generated Model for ASP_Level
| Field Summary |
|---|
| 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_Level |
|---|
accessLevel, COLUMNNAME_ASP_Level_ID, COLUMNNAME_ASP_Module_ID, COLUMNNAME_Description, COLUMNNAME_Help, COLUMNNAME_Name, COLUMNNAME_Processing, COLUMNNAME_Value, Model, Table_ID, Table_Name |
| Constructor Summary | |
|---|---|
X_ASP_Level(Properties ctx,
int ASP_Level_ID,
String trxName)
Standard Constructor |
|
X_ASP_Level(Properties ctx,
ResultSet rs,
String trxName)
Load Constructor |
|
| Method Summary | |
|---|---|
protected int |
get_AccessLevel()
AccessLevel |
int |
getASP_Level_ID()
Get ASP Level. |
int |
getASP_Module_ID()
Get ASP Module. |
I_ASP_Module |
getASP_Module()
|
String |
getDescription()
Get Description. |
String |
getHelp()
Get Comment/Help. |
KeyNamePair |
getKeyNamePair()
Get Record ID/ColumnName |
String |
getName()
Get Name. |
String |
getValue()
Get Search Key. |
protected POInfo |
initPO(Properties ctx)
Load Meta Data |
boolean |
isProcessing()
Get Process Now. |
void |
setASP_Level_ID(int ASP_Level_ID)
Set ASP Level. |
void |
setASP_Module_ID(int ASP_Module_ID)
Set ASP Module. |
void |
setDescription(String Description)
Set Description. |
void |
setHelp(String Help)
Set Comment/Help. |
void |
setName(String Name)
Set Name. |
void |
setProcessing(boolean Processing)
Set Process Now. |
void |
setValue(String Value)
Set Search Key. |
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 |
| Constructor Detail |
|---|
public X_ASP_Level(Properties ctx,
int ASP_Level_ID,
String trxName)
public X_ASP_Level(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 setASP_Level_ID(int ASP_Level_ID)
setASP_Level_ID in interface I_ASP_LevelASP_Level_ID - ASP Levelpublic int getASP_Level_ID()
getASP_Level_ID in interface I_ASP_Level
public I_ASP_Module getASP_Module()
throws Exception
getASP_Module in interface I_ASP_LevelExceptionpublic void setASP_Module_ID(int ASP_Module_ID)
setASP_Module_ID in interface I_ASP_LevelASP_Module_ID - ASP Modulepublic int getASP_Module_ID()
getASP_Module_ID in interface I_ASP_Levelpublic void setDescription(String Description)
setDescription in interface I_ASP_LevelDescription - Optional short description of the recordpublic String getDescription()
getDescription in interface I_ASP_Levelpublic void setHelp(String Help)
setHelp in interface I_ASP_LevelHelp - Comment or Hintpublic String getHelp()
getHelp in interface I_ASP_Levelpublic void setName(String Name)
setName in interface I_ASP_LevelName - Alphanumeric identifier of the entitypublic String getName()
getName in interface I_ASP_Levelpublic KeyNamePair getKeyNamePair()
public void setProcessing(boolean Processing)
setProcessing in interface I_ASP_LevelProcessing - Process Nowpublic boolean isProcessing()
isProcessing in interface I_ASP_Levelpublic void setValue(String Value)
setValue in interface I_ASP_LevelValue - Search key for the record in the format required - must be uniquepublic String getValue()
getValue in interface I_ASP_Level
|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||