Adempiere 3.5.2a

org.compiere.model
Class X_AD_ImpFormat_Row

java.lang.Object
  extended by org.compiere.model.PO
      extended by org.compiere.model.X_AD_ImpFormat_Row
All Implemented Interfaces:
Serializable, Comparator, I_AD_ImpFormat_Row, I_Persistent, Evaluatee
Direct Known Subclasses:
MImpFormatRow

public class X_AD_ImpFormat_Row
extends PO
implements I_AD_ImpFormat_Row, I_Persistent

Generated Model for AD_ImpFormat_Row

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

Field Summary
static int DATATYPE_AD_Reference_ID
          DataType AD_Reference_ID=210
static String DATATYPE_Constant
          Constant = C
static String DATATYPE_Date
          Date = D
static String DATATYPE_Number
          Number = N
static String DATATYPE_String
          String = S
 
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.compiere.model.I_AD_ImpFormat_Row
accessLevel, COLUMNNAME_AD_Column_ID, COLUMNNAME_AD_ImpFormat_ID, COLUMNNAME_AD_ImpFormat_Row_ID, COLUMNNAME_Callout, COLUMNNAME_ConstantValue, COLUMNNAME_DataFormat, COLUMNNAME_DataType, COLUMNNAME_DecimalPoint, COLUMNNAME_DivideBy100, COLUMNNAME_EndNo, COLUMNNAME_Name, COLUMNNAME_Script, COLUMNNAME_SeqNo, COLUMNNAME_StartNo, Model, Table_ID, Table_Name
 
Constructor Summary
X_AD_ImpFormat_Row(Properties ctx, int AD_ImpFormat_Row_ID, String trxName)
          Standard Constructor
X_AD_ImpFormat_Row(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_ImpFormat_ID()
          Get Import Format.
 int getAD_ImpFormat_Row_ID()
          Get Format Field.
 I_AD_ImpFormat getAD_ImpFormat()
           
 String getCallout()
          Get Callout.
 String getConstantValue()
          Get Constant Value.
 String getDataFormat()
          Get Data Format.
 String getDataType()
          Get Data Type.
 String getDecimalPoint()
          Get Decimal Point.
 int getEndNo()
          Get End No.
 KeyNamePair getKeyNamePair()
          Get Record ID/ColumnName
 String getName()
          Get Name.
 String getScript()
          Get Script.
 int getSeqNo()
          Get Sequence.
 int getStartNo()
          Get Start No.
protected  POInfo initPO(Properties ctx)
          Load Meta Data
 boolean isDivideBy100()
          Get Divide by 100.
 void setAD_Column_ID(int AD_Column_ID)
          Set Column.
 void setAD_ImpFormat_ID(int AD_ImpFormat_ID)
          Set Import Format.
 void setAD_ImpFormat_Row_ID(int AD_ImpFormat_Row_ID)
          Set Format Field.
 void setCallout(String Callout)
          Set Callout.
 void setConstantValue(String ConstantValue)
          Set Constant Value.
 void setDataFormat(String DataFormat)
          Set Data Format.
 void setDataType(String DataType)
          Set Data Type.
 void setDecimalPoint(String DecimalPoint)
          Set Decimal Point.
 void setDivideBy100(boolean DivideBy100)
          Set Divide by 100.
 void setEndNo(int EndNo)
          Set End No.
 void setName(String Name)
          Set Name.
 void setScript(String Script)
          Set Script.
 void setSeqNo(int SeqNo)
          Set Sequence.
 void setStartNo(int StartNo)
          Set Start No.
 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

DATATYPE_AD_Reference_ID

public static final int DATATYPE_AD_Reference_ID
DataType AD_Reference_ID=210

See Also:
Constant Field Values

DATATYPE_String

public static final String DATATYPE_String
String = S

See Also:
Constant Field Values

DATATYPE_Number

public static final String DATATYPE_Number
Number = N

See Also:
Constant Field Values

DATATYPE_Date

public static final String DATATYPE_Date
Date = D

See Also:
Constant Field Values

DATATYPE_Constant

public static final String DATATYPE_Constant
Constant = C

See Also:
Constant Field Values
Constructor Detail

X_AD_ImpFormat_Row

public X_AD_ImpFormat_Row(Properties ctx,
                          int AD_ImpFormat_Row_ID,
                          String trxName)
Standard Constructor


X_AD_ImpFormat_Row

public X_AD_ImpFormat_Row(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_AD_ImpFormat_Row
Throws:
Exception

setAD_Column_ID

public void setAD_Column_ID(int AD_Column_ID)
Set Column.

Specified by:
setAD_Column_ID in interface I_AD_ImpFormat_Row
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_AD_ImpFormat_Row
Returns:
Column in the table

getAD_ImpFormat

public I_AD_ImpFormat getAD_ImpFormat()
                               throws Exception
Specified by:
getAD_ImpFormat in interface I_AD_ImpFormat_Row
Throws:
Exception

setAD_ImpFormat_ID

public void setAD_ImpFormat_ID(int AD_ImpFormat_ID)
Set Import Format.

Specified by:
setAD_ImpFormat_ID in interface I_AD_ImpFormat_Row
Parameters:
AD_ImpFormat_ID - Import Format

getAD_ImpFormat_ID

public int getAD_ImpFormat_ID()
Get Import Format.

Specified by:
getAD_ImpFormat_ID in interface I_AD_ImpFormat_Row
Returns:
Import Format

setAD_ImpFormat_Row_ID

public void setAD_ImpFormat_Row_ID(int AD_ImpFormat_Row_ID)
Set Format Field.

Specified by:
setAD_ImpFormat_Row_ID in interface I_AD_ImpFormat_Row
Parameters:
AD_ImpFormat_Row_ID - Format Field

getAD_ImpFormat_Row_ID

public int getAD_ImpFormat_Row_ID()
Get Format Field.

Specified by:
getAD_ImpFormat_Row_ID in interface I_AD_ImpFormat_Row
Returns:
Format Field

setCallout

public void setCallout(String Callout)
Set Callout.

Specified by:
setCallout in interface I_AD_ImpFormat_Row
Parameters:
Callout - Fully qualified class names and method - separated by semicolons

getCallout

public String getCallout()
Get Callout.

Specified by:
getCallout in interface I_AD_ImpFormat_Row
Returns:
Fully qualified class names and method - separated by semicolons

setConstantValue

public void setConstantValue(String ConstantValue)
Set Constant Value.

Specified by:
setConstantValue in interface I_AD_ImpFormat_Row
Parameters:
ConstantValue - Constant value

getConstantValue

public String getConstantValue()
Get Constant Value.

Specified by:
getConstantValue in interface I_AD_ImpFormat_Row
Returns:
Constant value

setDataFormat

public void setDataFormat(String DataFormat)
Set Data Format.

Specified by:
setDataFormat in interface I_AD_ImpFormat_Row
Parameters:
DataFormat - Format String in Java Notation, e.g. ddMMyy

getDataFormat

public String getDataFormat()
Get Data Format.

Specified by:
getDataFormat in interface I_AD_ImpFormat_Row
Returns:
Format String in Java Notation, e.g. ddMMyy

setDataType

public void setDataType(String DataType)
Set Data Type.

Specified by:
setDataType in interface I_AD_ImpFormat_Row
Parameters:
DataType - Type of data

getDataType

public String getDataType()
Get Data Type.

Specified by:
getDataType in interface I_AD_ImpFormat_Row
Returns:
Type of data

setDecimalPoint

public void setDecimalPoint(String DecimalPoint)
Set Decimal Point.

Specified by:
setDecimalPoint in interface I_AD_ImpFormat_Row
Parameters:
DecimalPoint - Decimal Point in the data file - if any

getDecimalPoint

public String getDecimalPoint()
Get Decimal Point.

Specified by:
getDecimalPoint in interface I_AD_ImpFormat_Row
Returns:
Decimal Point in the data file - if any

setDivideBy100

public void setDivideBy100(boolean DivideBy100)
Set Divide by 100.

Specified by:
setDivideBy100 in interface I_AD_ImpFormat_Row
Parameters:
DivideBy100 - Divide number by 100 to get correct amount

isDivideBy100

public boolean isDivideBy100()
Get Divide by 100.

Specified by:
isDivideBy100 in interface I_AD_ImpFormat_Row
Returns:
Divide number by 100 to get correct amount

setEndNo

public void setEndNo(int EndNo)
Set End No.

Specified by:
setEndNo in interface I_AD_ImpFormat_Row
Parameters:
EndNo - End No

getEndNo

public int getEndNo()
Get End No.

Specified by:
getEndNo in interface I_AD_ImpFormat_Row
Returns:
End No

setName

public void setName(String Name)
Set Name.

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

getName

public String getName()
Get Name.

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

getKeyNamePair

public KeyNamePair getKeyNamePair()
Get Record ID/ColumnName

Returns:
ID/ColumnName pair

setScript

public void setScript(String Script)
Set Script.

Specified by:
setScript in interface I_AD_ImpFormat_Row
Parameters:
Script - Dynamic Java Language Script to calculate result

getScript

public String getScript()
Get Script.

Specified by:
getScript in interface I_AD_ImpFormat_Row
Returns:
Dynamic Java Language Script to calculate result

setSeqNo

public void setSeqNo(int SeqNo)
Set Sequence.

Specified by:
setSeqNo in interface I_AD_ImpFormat_Row
Parameters:
SeqNo - Method of ordering records; lowest number comes first

getSeqNo

public int getSeqNo()
Get Sequence.

Specified by:
getSeqNo in interface I_AD_ImpFormat_Row
Returns:
Method of ordering records; lowest number comes first

setStartNo

public void setStartNo(int StartNo)
Set Start No.

Specified by:
setStartNo in interface I_AD_ImpFormat_Row
Parameters:
StartNo - Starting number/position

getStartNo

public int getStartNo()
Get Start No.

Specified by:
getStartNo in interface I_AD_ImpFormat_Row
Returns:
Starting number/position

Adempiere 3.5.2a

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