|
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.eevolution.model.X_EXP_FormatLine
public class X_EXP_FormatLine
Generated Model for EXP_FormatLine
| Field Summary | |
|---|---|
static int |
AD_REFERENCE_ID_AD_Reference_ID
AD_Reference_ID AD_Reference_ID=1 |
static int |
EXP_EMBEDDEDFORMAT_ID_AD_Reference_ID
EXP_EmbeddedFormat_ID AD_Reference_ID=53242 |
static int |
TYPE_AD_Reference_ID
Type AD_Reference_ID=53241 |
static String |
TYPE_EmbeddedEXPFormat
Embedded EXP Format = M |
static String |
TYPE_ReferencedEXPFormat
Referenced EXP Format = R |
static String |
TYPE_XMLAttribute
XML Attribute = A |
static String |
TYPE_XMLElement
XML Element = E |
| 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_EXP_FormatLine(Properties ctx,
int EXP_FormatLine_ID,
String trxName)
Standard Constructor |
|
X_EXP_FormatLine(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_Reference_ID()
Get Reference. |
String |
getDateFormat()
Get Date Format. |
String |
getDescription()
Get Description. |
int |
getEXP_EmbeddedFormat_ID()
Get EXP_EmbeddedFormat_ID. |
int |
getEXP_Format_ID()
Get Export Format ID. |
I_EXP_Format |
getEXP_Format()
|
int |
getEXP_FormatLine_ID()
Get EXP_FormatLine_ID. |
String |
getHelp()
Get Comment/Help. |
String |
getName()
Get Name. |
int |
getPosition()
Get Position. |
String |
getType()
Get Type. |
String |
getValue()
Get Search Key. |
protected POInfo |
initPO(Properties ctx)
Load Meta Data |
boolean |
isMandatory()
Get Mandatory. |
boolean |
isPartUniqueIndex()
Get IsPartUniqueIndex. |
void |
setAD_Column_ID(int AD_Column_ID)
Set Column. |
void |
setAD_Reference_ID(int AD_Reference_ID)
Set Reference. |
void |
setDateFormat(String DateFormat)
Set Date Format. |
void |
setDescription(String Description)
Set Description. |
void |
setEXP_EmbeddedFormat_ID(int EXP_EmbeddedFormat_ID)
Set EXP_EmbeddedFormat_ID. |
void |
setEXP_Format_ID(int EXP_Format_ID)
Set Export Format ID. |
void |
setEXP_FormatLine_ID(int EXP_FormatLine_ID)
Set EXP_FormatLine_ID. |
void |
setHelp(String Help)
Set Comment/Help. |
void |
setIsMandatory(boolean IsMandatory)
Set Mandatory. |
void |
setIsPartUniqueIndex(boolean IsPartUniqueIndex)
Set IsPartUniqueIndex. |
void |
setName(String Name)
Set Name. |
void |
setPosition(int Position)
Set Position. |
void |
setType(String Type)
Set Type. |
void |
setValue(String Value)
Set Search Key. |
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 EXP_EMBEDDEDFORMAT_ID_AD_Reference_ID
public static final int TYPE_AD_Reference_ID
public static final String TYPE_XMLElement
public static final String TYPE_XMLAttribute
public static final String TYPE_EmbeddedEXPFormat
public static final String TYPE_ReferencedEXPFormat
| Constructor Detail |
|---|
public X_EXP_FormatLine(Properties ctx,
int EXP_FormatLine_ID,
String trxName)
public X_EXP_FormatLine(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_EXP_FormatLineExceptionpublic void setAD_Column_ID(int AD_Column_ID)
setAD_Column_ID in interface I_EXP_FormatLineAD_Column_ID - Column in the tablepublic int getAD_Column_ID()
getAD_Column_ID in interface I_EXP_FormatLinepublic void setAD_Reference_ID(int AD_Reference_ID)
setAD_Reference_ID in interface I_EXP_FormatLineAD_Reference_ID - System Reference and Validationpublic int getAD_Reference_ID()
getAD_Reference_ID in interface I_EXP_FormatLinepublic void setDateFormat(String DateFormat)
setDateFormat in interface I_EXP_FormatLineDateFormat - Date format used in the imput formatpublic String getDateFormat()
getDateFormat in interface I_EXP_FormatLinepublic void setDescription(String Description)
setDescription in interface I_EXP_FormatLineDescription - Optional short description of the recordpublic String getDescription()
getDescription in interface I_EXP_FormatLinepublic void setEXP_EmbeddedFormat_ID(int EXP_EmbeddedFormat_ID)
setEXP_EmbeddedFormat_ID in interface I_EXP_FormatLineEXP_EmbeddedFormat_ID - EXP_EmbeddedFormat_IDpublic int getEXP_EmbeddedFormat_ID()
getEXP_EmbeddedFormat_ID in interface I_EXP_FormatLine
public I_EXP_Format getEXP_Format()
throws Exception
getEXP_Format in interface I_EXP_FormatLineExceptionpublic void setEXP_Format_ID(int EXP_Format_ID)
setEXP_Format_ID in interface I_EXP_FormatLineEXP_Format_ID - Export Format IDpublic int getEXP_Format_ID()
getEXP_Format_ID in interface I_EXP_FormatLinepublic void setEXP_FormatLine_ID(int EXP_FormatLine_ID)
setEXP_FormatLine_ID in interface I_EXP_FormatLineEXP_FormatLine_ID - EXP_FormatLine_IDpublic int getEXP_FormatLine_ID()
getEXP_FormatLine_ID in interface I_EXP_FormatLinepublic void setHelp(String Help)
setHelp in interface I_EXP_FormatLineHelp - Comment or Hintpublic String getHelp()
getHelp in interface I_EXP_FormatLinepublic void setIsMandatory(boolean IsMandatory)
setIsMandatory in interface I_EXP_FormatLineIsMandatory - Data entry is required in this columnpublic boolean isMandatory()
isMandatory in interface I_EXP_FormatLinepublic void setIsPartUniqueIndex(boolean IsPartUniqueIndex)
setIsPartUniqueIndex in interface I_EXP_FormatLineIsPartUniqueIndex - IsPartUniqueIndexpublic boolean isPartUniqueIndex()
isPartUniqueIndex in interface I_EXP_FormatLinepublic void setName(String Name)
setName in interface I_EXP_FormatLineName - Alphanumeric identifier of the entitypublic String getName()
getName in interface I_EXP_FormatLinepublic void setPosition(int Position)
setPosition in interface I_EXP_FormatLinePosition - Positionpublic int getPosition()
getPosition in interface I_EXP_FormatLinepublic void setType(String Type)
setType in interface I_EXP_FormatLineType - Type of Validation (SQL, Java Script, Java Language)public String getType()
getType in interface I_EXP_FormatLinepublic void setValue(String Value)
setValue in interface I_EXP_FormatLineValue - Search key for the record in the format required - must be uniquepublic String getValue()
getValue in interface I_EXP_FormatLine
|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||