|
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.compiere.model.X_AD_ImpFormat_Row
public class X_AD_ImpFormat_Row
Generated Model for AD_ImpFormat_Row
| 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 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 DATATYPE_AD_Reference_ID
public static final String DATATYPE_String
public static final String DATATYPE_Number
public static final String DATATYPE_Date
public static final String DATATYPE_Constant
| Constructor Detail |
|---|
public X_AD_ImpFormat_Row(Properties ctx,
int AD_ImpFormat_Row_ID,
String trxName)
public X_AD_ImpFormat_Row(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_AD_ImpFormat_RowExceptionpublic void setAD_Column_ID(int AD_Column_ID)
setAD_Column_ID in interface I_AD_ImpFormat_RowAD_Column_ID - Column in the tablepublic int getAD_Column_ID()
getAD_Column_ID in interface I_AD_ImpFormat_Row
public I_AD_ImpFormat getAD_ImpFormat()
throws Exception
getAD_ImpFormat in interface I_AD_ImpFormat_RowExceptionpublic void setAD_ImpFormat_ID(int AD_ImpFormat_ID)
setAD_ImpFormat_ID in interface I_AD_ImpFormat_RowAD_ImpFormat_ID - Import Formatpublic int getAD_ImpFormat_ID()
getAD_ImpFormat_ID in interface I_AD_ImpFormat_Rowpublic void setAD_ImpFormat_Row_ID(int AD_ImpFormat_Row_ID)
setAD_ImpFormat_Row_ID in interface I_AD_ImpFormat_RowAD_ImpFormat_Row_ID - Format Fieldpublic int getAD_ImpFormat_Row_ID()
getAD_ImpFormat_Row_ID in interface I_AD_ImpFormat_Rowpublic void setCallout(String Callout)
setCallout in interface I_AD_ImpFormat_RowCallout - Fully qualified class names and method - separated by semicolonspublic String getCallout()
getCallout in interface I_AD_ImpFormat_Rowpublic void setConstantValue(String ConstantValue)
setConstantValue in interface I_AD_ImpFormat_RowConstantValue - Constant valuepublic String getConstantValue()
getConstantValue in interface I_AD_ImpFormat_Rowpublic void setDataFormat(String DataFormat)
setDataFormat in interface I_AD_ImpFormat_RowDataFormat - Format String in Java Notation, e.g. ddMMyypublic String getDataFormat()
getDataFormat in interface I_AD_ImpFormat_Rowpublic void setDataType(String DataType)
setDataType in interface I_AD_ImpFormat_RowDataType - Type of datapublic String getDataType()
getDataType in interface I_AD_ImpFormat_Rowpublic void setDecimalPoint(String DecimalPoint)
setDecimalPoint in interface I_AD_ImpFormat_RowDecimalPoint - Decimal Point in the data file - if anypublic String getDecimalPoint()
getDecimalPoint in interface I_AD_ImpFormat_Rowpublic void setDivideBy100(boolean DivideBy100)
setDivideBy100 in interface I_AD_ImpFormat_RowDivideBy100 - Divide number by 100 to get correct amountpublic boolean isDivideBy100()
isDivideBy100 in interface I_AD_ImpFormat_Rowpublic void setEndNo(int EndNo)
setEndNo in interface I_AD_ImpFormat_RowEndNo - End Nopublic int getEndNo()
getEndNo in interface I_AD_ImpFormat_Rowpublic void setName(String Name)
setName in interface I_AD_ImpFormat_RowName - Alphanumeric identifier of the entitypublic String getName()
getName in interface I_AD_ImpFormat_Rowpublic KeyNamePair getKeyNamePair()
public void setScript(String Script)
setScript in interface I_AD_ImpFormat_RowScript - Dynamic Java Language Script to calculate resultpublic String getScript()
getScript in interface I_AD_ImpFormat_Rowpublic void setSeqNo(int SeqNo)
setSeqNo in interface I_AD_ImpFormat_RowSeqNo - Method of ordering records; lowest number comes firstpublic int getSeqNo()
getSeqNo in interface I_AD_ImpFormat_Rowpublic void setStartNo(int StartNo)
setStartNo in interface I_AD_ImpFormat_RowStartNo - Starting number/positionpublic int getStartNo()
getStartNo in interface I_AD_ImpFormat_Row
|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||