|
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_PrintPaper
org.compiere.print.MPrintPaper
public class MPrintPaper
AD_PrintPaper Print Paper Model
| Field Summary |
|---|
| Fields inherited from class org.compiere.model.X_AD_PrintPaper |
|---|
DIMENSIONUNITS_AD_Reference_ID, DIMENSIONUNITS_Inch, DIMENSIONUNITS_MM |
| 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_PrintPaper |
|---|
accessLevel, COLUMNNAME_AD_PrintPaper_ID, COLUMNNAME_Code, COLUMNNAME_Description, COLUMNNAME_DimensionUnits, COLUMNNAME_IsDefault, COLUMNNAME_IsLandscape, COLUMNNAME_MarginBottom, COLUMNNAME_MarginLeft, COLUMNNAME_MarginRight, COLUMNNAME_MarginTop, COLUMNNAME_Name, COLUMNNAME_Processing, COLUMNNAME_SizeX, COLUMNNAME_SizeY, Model, Table_ID, Table_Name |
| Constructor Summary | |
|---|---|
MPrintPaper(Properties ctx,
int AD_PrintPaper_ID,
String trxName)
Constructor |
|
MPrintPaper(Properties ctx,
ResultSet rs,
String trxName)
Load Constructor |
|
| Method Summary | |
|---|---|
static MPrintPaper |
get(int AD_PrintPaper_ID)
Get Paper |
CPaper |
getCPaper()
Get CPaper |
MediaSize |
getMediaSize()
Get Media Size. |
MediaSize |
getMediaSizeDefault()
Get Media Size |
int |
getUnitsInt()
Get Units Int |
static void |
main(String[] args)
Test |
| Methods inherited from class org.compiere.model.X_AD_PrintPaper |
|---|
get_AccessLevel, getAD_PrintPaper_ID, getCode, getDescription, getDimensionUnits, getKeyNamePair, getMarginBottom, getMarginLeft, getMarginRight, getMarginTop, getName, getSizeX, getSizeY, initPO, isDefault, isLandscape, isProcessing, setAD_PrintPaper_ID, setCode, setDescription, setDimensionUnits, setIsDefault, setIsLandscape, setMarginBottom, setMarginLeft, setMarginRight, setMarginTop, setName, setProcessing, setSizeX, setSizeY, toString |
| 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 |
| Constructor Detail |
|---|
public MPrintPaper(Properties ctx,
int AD_PrintPaper_ID,
String trxName)
ctx - contextAD_PrintPaper_ID - ID if 0 A4trxName - transaction
public MPrintPaper(Properties ctx,
ResultSet rs,
String trxName)
ctx - contextrs - result settrxName - trx| Method Detail |
|---|
public static MPrintPaper get(int AD_PrintPaper_ID)
AD_PrintPaper_ID - id
public MediaSize getMediaSize()
public MediaSize getMediaSizeDefault()
public int getUnitsInt()
public CPaper getCPaper()
public static void main(String[] args)
args - args
|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||