Package org.compiere.model
Interface I_AD_PrintPaper
-
- All Known Implementing Classes:
MPrintPaper,X_AD_PrintPaper
public interface I_AD_PrintPaperGenerated Interface for AD_PrintPaper- Version:
- Release 9
- Author:
- iDempiere (generated)
-
-
Field Summary
Fields Modifier and Type Field Description static BigDecimalaccessLevelAccessLevel = 6 - System - Clientstatic StringCOLUMNNAME_AD_Client_IDColumn name AD_Client_IDstatic StringCOLUMNNAME_AD_Org_IDColumn name AD_Org_IDstatic StringCOLUMNNAME_AD_PrintPaper_IDColumn name AD_PrintPaper_IDstatic StringCOLUMNNAME_AD_PrintPaper_UUColumn name AD_PrintPaper_UUstatic StringCOLUMNNAME_CodeColumn name Codestatic StringCOLUMNNAME_CreatedColumn name Createdstatic StringCOLUMNNAME_CreatedByColumn name CreatedBystatic StringCOLUMNNAME_DescriptionColumn name Descriptionstatic StringCOLUMNNAME_DimensionUnitsColumn name DimensionUnitsstatic StringCOLUMNNAME_IsActiveColumn name IsActivestatic StringCOLUMNNAME_IsDefaultColumn name IsDefaultstatic StringCOLUMNNAME_IsLandscapeColumn name IsLandscapestatic StringCOLUMNNAME_MarginBottomColumn name MarginBottomstatic StringCOLUMNNAME_MarginLeftColumn name MarginLeftstatic StringCOLUMNNAME_MarginRightColumn name MarginRightstatic StringCOLUMNNAME_MarginTopColumn name MarginTopstatic StringCOLUMNNAME_NameColumn name Namestatic StringCOLUMNNAME_ProcessingColumn name Processingstatic StringCOLUMNNAME_SizeXColumn name SizeXstatic StringCOLUMNNAME_SizeYColumn name SizeYstatic StringCOLUMNNAME_UpdatedColumn name Updatedstatic StringCOLUMNNAME_UpdatedByColumn name UpdatedBystatic KeyNamePairModelstatic intTable_IDAD_Table_ID=492static StringTable_NameTableName=AD_PrintPaper
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetAD_Client_ID()Get Client.intgetAD_Org_ID()Get Organization.intgetAD_PrintPaper_ID()Get Print Paper.StringgetAD_PrintPaper_UU()Get AD_PrintPaper_UUStringgetCode()Get Validation code.TimestampgetCreated()Get Created.intgetCreatedBy()Get Created By.StringgetDescription()Get Description.StringgetDimensionUnits()Get Dimension Units.intgetMarginBottom()Get Bottom Margin.intgetMarginLeft()Get Left Margin.intgetMarginRight()Get Right Margin.intgetMarginTop()Get Top Margin.StringgetName()Get Name.BigDecimalgetSizeX()Get Size X.BigDecimalgetSizeY()Get Size Y.TimestampgetUpdated()Get Updated.intgetUpdatedBy()Get Updated By.booleanisActive()Get Active.booleanisDefault()Get Default.booleanisLandscape()Get Landscape.booleanisProcessing()Get Process NowvoidsetAD_Org_ID(int AD_Org_ID)Set Organization.voidsetAD_PrintPaper_ID(int AD_PrintPaper_ID)Set Print Paper.voidsetAD_PrintPaper_UU(String AD_PrintPaper_UU)Set AD_PrintPaper_UUvoidsetCode(String Code)Set Validation code.voidsetDescription(String Description)Set Description.voidsetDimensionUnits(String DimensionUnits)Set Dimension Units.voidsetIsActive(boolean IsActive)Set Active.voidsetIsDefault(boolean IsDefault)Set Default.voidsetIsLandscape(boolean IsLandscape)Set Landscape.voidsetMarginBottom(int MarginBottom)Set Bottom Margin.voidsetMarginLeft(int MarginLeft)Set Left Margin.voidsetMarginRight(int MarginRight)Set Right Margin.voidsetMarginTop(int MarginTop)Set Top Margin.voidsetName(String Name)Set Name.voidsetProcessing(boolean Processing)Set Process NowvoidsetSizeX(BigDecimal SizeX)Set Size X.voidsetSizeY(BigDecimal SizeY)Set Size Y.
-
-
-
Field Detail
-
Table_Name
static final String Table_Name
TableName=AD_PrintPaper- See Also:
- Constant Field Values
-
Table_ID
static final int Table_ID
AD_Table_ID=492- See Also:
- Constant Field Values
-
Model
static final KeyNamePair Model
-
accessLevel
static final BigDecimal accessLevel
AccessLevel = 6 - System - Client
-
COLUMNNAME_AD_Client_ID
static final String COLUMNNAME_AD_Client_ID
Column name AD_Client_ID- See Also:
- Constant Field Values
-
COLUMNNAME_AD_Org_ID
static final String COLUMNNAME_AD_Org_ID
Column name AD_Org_ID- See Also:
- Constant Field Values
-
COLUMNNAME_AD_PrintPaper_ID
static final String COLUMNNAME_AD_PrintPaper_ID
Column name AD_PrintPaper_ID- See Also:
- Constant Field Values
-
COLUMNNAME_AD_PrintPaper_UU
static final String COLUMNNAME_AD_PrintPaper_UU
Column name AD_PrintPaper_UU- See Also:
- Constant Field Values
-
COLUMNNAME_Code
static final String COLUMNNAME_Code
Column name Code- See Also:
- Constant Field Values
-
COLUMNNAME_Created
static final String COLUMNNAME_Created
Column name Created- See Also:
- Constant Field Values
-
COLUMNNAME_CreatedBy
static final String COLUMNNAME_CreatedBy
Column name CreatedBy- See Also:
- Constant Field Values
-
COLUMNNAME_Description
static final String COLUMNNAME_Description
Column name Description- See Also:
- Constant Field Values
-
COLUMNNAME_DimensionUnits
static final String COLUMNNAME_DimensionUnits
Column name DimensionUnits- See Also:
- Constant Field Values
-
COLUMNNAME_IsActive
static final String COLUMNNAME_IsActive
Column name IsActive- See Also:
- Constant Field Values
-
COLUMNNAME_IsDefault
static final String COLUMNNAME_IsDefault
Column name IsDefault- See Also:
- Constant Field Values
-
COLUMNNAME_IsLandscape
static final String COLUMNNAME_IsLandscape
Column name IsLandscape- See Also:
- Constant Field Values
-
COLUMNNAME_MarginBottom
static final String COLUMNNAME_MarginBottom
Column name MarginBottom- See Also:
- Constant Field Values
-
COLUMNNAME_MarginLeft
static final String COLUMNNAME_MarginLeft
Column name MarginLeft- See Also:
- Constant Field Values
-
COLUMNNAME_MarginRight
static final String COLUMNNAME_MarginRight
Column name MarginRight- See Also:
- Constant Field Values
-
COLUMNNAME_MarginTop
static final String COLUMNNAME_MarginTop
Column name MarginTop- See Also:
- Constant Field Values
-
COLUMNNAME_Name
static final String COLUMNNAME_Name
Column name Name- See Also:
- Constant Field Values
-
COLUMNNAME_Processing
static final String COLUMNNAME_Processing
Column name Processing- See Also:
- Constant Field Values
-
COLUMNNAME_SizeX
static final String COLUMNNAME_SizeX
Column name SizeX- See Also:
- Constant Field Values
-
COLUMNNAME_SizeY
static final String COLUMNNAME_SizeY
Column name SizeY- See Also:
- Constant Field Values
-
COLUMNNAME_Updated
static final String COLUMNNAME_Updated
Column name Updated- See Also:
- Constant Field Values
-
COLUMNNAME_UpdatedBy
static final String COLUMNNAME_UpdatedBy
Column name UpdatedBy- See Also:
- Constant Field Values
-
-
Method Detail
-
getAD_Client_ID
int getAD_Client_ID()
Get Client. Client/Tenant for this installation.
-
setAD_Org_ID
void setAD_Org_ID(int AD_Org_ID)
Set Organization. Organizational entity within client
-
getAD_Org_ID
int getAD_Org_ID()
Get Organization. Organizational entity within client
-
setAD_PrintPaper_ID
void setAD_PrintPaper_ID(int AD_PrintPaper_ID)
Set Print Paper. Printer paper definition
-
getAD_PrintPaper_ID
int getAD_PrintPaper_ID()
Get Print Paper. Printer paper definition
-
setAD_PrintPaper_UU
void setAD_PrintPaper_UU(String AD_PrintPaper_UU)
Set AD_PrintPaper_UU
-
getAD_PrintPaper_UU
String getAD_PrintPaper_UU()
Get AD_PrintPaper_UU
-
setCode
void setCode(String Code)
Set Validation code. Validation Code
-
getCode
String getCode()
Get Validation code. Validation Code
-
getCreated
Timestamp getCreated()
Get Created. Date this record was created
-
getCreatedBy
int getCreatedBy()
Get Created By. User who created this records
-
setDescription
void setDescription(String Description)
Set Description. Optional short description of the record
-
getDescription
String getDescription()
Get Description. Optional short description of the record
-
setDimensionUnits
void setDimensionUnits(String DimensionUnits)
Set Dimension Units. Units of Dimension
-
getDimensionUnits
String getDimensionUnits()
Get Dimension Units. Units of Dimension
-
setIsActive
void setIsActive(boolean IsActive)
Set Active. The record is active in the system
-
isActive
boolean isActive()
Get Active. The record is active in the system
-
setIsDefault
void setIsDefault(boolean IsDefault)
Set Default. Default value
-
isDefault
boolean isDefault()
Get Default. Default value
-
setIsLandscape
void setIsLandscape(boolean IsLandscape)
Set Landscape. Landscape orientation
-
isLandscape
boolean isLandscape()
Get Landscape. Landscape orientation
-
setMarginBottom
void setMarginBottom(int MarginBottom)
Set Bottom Margin. Bottom Space in 1/72 inch
-
getMarginBottom
int getMarginBottom()
Get Bottom Margin. Bottom Space in 1/72 inch
-
setMarginLeft
void setMarginLeft(int MarginLeft)
Set Left Margin. Left Space in 1/72 inch
-
getMarginLeft
int getMarginLeft()
Get Left Margin. Left Space in 1/72 inch
-
setMarginRight
void setMarginRight(int MarginRight)
Set Right Margin. Right Space in 1/72 inch
-
getMarginRight
int getMarginRight()
Get Right Margin. Right Space in 1/72 inch
-
setMarginTop
void setMarginTop(int MarginTop)
Set Top Margin. Top Space in 1/72 inch
-
getMarginTop
int getMarginTop()
Get Top Margin. Top Space in 1/72 inch
-
setName
void setName(String Name)
Set Name. Alphanumeric identifier of the entity
-
getName
String getName()
Get Name. Alphanumeric identifier of the entity
-
setProcessing
void setProcessing(boolean Processing)
Set Process Now
-
isProcessing
boolean isProcessing()
Get Process Now
-
setSizeX
void setSizeX(BigDecimal SizeX)
Set Size X. X (horizontal) dimension size
-
getSizeX
BigDecimal getSizeX()
Get Size X. X (horizontal) dimension size
-
setSizeY
void setSizeY(BigDecimal SizeY)
Set Size Y. Y (vertical) dimension size
-
getSizeY
BigDecimal getSizeY()
Get Size Y. Y (vertical) dimension size
-
getUpdated
Timestamp getUpdated()
Get Updated. Date this record was updated
-
getUpdatedBy
int getUpdatedBy()
Get Updated By. User who updated this records
-
-