|
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
public class X_AD_ImpFormat
Generated Model for AD_ImpFormat
| Field Summary | |
|---|---|
static int |
FORMATTYPE_AD_Reference_ID
FormatType AD_Reference_ID=209 |
static String |
FORMATTYPE_CommaSeparated
Comma Separated = C |
static String |
FORMATTYPE_FixedPosition
Fixed Position = F |
static String |
FORMATTYPE_TabSeparated
Tab Separated = T |
static String |
FORMATTYPE_XML
XML = X |
| 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 |
|---|
accessLevel, COLUMNNAME_AD_ImpFormat_ID, COLUMNNAME_AD_Table_ID, COLUMNNAME_Description, COLUMNNAME_FormatType, COLUMNNAME_Name, COLUMNNAME_Processing, Model, Table_ID, Table_Name |
| Constructor Summary | |
|---|---|
X_AD_ImpFormat(Properties ctx,
int AD_ImpFormat_ID,
String trxName)
Standard Constructor |
|
X_AD_ImpFormat(Properties ctx,
ResultSet rs,
String trxName)
Load Constructor |
|
| Method Summary | |
|---|---|
protected int |
get_AccessLevel()
AccessLevel |
int |
getAD_ImpFormat_ID()
Get Import Format. |
int |
getAD_Table_ID()
Get Table. |
I_AD_Table |
getAD_Table()
|
String |
getDescription()
Get Description. |
String |
getFormatType()
Get Format. |
KeyNamePair |
getKeyNamePair()
Get Record ID/ColumnName |
String |
getName()
Get Name. |
protected POInfo |
initPO(Properties ctx)
Load Meta Data |
boolean |
isProcessing()
Get Process Now. |
void |
setAD_ImpFormat_ID(int AD_ImpFormat_ID)
Set Import Format. |
void |
setAD_Table_ID(int AD_Table_ID)
Set Table. |
void |
setDescription(String Description)
Set Description. |
void |
setFormatType(String FormatType)
Set Format. |
void |
setName(String Name)
Set Name. |
void |
setProcessing(boolean Processing)
Set Process Now. |
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 FORMATTYPE_AD_Reference_ID
public static final String FORMATTYPE_FixedPosition
public static final String FORMATTYPE_CommaSeparated
public static final String FORMATTYPE_TabSeparated
public static final String FORMATTYPE_XML
| Constructor Detail |
|---|
public X_AD_ImpFormat(Properties ctx,
int AD_ImpFormat_ID,
String trxName)
public X_AD_ImpFormat(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 POpublic void setAD_ImpFormat_ID(int AD_ImpFormat_ID)
setAD_ImpFormat_ID in interface I_AD_ImpFormatAD_ImpFormat_ID - Import Formatpublic int getAD_ImpFormat_ID()
getAD_ImpFormat_ID in interface I_AD_ImpFormat
public I_AD_Table getAD_Table()
throws Exception
getAD_Table in interface I_AD_ImpFormatExceptionpublic void setAD_Table_ID(int AD_Table_ID)
setAD_Table_ID in interface I_AD_ImpFormatAD_Table_ID - Database Table informationpublic int getAD_Table_ID()
getAD_Table_ID in interface I_AD_ImpFormatpublic void setDescription(String Description)
setDescription in interface I_AD_ImpFormatDescription - Optional short description of the recordpublic String getDescription()
getDescription in interface I_AD_ImpFormatpublic void setFormatType(String FormatType)
setFormatType in interface I_AD_ImpFormatFormatType - Format of the datapublic String getFormatType()
getFormatType in interface I_AD_ImpFormatpublic void setName(String Name)
setName in interface I_AD_ImpFormatName - Alphanumeric identifier of the entitypublic String getName()
getName in interface I_AD_ImpFormatpublic KeyNamePair getKeyNamePair()
public void setProcessing(boolean Processing)
setProcessing in interface I_AD_ImpFormatProcessing - Process Nowpublic boolean isProcessing()
isProcessing in interface I_AD_ImpFormat
|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||