|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.compiere.framework.PO
org.compiere.model.X_AD_ImpFormat_Row
public class X_AD_ImpFormat_Row
Generated Model for AD_ImpFormat_Row
| 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 java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final long updatedMS
public static final int Table_ID
public static final String Table_Name
protected static KeyNamePair Model
protected BigDecimal accessLevel
public static final int DATATYPE_AD_Reference_ID
public static final String DATATYPE_Constant
public static final String DATATYPE_Date
public static final String DATATYPE_Number
public static final String DATATYPE_String
| Constructor Detail |
|---|
public X_AD_ImpFormat_Row(Ctx ctx,
int AD_ImpFormat_Row_ID,
String trxName)
ctx - contextAD_ImpFormat_Row_ID - idtrxName - transaction
public X_AD_ImpFormat_Row(Ctx ctx,
ResultSet rs,
String trxName)
ctx - contextrs - result settrxName - transaction| Method Detail |
|---|
protected int get_AccessLevel()
get_AccessLevel in class POprotected POInfo initPO(Ctx ctx)
initPO in class POctx - context
public String toString()
toString in class POpublic void setAD_Column_ID(int AD_Column_ID)
AD_Column_ID - Column in the tablepublic int getAD_Column_ID()
public void setAD_ImpFormat_ID(int AD_ImpFormat_ID)
AD_ImpFormat_ID - Import Formatpublic int getAD_ImpFormat_ID()
public void setAD_ImpFormat_Row_ID(int AD_ImpFormat_Row_ID)
AD_ImpFormat_Row_ID - Format Fieldpublic int getAD_ImpFormat_Row_ID()
public void setCallout(String Callout)
Callout - External Callout Code - Fully qualified class names and method - separated by semicolonspublic String getCallout()
public void setConstantValue(String ConstantValue)
ConstantValue - Constant valuepublic String getConstantValue()
public void setDataFormat(String DataFormat)
DataFormat - Format String in Java Notation, e.g. ddMMyypublic String getDataFormat()
public boolean isDataTypeValid(String test)
test - testvalue
public void setDataType(String DataType)
DataType - Type of datapublic String getDataType()
public void setDecimalPoint(String DecimalPoint)
DecimalPoint - Decimal Point in the data file - if anypublic String getDecimalPoint()
public void setDivideBy100(boolean DivideBy100)
DivideBy100 - Divide number by 100 to get correct amountpublic boolean isDivideBy100()
public void setEndNo(int EndNo)
EndNo - End Nopublic int getEndNo()
public void setName(String Name)
Name - Alphanumeric identifier of the entitypublic String getName()
public KeyNamePair getKeyNamePair()
public void setScript(String Script)
Script - Dynamic Java Language Script to calculate resultpublic String getScript()
public void setSeqNo(int SeqNo)
SeqNo - Method of ordering elements;
lowest number comes firstpublic int getSeqNo()
public void setStartNo(int StartNo)
StartNo - Starting number/positionpublic int getStartNo()
|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||