|
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_InfoColumn
public class X_AD_InfoColumn
Generated Model for AD_InfoColumn
| Field Summary | |
|---|---|
protected BigDecimal |
accessLevel
|
static int |
AD_REFERENCE_ID_AD_Reference_ID
AD_Reference_ID AD_Reference_ID=1 |
static int |
ENTITYTYPE_AD_Reference_ID
EntityType AD_Reference_ID=389 |
protected static KeyNamePair |
Model
|
static int |
Table_ID
AD_Table_ID=897 |
static String |
Table_Name
TableName=AD_InfoColumn |
static long |
updatedMS
Last Updated Timestamp 2008-06-10 15:12:06.0 |
| 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_InfoColumn(Ctx ctx,
int AD_InfoColumn_ID,
String trxName)
Standard Constructor |
|
X_AD_InfoColumn(Ctx ctx,
ResultSet rs,
String trxName)
Load Constructor |
|
| Method Summary | |
|---|---|
protected int |
get_AccessLevel()
AccessLevel |
int |
getAD_Element_ID()
Get System Element. |
int |
getAD_InfoColumn_ID()
Get Info Column. |
int |
getAD_InfoWindow_ID()
Get Info Window. |
int |
getAD_Reference_ID()
Get Reference. |
String |
getDescription()
Get Description. |
String |
getEntityType()
Get Entity Type. |
String |
getHelp()
Get Comment. |
KeyNamePair |
getKeyNamePair()
Get Record ID/ColumnName |
String |
getName()
Get Name. |
String |
getSelectClause()
Get Sql SELECT. |
int |
getSeqNo()
Get Sequence. |
protected POInfo |
initPO(Ctx ctx)
Load Meta Data |
boolean |
isCentrallyMaintained()
Get Centrally maintained. |
boolean |
isDisplayed()
Get Displayed. |
boolean |
isIdentifier()
Get Identifier. |
boolean |
isKey()
Get Key column. |
boolean |
isQueryCriteria()
Get Query Criteria. |
boolean |
isRange()
Get Range. |
void |
setAD_Element_ID(int AD_Element_ID)
Set System Element. |
void |
setAD_InfoColumn_ID(int AD_InfoColumn_ID)
Set Info Column. |
void |
setAD_InfoWindow_ID(int AD_InfoWindow_ID)
Set Info Window. |
void |
setAD_Reference_ID(int AD_Reference_ID)
Set Reference. |
void |
setDescription(String Description)
Set Description. |
void |
setEntityType(String EntityType)
Set Entity Type. |
void |
setHelp(String Help)
Set Comment. |
void |
setIsCentrallyMaintained(boolean IsCentrallyMaintained)
Set Centrally maintained. |
void |
setIsDisplayed(boolean IsDisplayed)
Set Displayed. |
void |
setIsIdentifier(boolean IsIdentifier)
Set Identifier. |
void |
setIsKey(boolean IsKey)
Set Key column. |
void |
setIsQueryCriteria(boolean IsQueryCriteria)
Set Query Criteria. |
void |
setIsRange(boolean IsRange)
Set Range. |
void |
setName(String Name)
Set Name. |
void |
setSelectClause(String SelectClause)
Set Sql SELECT. |
void |
setSeqNo(int SeqNo)
Set Sequence. |
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 AD_REFERENCE_ID_AD_Reference_ID
public static final int ENTITYTYPE_AD_Reference_ID
| Constructor Detail |
|---|
public X_AD_InfoColumn(Ctx ctx,
int AD_InfoColumn_ID,
String trxName)
ctx - contextAD_InfoColumn_ID - idtrxName - transaction
public X_AD_InfoColumn(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_Element_ID(int AD_Element_ID)
AD_Element_ID - System Element enables the central maintenance of column description and help.public int getAD_Element_ID()
public void setAD_InfoColumn_ID(int AD_InfoColumn_ID)
AD_InfoColumn_ID - Info Window Columnpublic int getAD_InfoColumn_ID()
public void setAD_InfoWindow_ID(int AD_InfoWindow_ID)
AD_InfoWindow_ID - Info and search/select Windowpublic int getAD_InfoWindow_ID()
public void setAD_Reference_ID(int AD_Reference_ID)
AD_Reference_ID - System Reference and Validationpublic int getAD_Reference_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 setIsCentrallyMaintained(boolean IsCentrallyMaintained)
IsCentrallyMaintained - Information maintained in System Element tablepublic boolean isCentrallyMaintained()
public void setIsDisplayed(boolean IsDisplayed)
IsDisplayed - Determines, if this field is displayedpublic boolean isDisplayed()
public void setIsIdentifier(boolean IsIdentifier)
IsIdentifier - This column is part of the record identifierpublic boolean isIdentifier()
public void setIsKey(boolean IsKey)
IsKey - This column is the key in this tablepublic boolean isKey()
public void setIsQueryCriteria(boolean IsQueryCriteria)
IsQueryCriteria - The column is also used as a query criterionpublic boolean isQueryCriteria()
public void setIsRange(boolean IsRange)
IsRange - The parameter is a range of valuespublic boolean isRange()
public void setName(String Name)
Name - Alphanumeric identifier of the entitypublic String getName()
public KeyNamePair getKeyNamePair()
public void setSelectClause(String SelectClause)
SelectClause - SQL SELECT clausepublic String getSelectClause()
public void setSeqNo(int SeqNo)
SeqNo - Method of ordering elements;
lowest number comes firstpublic int getSeqNo()
|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||