|
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_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 |
|---|
accessLevel, DIMENSIONUNITS_AD_Reference_ID, DIMENSIONUNITS_Inch, DIMENSIONUNITS_MM, Model, Table_ID, Table_Name, updatedMS |
| 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 | |
|---|---|
MPrintPaper(Ctx ctx,
int AD_PrintPaper_ID,
String trxName)
Constructor |
|
MPrintPaper(Ctx ctx,
ResultSet rs,
String trxName)
Load Constructor |
|
| Method Summary | |
|---|---|
static MPrintPaper |
get(Ctx ctx,
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, isDimensionUnitsValid, 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, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public MPrintPaper(Ctx ctx,
int AD_PrintPaper_ID,
String trxName)
ctx - contextAD_PrintPaper_ID - ID if 0 A4trxName - transaction
public MPrintPaper(Ctx ctx,
ResultSet rs,
String trxName)
ctx - contextrs - result settrxName - trx| Method Detail |
|---|
public static MPrintPaper get(Ctx ctx,
int AD_PrintPaper_ID)
ctx - contextAD_PrintPaper_ID - id
public MediaSize getMediaSize()
public MediaSize getMediaSizeDefault()
public int getUnitsInt()
public CPaper getCPaper()
public static void main(String[] args)
args - args
|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||