|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.compiere.framework.PO
org.compiere.model.X_AD_Window
public class X_AD_Window
Generated Model for AD_Window
| Field Summary | |
|---|---|
protected BigDecimal |
accessLevel
|
static int |
ENTITYTYPE_AD_Reference_ID
EntityType AD_Reference_ID=389 |
protected static KeyNamePair |
Model
|
static int |
Table_ID
AD_Table_ID=105 |
static String |
Table_Name
TableName=AD_Window |
static long |
updatedMS
Last Updated Timestamp 2008-06-10 15:12:06.0 |
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.framework.PO |
|---|
ACCESSLEVEL_ALL, ACCESSLEVEL_CLIENT, ACCESSLEVEL_CLIENTORG, ACCESSLEVEL_ORG, ACCESSLEVEL_SYSTEM, ACCESSLEVEL_SYSTEMCLIENT, ENTITYTYPE_Dictionary, ENTITYTYPE_UserMaintained, I_ZERO, log, p_changeVO, p_info, XML_ATTRIBUTE_AD_Table_ID, XML_ATTRIBUTE_Record_ID |
| Constructor Summary | |
|---|---|
X_AD_Window(Ctx ctx,
int AD_Window_ID,
String trxName)
Standard Constructor |
|
X_AD_Window(Ctx ctx,
ResultSet rs,
String trxName)
Load Constructor |
|
| Method Summary | |
|---|---|
protected int |
get_AccessLevel()
AccessLevel |
int |
getAD_Color_ID()
Get System Color. |
int |
getAD_CtxArea_ID()
Get Context Area. |
int |
getAD_Image_ID()
Get Image. |
int |
getAD_Window_ID()
Get Window. |
String |
getDescription()
Get Description. |
String |
getEntityType()
Get Entity Type. |
String |
getHelp()
Get Comment. |
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(Ctx ctx)
Load Meta Data |
boolean |
isBetaFunctionality()
Get Beta Functionality. |
boolean |
isCustomDefault()
Get Customization Default. |
boolean |
isDefault()
Get Default. |
boolean |
isProcessing()
Get Process Now. |
boolean |
isWindowTypeValid(String test)
Is test a valid value. |
void |
setAD_Color_ID(int AD_Color_ID)
Set System Color. |
void |
setAD_CtxArea_ID(int AD_CtxArea_ID)
Set Context Area. |
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. |
void |
setIsBetaFunctionality(boolean IsBetaFunctionality)
Set Beta Functionality. |
void |
setIsCustomDefault(boolean IsCustomDefault)
Set Customization Default. |
void |
setIsDefault(boolean IsDefault)
Set Default. |
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()
Info |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final long updatedMS
public static final int Table_ID
public static final String Table_Name
protected static KeyNamePair Model
protected BigDecimal accessLevel
public static final int ENTITYTYPE_AD_Reference_ID
public static final int WINDOWTYPE_AD_Reference_ID
public static final String WINDOWTYPE_Maintain
public static final String WINDOWTYPE_QueryOnly
public static final String WINDOWTYPE_SingleRecord
public static final String WINDOWTYPE_Transaction
| Constructor Detail |
|---|
public X_AD_Window(Ctx ctx,
int AD_Window_ID,
String trxName)
ctx - contextAD_Window_ID - idtrxName - transaction
public X_AD_Window(Ctx ctx,
ResultSet rs,
String trxName)
ctx - contextrs - result settrxName - transaction| Method Detail |
|---|
protected int get_AccessLevel()
get_AccessLevel in class POprotected POInfo initPO(Ctx ctx)
initPO in class POctx - context
public String toString()
toString in class POpublic void setAD_Color_ID(int AD_Color_ID)
AD_Color_ID - Color for backgrounds or indicatorspublic int getAD_Color_ID()
public void setAD_CtxArea_ID(int AD_CtxArea_ID)
AD_CtxArea_ID - Business Domain Area Terminologypublic int getAD_CtxArea_ID()
public void setAD_Image_ID(int AD_Image_ID)
AD_Image_ID - Image or Iconpublic int getAD_Image_ID()
public void setAD_Window_ID(int AD_Window_ID)
AD_Window_ID - Data entry or display windowpublic int getAD_Window_ID()
public void setDescription(String Description)
Description - Optional short description of the recordpublic String getDescription()
public void setEntityType(String EntityType)
EntityType - Dictionary Entity Type;
Determines ownership and synchronizationpublic String getEntityType()
public void setHelp(String Help)
Help - Comment, Help or Hintpublic String getHelp()
public void setIsBetaFunctionality(boolean IsBetaFunctionality)
IsBetaFunctionality - This functionality is considered Betapublic boolean isBetaFunctionality()
public void setIsCustomDefault(boolean IsCustomDefault)
IsCustomDefault - Default Customizationpublic boolean isCustomDefault()
public void setIsDefault(boolean IsDefault)
IsDefault - Default valuepublic boolean isDefault()
public void setName(String Name)
Name - Alphanumeric identifier of the entitypublic String getName()
public KeyNamePair getKeyNamePair()
public void setProcessing(boolean Processing)
Processing - Process Nowpublic boolean isProcessing()
public void setWinHeight(int WinHeight)
WinHeight - Window Heightpublic int getWinHeight()
public void setWinWidth(int WinWidth)
WinWidth - Window Widthpublic int getWinWidth()
public boolean isWindowTypeValid(String test)
test - testvalue
public void setWindowType(String WindowType)
WindowType - Type or classification of a Windowpublic String getWindowType()
|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||