|
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_Field
public class X_AD_Field
Generated Model for AD_Field
| Field Summary | |
|---|---|
static int |
AD_REFERENCE_ID_AD_Reference_ID
AD_Reference_ID AD_Reference_ID=1 |
static int |
AD_REFERENCE_VALUE_ID_AD_Reference_ID
AD_Reference_Value_ID AD_Reference_ID=4 |
static int |
ENTITYTYPE_AD_Reference_ID
EntityType AD_Reference_ID=389 |
static int |
ISMANDATORY_AD_Reference_ID
IsMandatory AD_Reference_ID=319 |
static String |
ISMANDATORY_No
No = N |
static String |
ISMANDATORY_Yes
Yes = Y |
static int |
OBSCURETYPE_AD_Reference_ID
ObscureType AD_Reference_ID=291 |
static String |
OBSCURETYPE_ObscureAlphaNumericButFirstLast4
Obscure AlphaNumeric but first/last 4 = A44 |
static String |
OBSCURETYPE_ObscureAlphaNumericButLast4
Obscure AlphaNumeric but last 4 = A04 |
static String |
OBSCURETYPE_ObscureDigitsButFirstLast4
Obscure Digits but first/last 4 = 944 |
static String |
OBSCURETYPE_ObscureDigitsButLast4
Obscure Digits but last 4 = 904 |
| 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_Field(Properties ctx,
int AD_Field_ID,
String trxName)
Standard Constructor |
|
X_AD_Field(Properties ctx,
ResultSet rs,
String trxName)
Load Constructor |
|
| Method Summary | |
|---|---|
protected int |
get_AccessLevel()
AccessLevel |
int |
getAD_Column_ID()
Get Column. |
I_AD_Column |
getAD_Column()
|
int |
getAD_Field_ID()
Get Field. |
int |
getAD_FieldGroup_ID()
Get Field Group. |
I_AD_FieldGroup |
getAD_FieldGroup()
|
int |
getAD_Reference_ID()
Get Reference. |
int |
getAD_Reference_Value_ID()
Get Reference Key. |
int |
getAD_Tab_ID()
Get Tab. |
I_AD_Tab |
getAD_Tab()
|
int |
getAD_Val_Rule_ID()
Get Dynamic Validation. |
I_AD_Val_Rule |
getAD_Val_Rule()
|
String |
getDefaultValue()
Get Default Logic. |
String |
getDescription()
Get Description. |
int |
getDisplayLength()
Get Display Length. |
String |
getDisplayLogic()
Get Display Logic. |
String |
getEntityType()
Get Entity Type. |
String |
getHelp()
Get Comment/Help. |
String |
getInfoFactoryClass()
Get Info Factory Class. |
String |
getIsMandatory()
Get Mandatory. |
KeyNamePair |
getKeyNamePair()
Get Record ID/ColumnName |
String |
getName()
Get Name. |
String |
getObscureType()
Get Obscure. |
int |
getSeqNo()
Get Sequence. |
BigDecimal |
getSortNo()
Get Record Sort No. |
protected POInfo |
initPO(Properties ctx)
Load Meta Data |
boolean |
isCentrallyMaintained()
Get Centrally maintained. |
boolean |
isDisplayed()
Get Displayed. |
boolean |
isEncrypted()
Get Encrypted. |
boolean |
isFieldOnly()
Get Field Only. |
boolean |
isHeading()
Get Heading only. |
boolean |
isReadOnly()
Get Read Only. |
boolean |
isSameLine()
Get Same Line. |
void |
setAD_Column_ID(int AD_Column_ID)
Set Column. |
void |
setAD_Field_ID(int AD_Field_ID)
Set Field. |
void |
setAD_FieldGroup_ID(int AD_FieldGroup_ID)
Set Field Group. |
void |
setAD_Reference_ID(int AD_Reference_ID)
Set Reference. |
void |
setAD_Reference_Value_ID(int AD_Reference_Value_ID)
Set Reference Key. |
void |
setAD_Tab_ID(int AD_Tab_ID)
Set Tab. |
void |
setAD_Val_Rule_ID(int AD_Val_Rule_ID)
Set Dynamic Validation. |
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 |
setEntityType(String EntityType)
Set Entity Type. |
void |
setHelp(String Help)
Set Comment/Help. |
void |
setInfoFactoryClass(String InfoFactoryClass)
Set Info Factory Class. |
void |
setIsCentrallyMaintained(boolean IsCentrallyMaintained)
Set Centrally maintained. |
void |
setIsDisplayed(boolean IsDisplayed)
Set Displayed. |
void |
setIsEncrypted(boolean IsEncrypted)
Set Encrypted. |
void |
setIsFieldOnly(boolean IsFieldOnly)
Set Field Only. |
void |
setIsHeading(boolean IsHeading)
Set Heading only. |
void |
setIsMandatory(String IsMandatory)
Set Mandatory. |
void |
setIsReadOnly(boolean IsReadOnly)
Set Read Only. |
void |
setIsSameLine(boolean IsSameLine)
Set Same Line. |
void |
setName(String Name)
Set Name. |
void |
setObscureType(String ObscureType)
Set Obscure. |
void |
setSeqNo(int SeqNo)
Set Sequence. |
void |
setSortNo(BigDecimal 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 |
| Field Detail |
|---|
public static final int AD_REFERENCE_ID_AD_Reference_ID
public static final int AD_REFERENCE_VALUE_ID_AD_Reference_ID
public static final int ENTITYTYPE_AD_Reference_ID
public static final int ISMANDATORY_AD_Reference_ID
public static final String ISMANDATORY_Yes
public static final String ISMANDATORY_No
public static final int OBSCURETYPE_AD_Reference_ID
public static final String OBSCURETYPE_ObscureDigitsButLast4
public static final String OBSCURETYPE_ObscureDigitsButFirstLast4
public static final String OBSCURETYPE_ObscureAlphaNumericButFirstLast4
public static final String OBSCURETYPE_ObscureAlphaNumericButLast4
| Constructor Detail |
|---|
public X_AD_Field(Properties ctx,
int AD_Field_ID,
String trxName)
public X_AD_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_Column getAD_Column()
throws Exception
getAD_Column in interface I_AD_FieldExceptionpublic void setAD_Column_ID(int AD_Column_ID)
setAD_Column_ID in interface I_AD_FieldAD_Column_ID - Column in the tablepublic int getAD_Column_ID()
getAD_Column_ID in interface I_AD_Field
public I_AD_FieldGroup getAD_FieldGroup()
throws Exception
getAD_FieldGroup in interface I_AD_FieldExceptionpublic void setAD_FieldGroup_ID(int AD_FieldGroup_ID)
setAD_FieldGroup_ID in interface I_AD_FieldAD_FieldGroup_ID - Logical grouping of fieldspublic int getAD_FieldGroup_ID()
getAD_FieldGroup_ID in interface I_AD_Fieldpublic void setAD_Field_ID(int AD_Field_ID)
setAD_Field_ID in interface I_AD_FieldAD_Field_ID - Field on a database tablepublic int getAD_Field_ID()
getAD_Field_ID in interface I_AD_Fieldpublic void setAD_Reference_ID(int AD_Reference_ID)
setAD_Reference_ID in interface I_AD_FieldAD_Reference_ID - System Reference and Validationpublic int getAD_Reference_ID()
getAD_Reference_ID in interface I_AD_Fieldpublic void setAD_Reference_Value_ID(int AD_Reference_Value_ID)
setAD_Reference_Value_ID in interface I_AD_FieldAD_Reference_Value_ID - Required to specify, if data type is Table or Listpublic int getAD_Reference_Value_ID()
getAD_Reference_Value_ID in interface I_AD_Field
public I_AD_Tab getAD_Tab()
throws Exception
getAD_Tab in interface I_AD_FieldExceptionpublic void setAD_Tab_ID(int AD_Tab_ID)
setAD_Tab_ID in interface I_AD_FieldAD_Tab_ID - Tab within a Windowpublic int getAD_Tab_ID()
getAD_Tab_ID in interface I_AD_Field
public I_AD_Val_Rule getAD_Val_Rule()
throws Exception
getAD_Val_Rule in interface I_AD_FieldExceptionpublic void setAD_Val_Rule_ID(int AD_Val_Rule_ID)
setAD_Val_Rule_ID in interface I_AD_FieldAD_Val_Rule_ID - Dynamic Validation Rulepublic int getAD_Val_Rule_ID()
getAD_Val_Rule_ID in interface I_AD_Fieldpublic void setDefaultValue(String DefaultValue)
setDefaultValue in interface I_AD_FieldDefaultValue - Default value hierarchy, separated by ;public String getDefaultValue()
getDefaultValue in interface I_AD_Fieldpublic void setDescription(String Description)
setDescription in interface I_AD_FieldDescription - Optional short description of the recordpublic String getDescription()
getDescription in interface I_AD_Fieldpublic void setDisplayLength(int DisplayLength)
setDisplayLength in interface I_AD_FieldDisplayLength - Length of the display in characterspublic int getDisplayLength()
getDisplayLength in interface I_AD_Fieldpublic void setDisplayLogic(String DisplayLogic)
setDisplayLogic in interface I_AD_FieldDisplayLogic - If the Field is displayed, the result determines if the field is actually displayedpublic String getDisplayLogic()
getDisplayLogic in interface I_AD_Fieldpublic void setEntityType(String EntityType)
setEntityType in interface I_AD_FieldEntityType - Dictionary Entity Type; Determines ownership and synchronizationpublic String getEntityType()
getEntityType in interface I_AD_Fieldpublic void setHelp(String Help)
setHelp in interface I_AD_FieldHelp - Comment or Hintpublic String getHelp()
getHelp in interface I_AD_Fieldpublic void setInfoFactoryClass(String InfoFactoryClass)
setInfoFactoryClass in interface I_AD_FieldInfoFactoryClass - Fully qualified class name that implements the InfoFactory interfacepublic String getInfoFactoryClass()
getInfoFactoryClass in interface I_AD_Fieldpublic void setIsCentrallyMaintained(boolean IsCentrallyMaintained)
setIsCentrallyMaintained in interface I_AD_FieldIsCentrallyMaintained - Information maintained in System Element tablepublic boolean isCentrallyMaintained()
isCentrallyMaintained in interface I_AD_Fieldpublic void setIsDisplayed(boolean IsDisplayed)
setIsDisplayed in interface I_AD_FieldIsDisplayed - Determines, if this field is displayedpublic boolean isDisplayed()
isDisplayed in interface I_AD_Fieldpublic void setIsEncrypted(boolean IsEncrypted)
setIsEncrypted in interface I_AD_FieldIsEncrypted - Display or Storage is encryptedpublic boolean isEncrypted()
isEncrypted in interface I_AD_Fieldpublic void setIsFieldOnly(boolean IsFieldOnly)
setIsFieldOnly in interface I_AD_FieldIsFieldOnly - Label is not displayedpublic boolean isFieldOnly()
isFieldOnly in interface I_AD_Fieldpublic void setIsHeading(boolean IsHeading)
setIsHeading in interface I_AD_FieldIsHeading - Field without Column - Only label is displayedpublic boolean isHeading()
isHeading in interface I_AD_Fieldpublic void setIsMandatory(String IsMandatory)
setIsMandatory in interface I_AD_FieldIsMandatory - Data entry is required in this columnpublic String getIsMandatory()
getIsMandatory in interface I_AD_Fieldpublic void setIsReadOnly(boolean IsReadOnly)
setIsReadOnly in interface I_AD_FieldIsReadOnly - Field is read onlypublic boolean isReadOnly()
isReadOnly in interface I_AD_Fieldpublic void setIsSameLine(boolean IsSameLine)
setIsSameLine in interface I_AD_FieldIsSameLine - Displayed on same line as previous fieldpublic boolean isSameLine()
isSameLine in interface I_AD_Fieldpublic void setName(String Name)
setName in interface I_AD_FieldName - Alphanumeric identifier of the entitypublic String getName()
getName in interface I_AD_Fieldpublic KeyNamePair getKeyNamePair()
public void setObscureType(String ObscureType)
setObscureType in interface I_AD_FieldObscureType - Type of obscuring the data (limiting the display)public String getObscureType()
getObscureType in interface I_AD_Fieldpublic void setSeqNo(int SeqNo)
setSeqNo in interface I_AD_FieldSeqNo - Method of ordering records; lowest number comes firstpublic int getSeqNo()
getSeqNo in interface I_AD_Fieldpublic void setSortNo(BigDecimal SortNo)
setSortNo in interface I_AD_FieldSortNo - Determines in what order the records are displayedpublic BigDecimal getSortNo()
getSortNo in interface I_AD_Field
|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||