Adempiere 3.5.2a

org.eevolution.model
Class X_EXP_FormatLine

java.lang.Object
  extended by org.compiere.model.PO
      extended by org.eevolution.model.X_EXP_FormatLine
All Implemented Interfaces:
Serializable, Comparator, I_Persistent, Evaluatee, I_EXP_FormatLine
Direct Known Subclasses:
MEXPFormatLine

public class X_EXP_FormatLine
extends PO
implements I_EXP_FormatLine, I_Persistent

Generated Model for EXP_FormatLine

Version:
Release 3.5.2a - $Id$
Author:
Adempiere (generated)
See Also:
Serialized Form

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
 
Fields inherited from interface org.eevolution.model.I_EXP_FormatLine
accessLevel, COLUMNNAME_AD_Column_ID, COLUMNNAME_AD_Reference_ID, COLUMNNAME_DateFormat, COLUMNNAME_Description, COLUMNNAME_EXP_EmbeddedFormat_ID, COLUMNNAME_EXP_Format_ID, COLUMNNAME_EXP_FormatLine_ID, COLUMNNAME_Help, COLUMNNAME_IsMandatory, COLUMNNAME_IsPartUniqueIndex, COLUMNNAME_Name, COLUMNNAME_Position, COLUMNNAME_Type, COLUMNNAME_Value, Model, Table_ID, Table_Name
 
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 org.compiere.model.PO
afterDelete, afterSave, beforeDelete, beforeSave, compare, copyValues, copyValues, createAttachment, delete_Accounting, delete_Tree, delete, delete, deleteEx, deleteEx, dump, dump, equals, get_ColumnCount, get_ColumnDescription, get_ColumnDisplayType, get_ColumnIndex, get_ColumnLabel, get_ColumnLookup, get_ColumnName, get_DisplayValue, get_HashMap, get_ID, get_IDOld, get_KeyColumns, get_Logger, get_Table_ID, get_TableName, get_Translation, get_TrxName, get_Value, get_Value, get_ValueAsInt, get_ValueAsString, get_ValueDifference, get_ValueDifference, get_ValueE, get_ValueOfColumn, get_ValueOld, get_ValueOld, get_ValueOldAsInt, get_WhereClause, get_xmlDocument, get_xmlString, getAD_Client_ID, getAD_Org_ID, getAllIDs, getAttachment, getAttachment, getAttachmentData, getCreated, getCreatedBy, getCtx, getDoc, getFindParameter, getPdfAttachment, getUpdated, getUpdatedBy, insert_Accounting, insert_Tree, insert_Tree, is_Changed, is_new, is_ValueChanged, is_ValueChanged, isActive, isAttachment, isColumnMandatory, isColumnUpdateable, isMandatoryOK, isPdfAttachment, isReplication, load, load, load, load, loadComplete, loadDefaults, loadSpecial, lock, save, save, saveEx, saveEx, saveNew_getID, saveNewSpecial, saveReplica, saveUpdate, set_ColumnUpdateable, set_CustomColumn, set_TrxName, set_TrxName, set_Value, set_Value, set_ValueE, set_ValueNoCheck, set_ValueNoCheckE, set_ValueOfColumn, set_ValueOfColumn, setAD_Client_ID, setAD_Org_ID, setClientOrg, setClientOrg, setDoc, setDocWorkflowMgr, setIsActive, setReplication, setStandardDefaults, setUpdateable, setUpdatedBy, unlock
 
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

AD_REFERENCE_ID_AD_Reference_ID

public static final int AD_REFERENCE_ID_AD_Reference_ID
AD_Reference_ID AD_Reference_ID=1

See Also:
Constant Field Values

EXP_EMBEDDEDFORMAT_ID_AD_Reference_ID

public static final int EXP_EMBEDDEDFORMAT_ID_AD_Reference_ID
EXP_EmbeddedFormat_ID AD_Reference_ID=53242

See Also:
Constant Field Values

TYPE_AD_Reference_ID

public static final int TYPE_AD_Reference_ID
Type AD_Reference_ID=53241

See Also:
Constant Field Values

TYPE_XMLElement

public static final String TYPE_XMLElement
XML Element = E

See Also:
Constant Field Values

TYPE_XMLAttribute

public static final String TYPE_XMLAttribute
XML Attribute = A

See Also:
Constant Field Values

TYPE_EmbeddedEXPFormat

public static final String TYPE_EmbeddedEXPFormat
Embedded EXP Format = M

See Also:
Constant Field Values

TYPE_ReferencedEXPFormat

public static final String TYPE_ReferencedEXPFormat
Referenced EXP Format = R

See Also:
Constant Field Values
Constructor Detail

X_EXP_FormatLine

public X_EXP_FormatLine(Properties ctx,
                        int EXP_FormatLine_ID,
                        String trxName)
Standard Constructor


X_EXP_FormatLine

public X_EXP_FormatLine(Properties ctx,
                        ResultSet rs,
                        String trxName)
Load Constructor

Method Detail

get_AccessLevel

protected int get_AccessLevel()
AccessLevel

Specified by:
get_AccessLevel in class PO
Returns:
6 - System - Client

initPO

protected POInfo initPO(Properties ctx)
Load Meta Data

Specified by:
initPO in class PO
Parameters:
ctx - context
Returns:
POInfo

toString

public String toString()
Description copied from class: PO
String representation

Overrides:
toString in class PO
Returns:
String representation

getAD_Column

public I_AD_Column getAD_Column()
                         throws Exception
Specified by:
getAD_Column in interface I_EXP_FormatLine
Throws:
Exception

setAD_Column_ID

public void setAD_Column_ID(int AD_Column_ID)
Set Column.

Specified by:
setAD_Column_ID in interface I_EXP_FormatLine
Parameters:
AD_Column_ID - Column in the table

getAD_Column_ID

public int getAD_Column_ID()
Get Column.

Specified by:
getAD_Column_ID in interface I_EXP_FormatLine
Returns:
Column in the table

setAD_Reference_ID

public void setAD_Reference_ID(int AD_Reference_ID)
Set Reference.

Specified by:
setAD_Reference_ID in interface I_EXP_FormatLine
Parameters:
AD_Reference_ID - System Reference and Validation

getAD_Reference_ID

public int getAD_Reference_ID()
Get Reference.

Specified by:
getAD_Reference_ID in interface I_EXP_FormatLine
Returns:
System Reference and Validation

setDateFormat

public void setDateFormat(String DateFormat)
Set Date Format.

Specified by:
setDateFormat in interface I_EXP_FormatLine
Parameters:
DateFormat - Date format used in the imput format

getDateFormat

public String getDateFormat()
Get Date Format.

Specified by:
getDateFormat in interface I_EXP_FormatLine
Returns:
Date format used in the imput format

setDescription

public void setDescription(String Description)
Set Description.

Specified by:
setDescription in interface I_EXP_FormatLine
Parameters:
Description - Optional short description of the record

getDescription

public String getDescription()
Get Description.

Specified by:
getDescription in interface I_EXP_FormatLine
Returns:
Optional short description of the record

setEXP_EmbeddedFormat_ID

public void setEXP_EmbeddedFormat_ID(int EXP_EmbeddedFormat_ID)
Set EXP_EmbeddedFormat_ID.

Specified by:
setEXP_EmbeddedFormat_ID in interface I_EXP_FormatLine
Parameters:
EXP_EmbeddedFormat_ID - EXP_EmbeddedFormat_ID

getEXP_EmbeddedFormat_ID

public int getEXP_EmbeddedFormat_ID()
Get EXP_EmbeddedFormat_ID.

Specified by:
getEXP_EmbeddedFormat_ID in interface I_EXP_FormatLine
Returns:
EXP_EmbeddedFormat_ID

getEXP_Format

public I_EXP_Format getEXP_Format()
                           throws Exception
Specified by:
getEXP_Format in interface I_EXP_FormatLine
Throws:
Exception

setEXP_Format_ID

public void setEXP_Format_ID(int EXP_Format_ID)
Set Export Format ID.

Specified by:
setEXP_Format_ID in interface I_EXP_FormatLine
Parameters:
EXP_Format_ID - Export Format ID

getEXP_Format_ID

public int getEXP_Format_ID()
Get Export Format ID.

Specified by:
getEXP_Format_ID in interface I_EXP_FormatLine
Returns:
Export Format ID

setEXP_FormatLine_ID

public void setEXP_FormatLine_ID(int EXP_FormatLine_ID)
Set EXP_FormatLine_ID.

Specified by:
setEXP_FormatLine_ID in interface I_EXP_FormatLine
Parameters:
EXP_FormatLine_ID - EXP_FormatLine_ID

getEXP_FormatLine_ID

public int getEXP_FormatLine_ID()
Get EXP_FormatLine_ID.

Specified by:
getEXP_FormatLine_ID in interface I_EXP_FormatLine
Returns:
EXP_FormatLine_ID

setHelp

public void setHelp(String Help)
Set Comment/Help.

Specified by:
setHelp in interface I_EXP_FormatLine
Parameters:
Help - Comment or Hint

getHelp

public String getHelp()
Get Comment/Help.

Specified by:
getHelp in interface I_EXP_FormatLine
Returns:
Comment or Hint

setIsMandatory

public void setIsMandatory(boolean IsMandatory)
Set Mandatory.

Specified by:
setIsMandatory in interface I_EXP_FormatLine
Parameters:
IsMandatory - Data entry is required in this column

isMandatory

public boolean isMandatory()
Get Mandatory.

Specified by:
isMandatory in interface I_EXP_FormatLine
Returns:
Data entry is required in this column

setIsPartUniqueIndex

public void setIsPartUniqueIndex(boolean IsPartUniqueIndex)
Set IsPartUniqueIndex.

Specified by:
setIsPartUniqueIndex in interface I_EXP_FormatLine
Parameters:
IsPartUniqueIndex - IsPartUniqueIndex

isPartUniqueIndex

public boolean isPartUniqueIndex()
Get IsPartUniqueIndex.

Specified by:
isPartUniqueIndex in interface I_EXP_FormatLine
Returns:
IsPartUniqueIndex

setName

public void setName(String Name)
Set Name.

Specified by:
setName in interface I_EXP_FormatLine
Parameters:
Name - Alphanumeric identifier of the entity

getName

public String getName()
Get Name.

Specified by:
getName in interface I_EXP_FormatLine
Returns:
Alphanumeric identifier of the entity

setPosition

public void setPosition(int Position)
Set Position.

Specified by:
setPosition in interface I_EXP_FormatLine
Parameters:
Position - Position

getPosition

public int getPosition()
Get Position.

Specified by:
getPosition in interface I_EXP_FormatLine
Returns:
Position

setType

public void setType(String Type)
Set Type.

Specified by:
setType in interface I_EXP_FormatLine
Parameters:
Type - Type of Validation (SQL, Java Script, Java Language)

getType

public String getType()
Get Type.

Specified by:
getType in interface I_EXP_FormatLine
Returns:
Type of Validation (SQL, Java Script, Java Language)

setValue

public void setValue(String Value)
Set Search Key.

Specified by:
setValue in interface I_EXP_FormatLine
Parameters:
Value - Search key for the record in the format required - must be unique

getValue

public String getValue()
Get Search Key.

Specified by:
getValue in interface I_EXP_FormatLine
Returns:
Search key for the record in the format required - must be unique

Adempiere 3.5.2a

Adempiere® is a registered trademark of ADempiere Business Inc. ©2004-2008 HumanFlash.com All rights reserved.