Compiere 3.1

org.compiere.model
Class X_AD_ImpFormat_Row

java.lang.Object
  extended by org.compiere.framework.PO
      extended by org.compiere.model.X_AD_ImpFormat_Row
All Implemented Interfaces:
Serializable, Cloneable, Comparator<PO>, Evaluatee
Direct Known Subclasses:
MImpFormatRow

public class X_AD_ImpFormat_Row
extends PO

Generated Model for AD_ImpFormat_Row

Version:
Release 3.1.0 - $Id$
Author:
Jorg Janke (generated)
See Also:
Serialized Form

Field Summary
protected  BigDecimal accessLevel
           
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
protected static KeyNamePair Model
           
static int Table_ID
          AD_Table_ID=382
static String Table_Name
          TableName=AD_ImpFormat_Row
static long updatedMS
          Last Updated Timestamp 2008-06-10 15:12:06.0
 
Fields inherited from class org.compiere.framework.PO
ACCESSLEVEL_ALL, ACCESSLEVEL_CLIENT, ACCESSLEVEL_CLIENTORG, ACCESSLEVEL_ORG, ACCESSLEVEL_SYSTEM, ACCESSLEVEL_SYSTEMCLIENT, ENTITYTYPE_Dictionary, ENTITYTYPE_UserMaintained, I_ZERO, log, p_changeVO, p_info, XML_ATTRIBUTE_AD_Table_ID, XML_ATTRIBUTE_Record_ID
 
Constructor Summary
X_AD_ImpFormat_Row(Ctx ctx, int AD_ImpFormat_Row_ID, String trxName)
          Standard Constructor
X_AD_ImpFormat_Row(Ctx ctx, ResultSet rs, String trxName)
          Load Constructor
 
Method Summary
protected  int get_AccessLevel()
          AccessLevel
 int getAD_Column_ID()
          Get Column.
 int getAD_ImpFormat_ID()
          Get Import Format.
 int getAD_ImpFormat_Row_ID()
          Get Format Field.
 String getCallout()
          Get Callout Code.
 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(Ctx ctx)
          Load Meta Data
 boolean isDataTypeValid(String test)
          Is test a valid value.
 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 Code.
 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()
          Info
 
Methods inherited from class org.compiere.framework.PO
addAttachment, addAttachment, addError, afterDelete, afterSave, beforeDelete, beforeSave, compare, convertToBigDecimal, convertToBoolean, convertToInt, convertToTimestamp, copy, copyValues, copyValues, createAttachment, delete_Accounting, delete, delete, dump, dump, equals, get_ChangeVO, get_ColumnCount, get_ColumnDescription, get_ColumnDisplayType, get_ColumnIndex, get_ColumnLabel, get_ColumnLookup, get_ColumnName, get_DisplayValue, get_EntityType, get_HashMap, get_ID, get_IDOld, get_Info, get_KeyColumns, get_Logger, get_Table_ID, get_Table_ID, get_TableName, get_Translation, get_TrxName, get_Value, get_Value, get_ValueAsInt, get_ValueAsInt, get_ValueAsString, get_ValueDifference, get_ValueDifference, get_ValueOfColumn, get_ValueOld, get_ValueOld, get_ValueOldAsInt, get_ValuesAsString, get_WhereClause, get_xmlDocument, get_xmlString, get_xmlString, getAD_Client_ID, getAD_Org_ID, getAllIDs, getAttachment, getAttachment, getAttachmentData, getCreated, getCreatedBy, getCtx, getFindParameter, getPdfAttachment, getUpdated, getUpdatedBy, getVO, hashCode, insert_Accounting, is_Changed, is_KeyColumn, is_new, is_ValueChanged, is_ValueChanged, isActive, isAttachment, isColumnMandatory, isColumnUpdateable, isMandatoryOK, isPdfAttachment, load, load, load, load, loadComplete, loadDefaults, loadSpecial, lock, save, save, saveNew_getID, saveNewInsertSQL, saveNewSpecial, saveUpdate, set_ChangeVO, set_ColumnUpdateable, set_CustomColumn, set_TrxName, set_Value, set_Value, set_ValueE, set_ValueNoCheck, set_ValueNoCheckE, set_ValueOfColumn, set_ValueString, setAD_Client_ID, setAD_Org_ID, setClientOrg, setClientOrg, setContext, setCtx, setDocWorkflowMgr, setIsActive, setStandardDefaults, setUpdateable, setUpdatedBy, toStringX, unlock, update
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

updatedMS

public static final long updatedMS
Last Updated Timestamp 2008-06-10 15:12:06.0

See Also:
Constant Field Values

Table_ID

public static final int Table_ID
AD_Table_ID=382

See Also:
Constant Field Values

Table_Name

public static final String Table_Name
TableName=AD_ImpFormat_Row

See Also:
Constant Field Values

Model

protected static KeyNamePair Model

accessLevel

protected BigDecimal accessLevel

DATATYPE_AD_Reference_ID

public static final int DATATYPE_AD_Reference_ID
DataType AD_Reference_ID=210

See Also:
Constant Field Values

DATATYPE_Constant

public static final String DATATYPE_Constant
Constant = C

See Also:
Constant Field Values

DATATYPE_Date

public static final String DATATYPE_Date
Date = D

See Also:
Constant Field Values

DATATYPE_Number

public static final String DATATYPE_Number
Number = N

See Also:
Constant Field Values

DATATYPE_String

public static final String DATATYPE_String
String = S

See Also:
Constant Field Values
Constructor Detail

X_AD_ImpFormat_Row

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

Parameters:
ctx - context
AD_ImpFormat_Row_ID - id
trxName - transaction

X_AD_ImpFormat_Row

public X_AD_ImpFormat_Row(Ctx ctx,
                          ResultSet rs,
                          String trxName)
Load Constructor

Parameters:
ctx - context
rs - result set
trxName - transaction
Method Detail

get_AccessLevel

protected int get_AccessLevel()
AccessLevel

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

initPO

protected POInfo initPO(Ctx ctx)
Load Meta Data

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

toString

public String toString()
Info

Overrides:
toString in class PO
Returns:
info

setAD_Column_ID

public void setAD_Column_ID(int AD_Column_ID)
Set Column.

Parameters:
AD_Column_ID - Column in the table

getAD_Column_ID

public int getAD_Column_ID()
Get Column.

Returns:
Column in the table

setAD_ImpFormat_ID

public void setAD_ImpFormat_ID(int AD_ImpFormat_ID)
Set Import Format.

Parameters:
AD_ImpFormat_ID - Import Format

getAD_ImpFormat_ID

public int getAD_ImpFormat_ID()
Get Import Format.

Returns:
Import Format

setAD_ImpFormat_Row_ID

public void setAD_ImpFormat_Row_ID(int AD_ImpFormat_Row_ID)
Set Format Field.

Parameters:
AD_ImpFormat_Row_ID - Format Field

getAD_ImpFormat_Row_ID

public int getAD_ImpFormat_Row_ID()
Get Format Field.

Returns:
Format Field

setCallout

public void setCallout(String Callout)
Set Callout Code.

Parameters:
Callout - External Callout Code - Fully qualified class names and method - separated by semicolons

getCallout

public String getCallout()
Get Callout Code.

Returns:
External Callout Code - Fully qualified class names and method - separated by semicolons

setConstantValue

public void setConstantValue(String ConstantValue)
Set Constant Value.

Parameters:
ConstantValue - Constant value

getConstantValue

public String getConstantValue()
Get Constant Value.

Returns:
Constant value

setDataFormat

public void setDataFormat(String DataFormat)
Set Data Format.

Parameters:
DataFormat - Format String in Java Notation, e.g. ddMMyy

getDataFormat

public String getDataFormat()
Get Data Format.

Returns:
Format String in Java Notation, e.g. ddMMyy

isDataTypeValid

public boolean isDataTypeValid(String test)
Is test a valid value.

Parameters:
test - testvalue
Returns:
true if valid

setDataType

public void setDataType(String DataType)
Set Data Type.

Parameters:
DataType - Type of data

getDataType

public String getDataType()
Get Data Type.

Returns:
Type of data

setDecimalPoint

public void setDecimalPoint(String DecimalPoint)
Set Decimal Point.

Parameters:
DecimalPoint - Decimal Point in the data file - if any

getDecimalPoint

public String getDecimalPoint()
Get Decimal Point.

Returns:
Decimal Point in the data file - if any

setDivideBy100

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

Parameters:
DivideBy100 - Divide number by 100 to get correct amount

isDivideBy100

public boolean isDivideBy100()
Get Divide by 100.

Returns:
Divide number by 100 to get correct amount

setEndNo

public void setEndNo(int EndNo)
Set End No.

Parameters:
EndNo - End No

getEndNo

public int getEndNo()
Get End No.

Returns:
End No

setName

public void setName(String Name)
Set Name.

Parameters:
Name - Alphanumeric identifier of the entity

getName

public String getName()
Get Name.

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.

Parameters:
Script - Dynamic Java Language Script to calculate result

getScript

public String getScript()
Get Script.

Returns:
Dynamic Java Language Script to calculate result

setSeqNo

public void setSeqNo(int SeqNo)
Set Sequence.

Parameters:
SeqNo - Method of ordering elements; lowest number comes first

getSeqNo

public int getSeqNo()
Get Sequence.

Returns:
Method of ordering elements; lowest number comes first

setStartNo

public void setStartNo(int StartNo)
Set Start No.

Parameters:
StartNo - Starting number/position

getStartNo

public int getStartNo()
Get Start No.

Returns:
Starting number/position

Compiere 3.1

Compiere® is a registered trademark of ComPiere, Inc. ©2004-2008 HumanFlash.com All rights reserved.