|
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_AD_UserDef_Win
public class X_AD_UserDef_Win
Generated Model for AD_UserDef_Win
| Field Summary | |
|---|---|
static int |
AD_LANGUAGE_AD_Reference_ID
AD_Language AD_Reference_ID=106 |
| 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_AD_UserDef_Win |
|---|
accessLevel, COLUMNNAME_AD_Language, COLUMNNAME_AD_Role_ID, COLUMNNAME_AD_User_ID, COLUMNNAME_AD_UserDef_Win_ID, COLUMNNAME_AD_Window_ID, COLUMNNAME_Description, COLUMNNAME_Help, COLUMNNAME_IsDefault, COLUMNNAME_IsReadOnly, COLUMNNAME_IsUserUpdateable, COLUMNNAME_Name, Model, Table_ID, Table_Name |
| Constructor Summary | |
|---|---|
X_AD_UserDef_Win(Properties ctx,
int AD_UserDef_Win_ID,
String trxName)
Standard Constructor |
|
X_AD_UserDef_Win(Properties ctx,
ResultSet rs,
String trxName)
Load Constructor |
|
| Method Summary | |
|---|---|
protected int |
get_AccessLevel()
AccessLevel |
String |
getAD_Language()
Get Language. |
int |
getAD_Role_ID()
Get Role. |
I_AD_Role |
getAD_Role()
|
int |
getAD_User_ID()
Get User/Contact. |
I_AD_User |
getAD_User()
|
int |
getAD_UserDef_Win_ID()
Get User defined Window. |
int |
getAD_Window_ID()
Get Window. |
I_AD_Window |
getAD_Window()
|
String |
getDescription()
Get Description. |
String |
getHelp()
Get Comment/Help. |
KeyNamePair |
getKeyNamePair()
Get Record ID/ColumnName |
String |
getName()
Get Name. |
protected POInfo |
initPO(Properties ctx)
Load Meta Data |
boolean |
isDefault()
Get Default. |
boolean |
isReadOnly()
Get Read Only. |
boolean |
isUserUpdateable()
Get User updateable. |
void |
setAD_Language(String AD_Language)
Set Language. |
void |
setAD_Role_ID(int AD_Role_ID)
Set Role. |
void |
setAD_User_ID(int AD_User_ID)
Set User/Contact. |
void |
setAD_UserDef_Win_ID(int AD_UserDef_Win_ID)
Set User defined Window. |
void |
setAD_Window_ID(int AD_Window_ID)
Set Window. |
void |
setDescription(String Description)
Set Description. |
void |
setHelp(String Help)
Set Comment/Help. |
void |
setIsDefault(boolean IsDefault)
Set Default. |
void |
setIsReadOnly(boolean IsReadOnly)
Set Read Only. |
void |
setIsUserUpdateable(boolean IsUserUpdateable)
Set User updateable. |
void |
setName(String Name)
Set Name. |
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 |
| Field Detail |
|---|
public static final int AD_LANGUAGE_AD_Reference_ID
| Constructor Detail |
|---|
public X_AD_UserDef_Win(Properties ctx,
int AD_UserDef_Win_ID,
String trxName)
public X_AD_UserDef_Win(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 setAD_Language(String AD_Language)
setAD_Language in interface I_AD_UserDef_WinAD_Language - Language for this entitypublic String getAD_Language()
getAD_Language in interface I_AD_UserDef_Win
public I_AD_Role getAD_Role()
throws Exception
getAD_Role in interface I_AD_UserDef_WinExceptionpublic void setAD_Role_ID(int AD_Role_ID)
setAD_Role_ID in interface I_AD_UserDef_WinAD_Role_ID - Responsibility Rolepublic int getAD_Role_ID()
getAD_Role_ID in interface I_AD_UserDef_Winpublic void setAD_UserDef_Win_ID(int AD_UserDef_Win_ID)
setAD_UserDef_Win_ID in interface I_AD_UserDef_WinAD_UserDef_Win_ID - User defined Windowpublic int getAD_UserDef_Win_ID()
getAD_UserDef_Win_ID in interface I_AD_UserDef_Win
public I_AD_User getAD_User()
throws Exception
getAD_User in interface I_AD_UserDef_WinExceptionpublic void setAD_User_ID(int AD_User_ID)
setAD_User_ID in interface I_AD_UserDef_WinAD_User_ID - User within the system - Internal or Business Partner Contactpublic int getAD_User_ID()
getAD_User_ID in interface I_AD_UserDef_Win
public I_AD_Window getAD_Window()
throws Exception
getAD_Window in interface I_AD_UserDef_WinExceptionpublic void setAD_Window_ID(int AD_Window_ID)
setAD_Window_ID in interface I_AD_UserDef_WinAD_Window_ID - Data entry or display windowpublic int getAD_Window_ID()
getAD_Window_ID in interface I_AD_UserDef_Winpublic void setDescription(String Description)
setDescription in interface I_AD_UserDef_WinDescription - Optional short description of the recordpublic String getDescription()
getDescription in interface I_AD_UserDef_Winpublic void setHelp(String Help)
setHelp in interface I_AD_UserDef_WinHelp - Comment or Hintpublic String getHelp()
getHelp in interface I_AD_UserDef_Winpublic void setIsDefault(boolean IsDefault)
setIsDefault in interface I_AD_UserDef_WinIsDefault - Default valuepublic boolean isDefault()
isDefault in interface I_AD_UserDef_Winpublic void setIsReadOnly(boolean IsReadOnly)
setIsReadOnly in interface I_AD_UserDef_WinIsReadOnly - Field is read onlypublic boolean isReadOnly()
isReadOnly in interface I_AD_UserDef_Winpublic void setIsUserUpdateable(boolean IsUserUpdateable)
setIsUserUpdateable in interface I_AD_UserDef_WinIsUserUpdateable - The field can be updated by the userpublic boolean isUserUpdateable()
isUserUpdateable in interface I_AD_UserDef_Winpublic void setName(String Name)
setName in interface I_AD_UserDef_WinName - Alphanumeric identifier of the entitypublic String getName()
getName in interface I_AD_UserDef_Winpublic KeyNamePair getKeyNamePair()
|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||