|
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_Window
public class X_AD_Window
Generated Model for AD_Window
| Field Summary | |
|---|---|
static int |
ENTITYTYPE_AD_Reference_ID
EntityType AD_Reference_ID=389 |
static int |
WINDOWTYPE_AD_Reference_ID
WindowType AD_Reference_ID=108 |
static String |
WINDOWTYPE_Maintain
Maintain = M |
static String |
WINDOWTYPE_QueryOnly
Query Only = Q |
static String |
WINDOWTYPE_SingleRecord
Single Record = S |
static String |
WINDOWTYPE_Transaction
Transaction = T |
| 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_Window |
|---|
accessLevel, COLUMNNAME_AD_Color_ID, COLUMNNAME_AD_Image_ID, COLUMNNAME_AD_Window_ID, COLUMNNAME_Description, COLUMNNAME_EntityType, COLUMNNAME_Help, COLUMNNAME_IsBetaFunctionality, COLUMNNAME_IsDefault, COLUMNNAME_IsSOTrx, COLUMNNAME_Name, COLUMNNAME_Processing, COLUMNNAME_WindowType, COLUMNNAME_WinHeight, COLUMNNAME_WinWidth, Model, Table_ID, Table_Name |
| Constructor Summary | |
|---|---|
X_AD_Window(Properties ctx,
int AD_Window_ID,
String trxName)
Standard Constructor |
|
X_AD_Window(Properties ctx,
ResultSet rs,
String trxName)
Load Constructor |
|
| Method Summary | |
|---|---|
protected int |
get_AccessLevel()
AccessLevel |
int |
getAD_Color_ID()
Get System Color. |
I_AD_Color |
getAD_Color()
|
int |
getAD_Image_ID()
Get Image. |
I_AD_Image |
getAD_Image()
|
int |
getAD_Window_ID()
Get Window. |
String |
getDescription()
Get Description. |
String |
getEntityType()
Get Entity Type. |
String |
getHelp()
Get Comment/Help. |
KeyNamePair |
getKeyNamePair()
Get Record ID/ColumnName |
String |
getName()
Get Name. |
String |
getWindowType()
Get WindowType. |
int |
getWinHeight()
Get Window Height. |
int |
getWinWidth()
Get Window Width. |
protected POInfo |
initPO(Properties ctx)
Load Meta Data |
boolean |
isBetaFunctionality()
Get Beta Functionality. |
boolean |
isDefault()
Get Default. |
boolean |
isProcessing()
Get Process Now. |
boolean |
isSOTrx()
Get Sales Transaction. |
void |
setAD_Color_ID(int AD_Color_ID)
Set System Color. |
void |
setAD_Image_ID(int AD_Image_ID)
Set Image. |
void |
setAD_Window_ID(int AD_Window_ID)
Set Window. |
void |
setDescription(String Description)
Set Description. |
void |
setEntityType(String EntityType)
Set Entity Type. |
void |
setHelp(String Help)
Set Comment/Help. |
void |
setIsBetaFunctionality(boolean IsBetaFunctionality)
Set Beta Functionality. |
void |
setIsDefault(boolean IsDefault)
Set Default. |
void |
setIsSOTrx(boolean IsSOTrx)
Set Sales Transaction. |
void |
setName(String Name)
Set Name. |
void |
setProcessing(boolean Processing)
Set Process Now. |
void |
setWindowType(String WindowType)
Set WindowType. |
void |
setWinHeight(int WinHeight)
Set Window Height. |
void |
setWinWidth(int WinWidth)
Set Window Width. |
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 ENTITYTYPE_AD_Reference_ID
public static final int WINDOWTYPE_AD_Reference_ID
public static final String WINDOWTYPE_SingleRecord
public static final String WINDOWTYPE_Maintain
public static final String WINDOWTYPE_Transaction
public static final String WINDOWTYPE_QueryOnly
| Constructor Detail |
|---|
public X_AD_Window(Properties ctx,
int AD_Window_ID,
String trxName)
public X_AD_Window(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 PO
public I_AD_Color getAD_Color()
throws Exception
getAD_Color in interface I_AD_WindowExceptionpublic void setAD_Color_ID(int AD_Color_ID)
setAD_Color_ID in interface I_AD_WindowAD_Color_ID - Color for backgrounds or indicatorspublic int getAD_Color_ID()
getAD_Color_ID in interface I_AD_Window
public I_AD_Image getAD_Image()
throws Exception
getAD_Image in interface I_AD_WindowExceptionpublic void setAD_Image_ID(int AD_Image_ID)
setAD_Image_ID in interface I_AD_WindowAD_Image_ID - Image or Iconpublic int getAD_Image_ID()
getAD_Image_ID in interface I_AD_Windowpublic void setAD_Window_ID(int AD_Window_ID)
setAD_Window_ID in interface I_AD_WindowAD_Window_ID - Data entry or display windowpublic int getAD_Window_ID()
getAD_Window_ID in interface I_AD_Windowpublic void setDescription(String Description)
setDescription in interface I_AD_WindowDescription - Optional short description of the recordpublic String getDescription()
getDescription in interface I_AD_Windowpublic void setEntityType(String EntityType)
setEntityType in interface I_AD_WindowEntityType - Dictionary Entity Type; Determines ownership and synchronizationpublic String getEntityType()
getEntityType in interface I_AD_Windowpublic void setHelp(String Help)
setHelp in interface I_AD_WindowHelp - Comment or Hintpublic String getHelp()
getHelp in interface I_AD_Windowpublic void setIsBetaFunctionality(boolean IsBetaFunctionality)
setIsBetaFunctionality in interface I_AD_WindowIsBetaFunctionality - This functionality is considered Betapublic boolean isBetaFunctionality()
isBetaFunctionality in interface I_AD_Windowpublic void setIsDefault(boolean IsDefault)
setIsDefault in interface I_AD_WindowIsDefault - Default valuepublic boolean isDefault()
isDefault in interface I_AD_Windowpublic void setIsSOTrx(boolean IsSOTrx)
setIsSOTrx in interface I_AD_WindowIsSOTrx - This is a Sales Transactionpublic boolean isSOTrx()
isSOTrx in interface I_AD_Windowpublic void setName(String Name)
setName in interface I_AD_WindowName - Alphanumeric identifier of the entitypublic String getName()
getName in interface I_AD_Windowpublic KeyNamePair getKeyNamePair()
public void setProcessing(boolean Processing)
setProcessing in interface I_AD_WindowProcessing - Process Nowpublic boolean isProcessing()
isProcessing in interface I_AD_Windowpublic void setWindowType(String WindowType)
setWindowType in interface I_AD_WindowWindowType - Type or classification of a Windowpublic String getWindowType()
getWindowType in interface I_AD_Windowpublic void setWinHeight(int WinHeight)
setWinHeight in interface I_AD_WindowWinHeight - Window Heightpublic int getWinHeight()
getWinHeight in interface I_AD_Windowpublic void setWinWidth(int WinWidth)
setWinWidth in interface I_AD_WindowWinWidth - Window Widthpublic int getWinWidth()
getWinWidth in interface I_AD_Window
|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||