|
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
public class X_AD_PrintPaper
Generated Model for AD_PrintPaper
| Field Summary | |
|---|---|
protected BigDecimal |
accessLevel
|
static int |
DIMENSIONUNITS_AD_Reference_ID
DimensionUnits AD_Reference_ID=375 |
static String |
DIMENSIONUNITS_Inch
Inch = I |
static String |
DIMENSIONUNITS_MM
MM = M |
protected static KeyNamePair |
Model
|
static int |
Table_ID
AD_Table_ID=492 |
static String |
Table_Name
TableName=AD_PrintPaper |
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_PrintPaper(Ctx ctx,
int AD_PrintPaper_ID,
String trxName)
Standard Constructor |
|
X_AD_PrintPaper(Ctx ctx,
ResultSet rs,
String trxName)
Load Constructor |
|
| Method Summary | |
|---|---|
protected int |
get_AccessLevel()
AccessLevel |
int |
getAD_PrintPaper_ID()
Get Print Paper. |
String |
getCode()
Get Code. |
String |
getDescription()
Get Description. |
String |
getDimensionUnits()
Get Dimension Units. |
KeyNamePair |
getKeyNamePair()
Get Record ID/ColumnName |
int |
getMarginBottom()
Get Bottom Margin. |
int |
getMarginLeft()
Get Left Margin. |
int |
getMarginRight()
Get Right Margin. |
int |
getMarginTop()
Get Top Margin. |
String |
getName()
Get Name. |
BigDecimal |
getSizeX()
Get Size X. |
BigDecimal |
getSizeY()
Get Size Y. |
protected POInfo |
initPO(Ctx ctx)
Load Meta Data |
boolean |
isDefault()
Get Default. |
boolean |
isDimensionUnitsValid(String test)
Is test a valid value. |
boolean |
isLandscape()
Get Landscape. |
boolean |
isProcessing()
Get Process Now. |
void |
setAD_PrintPaper_ID(int AD_PrintPaper_ID)
Set Print Paper. |
void |
setCode(String Code)
Set Code. |
void |
setDescription(String Description)
Set Description. |
void |
setDimensionUnits(String DimensionUnits)
Set Dimension Units. |
void |
setIsDefault(boolean IsDefault)
Set Default. |
void |
setIsLandscape(boolean IsLandscape)
Set Landscape. |
void |
setMarginBottom(int MarginBottom)
Set Bottom Margin. |
void |
setMarginLeft(int MarginLeft)
Set Left Margin. |
void |
setMarginRight(int MarginRight)
Set Right Margin. |
void |
setMarginTop(int MarginTop)
Set Top Margin. |
void |
setName(String Name)
Set Name. |
void |
setProcessing(boolean Processing)
Set Process Now. |
void |
setSizeX(BigDecimal SizeX)
Set Size X. |
void |
setSizeY(BigDecimal SizeY)
Set Size Y. |
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 DIMENSIONUNITS_AD_Reference_ID
public static final String DIMENSIONUNITS_Inch
public static final String DIMENSIONUNITS_MM
| Constructor Detail |
|---|
public X_AD_PrintPaper(Ctx ctx,
int AD_PrintPaper_ID,
String trxName)
ctx - contextAD_PrintPaper_ID - idtrxName - transaction
public X_AD_PrintPaper(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_PrintPaper_ID(int AD_PrintPaper_ID)
AD_PrintPaper_ID - Printer paper definitionpublic int getAD_PrintPaper_ID()
public void setCode(String Code)
Code - Code to execute or to validatepublic String getCode()
public void setDescription(String Description)
Description - Optional short description of the recordpublic String getDescription()
public boolean isDimensionUnitsValid(String test)
test - testvalue
public void setDimensionUnits(String DimensionUnits)
DimensionUnits - Units of Dimensionpublic String getDimensionUnits()
public void setIsDefault(boolean IsDefault)
IsDefault - Default valuepublic boolean isDefault()
public void setIsLandscape(boolean IsLandscape)
IsLandscape - Landscape orientationpublic boolean isLandscape()
public void setMarginBottom(int MarginBottom)
MarginBottom - Bottom Space in 1/72 inchpublic int getMarginBottom()
public void setMarginLeft(int MarginLeft)
MarginLeft - Left Space in 1/72 inchpublic int getMarginLeft()
public void setMarginRight(int MarginRight)
MarginRight - Right Space in 1/72 inchpublic int getMarginRight()
public void setMarginTop(int MarginTop)
MarginTop - Top Space in 1/72 inchpublic int getMarginTop()
public void setName(String Name)
Name - Alphanumeric identifier of the entitypublic String getName()
public KeyNamePair getKeyNamePair()
public void setProcessing(boolean Processing)
Processing - Process Nowpublic boolean isProcessing()
public void setSizeX(BigDecimal SizeX)
SizeX - X (horizontal) dimension sizepublic BigDecimal getSizeX()
public void setSizeY(BigDecimal SizeY)
SizeY - Y (vertical) dimension sizepublic BigDecimal getSizeY()
|
Compiere 3.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||