|
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_UserDef_Field
public class X_AD_UserDef_Field
Generated Model for AD_UserDef_Field
| Field Summary | |
|---|---|
protected BigDecimal |
accessLevel
|
static int |
ISDISPLAYED_AD_Reference_ID
IsDisplayed AD_Reference_ID=319 |
static String |
ISDISPLAYED_No
No = N |
static String |
ISDISPLAYED_Yes
Yes = Y |
static int |
ISMANDATORYUI_AD_Reference_ID
IsMandatoryUI AD_Reference_ID=319 |
static String |
ISMANDATORYUI_No
No = N |
static String |
ISMANDATORYUI_Yes
Yes = Y |
static int |
ISREADONLY_AD_Reference_ID
IsReadOnly AD_Reference_ID=319 |
static String |
ISREADONLY_No
No = N |
static String |
ISREADONLY_Yes
Yes = Y |
static int |
ISSAMELINE_AD_Reference_ID
IsSameLine AD_Reference_ID=319 |
static String |
ISSAMELINE_No
No = N |
static String |
ISSAMELINE_Yes
Yes = Y |
static int |
ISSELECTIONCOLUMN_AD_Reference_ID
IsSelectionColumn AD_Reference_ID=319 |
static String |
ISSELECTIONCOLUMN_No
No = N |
static String |
ISSELECTIONCOLUMN_Yes
Yes = Y |
static int |
ISSUMMARYCOLUMN_AD_Reference_ID
IsSummaryColumn AD_Reference_ID=319 |
static String |
ISSUMMARYCOLUMN_No
No = N |
static String |
ISSUMMARYCOLUMN_Yes
Yes = Y |
static int |
ISUPDATEABLE_AD_Reference_ID
IsUpdateable AD_Reference_ID=319 |
static String |
ISUPDATEABLE_No
No = N |
static String |
ISUPDATEABLE_Yes
Yes = Y |
protected static KeyNamePair |
Model
|
static int |
Table_ID
AD_Table_ID=464 |
static String |
Table_Name
TableName=AD_UserDef_Field |
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_UserDef_Field(Ctx ctx,
int AD_UserDef_Field_ID,
String trxName)
Standard Constructor |
|
X_AD_UserDef_Field(Ctx ctx,
ResultSet rs,
String trxName)
Load Constructor |
|
| Method Summary | |
|---|---|
protected int |
get_AccessLevel()
AccessLevel |
int |
getAD_Field_ID()
Get Field. |
int |
getAD_UserDef_Field_ID()
Get User defined Field. |
int |
getAD_UserDef_Tab_ID()
Get User defined Tab. |
String |
getDefaultValue()
Get Default Logic. |
String |
getDescription()
Get Description. |
int |
getDisplayLength()
Get Display Length. |
String |
getDisplayLogic()
Get Display Logic. |
String |
getHelp()
Get Comment. |
String |
getIsDisplayed()
Get Displayed. |
String |
getIsMandatoryUI()
Get Mandatory UI. |
String |
getIsReadOnly()
Get Read Only. |
String |
getIsSameLine()
Get Same Line. |
String |
getIsSelectionColumn()
Get Selection Column. |
String |
getIsSummaryColumn()
Get Summary Column. |
String |
getIsUpdateable()
Get Updateable. |
KeyNamePair |
getKeyNamePair()
Get Record ID/ColumnName |
int |
getMRSeqNo()
Get Multi-Row Sequence. |
String |
getName()
Get Name. |
int |
getSelectionSeqNo()
Get Selection Sequence. |
int |
getSeqNo()
Get Sequence. |
int |
getSortNo()
Get Record Sort No. |
int |
getSummarySeqNo()
Get Summary Sequence. |
String |
getValueMax()
Get Max. |
String |
getValueMin()
Get Min. |
protected POInfo |
initPO(Ctx ctx)
Load Meta Data |
boolean |
isIsDisplayedValid(String test)
Is test a valid value. |
boolean |
isIsMandatoryUIValid(String test)
Is test a valid value. |
boolean |
isIsReadOnlyValid(String test)
Is test a valid value. |
boolean |
isIsSameLineValid(String test)
Is test a valid value. |
boolean |
isIsSelectionColumnValid(String test)
Is test a valid value. |
boolean |
isIsSummaryColumnValid(String test)
Is test a valid value. |
boolean |
isIsUpdateableValid(String test)
Is test a valid value. |
void |
setAD_Field_ID(int AD_Field_ID)
Set Field. |
void |
setAD_UserDef_Field_ID(int AD_UserDef_Field_ID)
Set User defined Field. |
void |
setAD_UserDef_Tab_ID(int AD_UserDef_Tab_ID)
Set User defined Tab. |
void |
setDefaultValue(String DefaultValue)
Set Default Logic. |
void |
setDescription(String Description)
Set Description. |
void |
setDisplayLength(int DisplayLength)
Set Display Length. |
void |
setDisplayLogic(String DisplayLogic)
Set Display Logic. |
void |
setHelp(String Help)
Set Comment. |
void |
setIsDisplayed(String IsDisplayed)
Set Displayed. |
void |
setIsMandatoryUI(String IsMandatoryUI)
Set Mandatory UI. |
void |
setIsReadOnly(String IsReadOnly)
Set Read Only. |
void |
setIsSameLine(String IsSameLine)
Set Same Line. |
void |
setIsSelectionColumn(String IsSelectionColumn)
Set Selection Column. |
void |
setIsSummaryColumn(String IsSummaryColumn)
Set Summary Column. |
void |
setIsUpdateable(String IsUpdateable)
Set Updateable. |
void |
setMRSeqNo(int MRSeqNo)
Set Multi-Row Sequence. |
void |
setName(String Name)
Set Name. |
void |
setSelectionSeqNo(int SelectionSeqNo)
Set Selection Sequence. |
void |
setSeqNo(int SeqNo)
Set Sequence. |
void |
setSortNo(int SortNo)
Set Record Sort No. |
void |
setSummarySeqNo(int SummarySeqNo)
Set Summary Sequence. |
void |
setValueMax(String ValueMax)
Set Max. |
void |
setValueMin(String ValueMin)
Set Min. |
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 ISDISPLAYED_AD_Reference_ID
public static final String ISDISPLAYED_No
public static final String ISDISPLAYED_Yes
public static final int ISMANDATORYUI_AD_Reference_ID
public static final String ISMANDATORYUI_No
public static final String ISMANDATORYUI_Yes
public static final int ISREADONLY_AD_Reference_ID
public static final String ISREADONLY_No
public static final String ISREADONLY_Yes
public static final int ISSAMELINE_AD_Reference_ID
public static final String ISSAMELINE_No
public static final String ISSAMELINE_Yes
public static final int ISSELECTIONCOLUMN_AD_Reference_ID
public static final String ISSELECTIONCOLUMN_No
public static final String ISSELECTIONCOLUMN_Yes
public static final int ISSUMMARYCOLUMN_AD_Reference_ID
public static final String ISSUMMARYCOLUMN_No
public static final String ISSUMMARYCOLUMN_Yes
public static final int ISUPDATEABLE_AD_Reference_ID
public static final String ISUPDATEABLE_No
public static final String ISUPDATEABLE_Yes
| Constructor Detail |
|---|
public X_AD_UserDef_Field(Ctx ctx,
int AD_UserDef_Field_ID,
String trxName)
ctx - contextAD_UserDef_Field_ID - idtrxName - transaction
public X_AD_UserDef_Field(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_Field_ID(int AD_Field_ID)
AD_Field_ID - Field on a tab in a windowpublic int getAD_Field_ID()
public KeyNamePair getKeyNamePair()
public void setAD_UserDef_Field_ID(int AD_UserDef_Field_ID)
AD_UserDef_Field_ID - User defined Fieldpublic int getAD_UserDef_Field_ID()
public void setAD_UserDef_Tab_ID(int AD_UserDef_Tab_ID)
AD_UserDef_Tab_ID - User defined Tabpublic int getAD_UserDef_Tab_ID()
public void setDefaultValue(String DefaultValue)
DefaultValue - Default value hierarchy, separated by;public String getDefaultValue()
public void setDescription(String Description)
Description - Optional short description of the recordpublic String getDescription()
public void setDisplayLength(int DisplayLength)
DisplayLength - Length of the display in characterspublic int getDisplayLength()
public void setDisplayLogic(String DisplayLogic)
DisplayLogic - If the Field is displayed, the result determines if the field is actually displayedpublic String getDisplayLogic()
public void setHelp(String Help)
Help - Comment, Help or Hintpublic String getHelp()
public boolean isIsDisplayedValid(String test)
test - testvalue
public void setIsDisplayed(String IsDisplayed)
IsDisplayed - Determines, if this field is displayedpublic String getIsDisplayed()
public boolean isIsMandatoryUIValid(String test)
test - testvalue
public void setIsMandatoryUI(String IsMandatoryUI)
IsMandatoryUI - Data entry is required for data entry in the fieldpublic String getIsMandatoryUI()
public boolean isIsReadOnlyValid(String test)
test - testvalue
public void setIsReadOnly(String IsReadOnly)
IsReadOnly - Field is read onlypublic String getIsReadOnly()
public boolean isIsSameLineValid(String test)
test - testvalue
public void setIsSameLine(String IsSameLine)
IsSameLine - Displayed on same line as previous fieldpublic String getIsSameLine()
public boolean isIsSelectionColumnValid(String test)
test - testvalue
public void setIsSelectionColumn(String IsSelectionColumn)
IsSelectionColumn - Is this column used for finding rows in windows?public String getIsSelectionColumn()
public boolean isIsSummaryColumnValid(String test)
test - testvalue
public void setIsSummaryColumn(String IsSummaryColumn)
IsSummaryColumn - Summary Info Columnpublic String getIsSummaryColumn()
public boolean isIsUpdateableValid(String test)
test - testvalue
public void setIsUpdateable(String IsUpdateable)
IsUpdateable - Determines, if the field can be updatedpublic String getIsUpdateable()
public void setMRSeqNo(int MRSeqNo)
MRSeqNo - Method of ordering fields in Multi-Row (Grid) View;
lowest number comes firstpublic int getMRSeqNo()
public void setName(String Name)
Name - Alphanumeric identifier of the entitypublic String getName()
public void setSelectionSeqNo(int SelectionSeqNo)
SelectionSeqNo - Sequence in Selectionpublic int getSelectionSeqNo()
public void setSeqNo(int SeqNo)
SeqNo - Method of ordering elements;
lowest number comes firstpublic int getSeqNo()
public void setSortNo(int SortNo)
SortNo - Determines in what order the records are displayedpublic int getSortNo()
public void setSummarySeqNo(int SummarySeqNo)
SummarySeqNo - Sequence in Summarypublic int getSummarySeqNo()
public void setValueMax(String ValueMax)
ValueMax - Maximum Value for a fieldpublic String getValueMax()
public void setValueMin(String ValueMin)
ValueMin - Minimum Value for a fieldpublic String getValueMin()
|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||