|
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_Field
public class X_AD_UserDef_Field
Generated Model for AD_UserDef_Field
| Field Summary |
|---|
| 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 |
| Constructor Summary | |
|---|---|
X_AD_UserDef_Field(Properties ctx,
int AD_UserDef_Field_ID,
String trxName)
Standard Constructor |
|
X_AD_UserDef_Field(Properties ctx,
ResultSet rs,
String trxName)
Load Constructor |
|
| Method Summary | |
|---|---|
protected int |
get_AccessLevel()
AccessLevel |
int |
getAD_Field_ID()
Get Field. |
I_AD_Field |
getAD_Field()
|
int |
getAD_UserDef_Field_ID()
Get User defined Field. |
int |
getAD_UserDef_Tab_ID()
Get User defined Tab. |
I_AD_UserDef_Tab |
getAD_UserDef_Tab()
|
String |
getDefaultValue()
Get Default Logic. |
String |
getDescription()
Get Description. |
int |
getDisplayLength()
Get Display Length. |
String |
getDisplayLogic()
Get Display Logic. |
String |
getHelp()
Get Comment/Help. |
KeyNamePair |
getKeyNamePair()
Get Record ID/ColumnName |
String |
getName()
Get Name. |
int |
getSeqNo()
Get Sequence. |
int |
getSortNo()
Get Record Sort No. |
protected POInfo |
initPO(Properties ctx)
Load Meta Data |
boolean |
isDisplayed()
Get Displayed. |
boolean |
isReadOnly()
Get Read Only. |
boolean |
isSameLine()
Get Same Line. |
boolean |
isUpdateable()
Get Updateable. |
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/Help. |
void |
setIsDisplayed(boolean IsDisplayed)
Set Displayed. |
void |
setIsReadOnly(boolean IsReadOnly)
Set Read Only. |
void |
setIsSameLine(boolean IsSameLine)
Set Same Line. |
void |
setIsUpdateable(boolean IsUpdateable)
Set Updateable. |
void |
setName(String Name)
Set Name. |
void |
setSeqNo(int SeqNo)
Set Sequence. |
void |
setSortNo(int SortNo)
Set Record Sort No. |
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 |
| Constructor Detail |
|---|
public X_AD_UserDef_Field(Properties ctx,
int AD_UserDef_Field_ID,
String trxName)
public X_AD_UserDef_Field(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_Field getAD_Field()
throws Exception
getAD_Field in interface I_AD_UserDef_FieldExceptionpublic void setAD_Field_ID(int AD_Field_ID)
setAD_Field_ID in interface I_AD_UserDef_FieldAD_Field_ID - Field on a database tablepublic int getAD_Field_ID()
getAD_Field_ID in interface I_AD_UserDef_Fieldpublic void setAD_UserDef_Field_ID(int AD_UserDef_Field_ID)
setAD_UserDef_Field_ID in interface I_AD_UserDef_FieldAD_UserDef_Field_ID - User defined Fieldpublic int getAD_UserDef_Field_ID()
getAD_UserDef_Field_ID in interface I_AD_UserDef_Field
public I_AD_UserDef_Tab getAD_UserDef_Tab()
throws Exception
getAD_UserDef_Tab in interface I_AD_UserDef_FieldExceptionpublic void setAD_UserDef_Tab_ID(int AD_UserDef_Tab_ID)
setAD_UserDef_Tab_ID in interface I_AD_UserDef_FieldAD_UserDef_Tab_ID - User defined Tabpublic int getAD_UserDef_Tab_ID()
getAD_UserDef_Tab_ID in interface I_AD_UserDef_Fieldpublic void setDefaultValue(String DefaultValue)
setDefaultValue in interface I_AD_UserDef_FieldDefaultValue - Default value hierarchy, separated by ;public String getDefaultValue()
getDefaultValue in interface I_AD_UserDef_Fieldpublic void setDescription(String Description)
setDescription in interface I_AD_UserDef_FieldDescription - Optional short description of the recordpublic String getDescription()
getDescription in interface I_AD_UserDef_Fieldpublic void setDisplayLength(int DisplayLength)
setDisplayLength in interface I_AD_UserDef_FieldDisplayLength - Length of the display in characterspublic int getDisplayLength()
getDisplayLength in interface I_AD_UserDef_Fieldpublic void setDisplayLogic(String DisplayLogic)
setDisplayLogic in interface I_AD_UserDef_FieldDisplayLogic - If the Field is displayed, the result determines if the field is actually displayedpublic String getDisplayLogic()
getDisplayLogic in interface I_AD_UserDef_Fieldpublic void setHelp(String Help)
setHelp in interface I_AD_UserDef_FieldHelp - Comment or Hintpublic String getHelp()
getHelp in interface I_AD_UserDef_Fieldpublic void setIsDisplayed(boolean IsDisplayed)
setIsDisplayed in interface I_AD_UserDef_FieldIsDisplayed - Determines, if this field is displayedpublic boolean isDisplayed()
isDisplayed in interface I_AD_UserDef_Fieldpublic void setIsReadOnly(boolean IsReadOnly)
setIsReadOnly in interface I_AD_UserDef_FieldIsReadOnly - Field is read onlypublic boolean isReadOnly()
isReadOnly in interface I_AD_UserDef_Fieldpublic void setIsSameLine(boolean IsSameLine)
setIsSameLine in interface I_AD_UserDef_FieldIsSameLine - Displayed on same line as previous fieldpublic boolean isSameLine()
isSameLine in interface I_AD_UserDef_Fieldpublic void setIsUpdateable(boolean IsUpdateable)
setIsUpdateable in interface I_AD_UserDef_FieldIsUpdateable - Determines, if the field can be updatedpublic boolean isUpdateable()
isUpdateable in interface I_AD_UserDef_Fieldpublic void setName(String Name)
setName in interface I_AD_UserDef_FieldName - Alphanumeric identifier of the entitypublic String getName()
getName in interface I_AD_UserDef_Fieldpublic KeyNamePair getKeyNamePair()
public void setSeqNo(int SeqNo)
setSeqNo in interface I_AD_UserDef_FieldSeqNo - Method of ordering records; lowest number comes firstpublic int getSeqNo()
getSeqNo in interface I_AD_UserDef_Fieldpublic void setSortNo(int SortNo)
setSortNo in interface I_AD_UserDef_FieldSortNo - Determines in what order the records are displayedpublic int getSortNo()
getSortNo in interface I_AD_UserDef_Field
|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||