|
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_PrintLabelLine
public class X_AD_PrintLabelLine
Generated Model for AD_PrintLabelLine
| Field Summary | |
|---|---|
static int |
LABELFORMATTYPE_AD_Reference_ID
LabelFormatType AD_Reference_ID=280 |
static String |
LABELFORMATTYPE_Field
Field = F |
static String |
LABELFORMATTYPE_Text
Text = T |
| 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_PrintLabelLine |
|---|
accessLevel, COLUMNNAME_AD_Column_ID, COLUMNNAME_AD_LabelPrinterFunction_ID, COLUMNNAME_AD_PrintLabel_ID, COLUMNNAME_AD_PrintLabelLine_ID, COLUMNNAME_LabelFormatType, COLUMNNAME_Name, COLUMNNAME_PrintName, COLUMNNAME_SeqNo, COLUMNNAME_XPosition, COLUMNNAME_YPosition, Model, Table_ID, Table_Name |
| Constructor Summary | |
|---|---|
X_AD_PrintLabelLine(Properties ctx,
int AD_PrintLabelLine_ID,
String trxName)
Standard Constructor |
|
X_AD_PrintLabelLine(Properties ctx,
ResultSet rs,
String trxName)
Load Constructor |
|
| Method Summary | |
|---|---|
protected int |
get_AccessLevel()
AccessLevel |
int |
getAD_Column_ID()
Get Column. |
I_AD_Column |
getAD_Column()
|
int |
getAD_LabelPrinterFunction_ID()
Get Label printer Function. |
I_AD_LabelPrinterFunction |
getAD_LabelPrinterFunction()
|
int |
getAD_PrintLabel_ID()
Get Print Label. |
I_AD_PrintLabel |
getAD_PrintLabel()
|
int |
getAD_PrintLabelLine_ID()
Get Print Label Line. |
KeyNamePair |
getKeyNamePair()
Get Record ID/ColumnName |
String |
getLabelFormatType()
Get Label Format Type. |
String |
getName()
Get Name. |
String |
getPrintName()
Get Print Text. |
int |
getSeqNo()
Get Sequence. |
int |
getXPosition()
Get X Position. |
int |
getYPosition()
Get Y Position. |
protected POInfo |
initPO(Properties ctx)
Load Meta Data |
void |
setAD_Column_ID(int AD_Column_ID)
Set Column. |
void |
setAD_LabelPrinterFunction_ID(int AD_LabelPrinterFunction_ID)
Set Label printer Function. |
void |
setAD_PrintLabel_ID(int AD_PrintLabel_ID)
Set Print Label. |
void |
setAD_PrintLabelLine_ID(int AD_PrintLabelLine_ID)
Set Print Label Line. |
void |
setLabelFormatType(String LabelFormatType)
Set Label Format Type. |
void |
setName(String Name)
Set Name. |
void |
setPrintName(String PrintName)
Set Print Text. |
void |
setSeqNo(int SeqNo)
Set Sequence. |
void |
setXPosition(int XPosition)
Set X Position. |
void |
setYPosition(int YPosition)
Set Y Position. |
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 LABELFORMATTYPE_AD_Reference_ID
public static final String LABELFORMATTYPE_Field
public static final String LABELFORMATTYPE_Text
| Constructor Detail |
|---|
public X_AD_PrintLabelLine(Properties ctx,
int AD_PrintLabelLine_ID,
String trxName)
public X_AD_PrintLabelLine(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 PO
public I_AD_Column getAD_Column()
throws Exception
getAD_Column in interface I_AD_PrintLabelLineExceptionpublic void setAD_Column_ID(int AD_Column_ID)
setAD_Column_ID in interface I_AD_PrintLabelLineAD_Column_ID - Column in the tablepublic int getAD_Column_ID()
getAD_Column_ID in interface I_AD_PrintLabelLine
public I_AD_LabelPrinterFunction getAD_LabelPrinterFunction()
throws Exception
getAD_LabelPrinterFunction in interface I_AD_PrintLabelLineExceptionpublic void setAD_LabelPrinterFunction_ID(int AD_LabelPrinterFunction_ID)
setAD_LabelPrinterFunction_ID in interface I_AD_PrintLabelLineAD_LabelPrinterFunction_ID - Function of Label Printerpublic int getAD_LabelPrinterFunction_ID()
getAD_LabelPrinterFunction_ID in interface I_AD_PrintLabelLine
public I_AD_PrintLabel getAD_PrintLabel()
throws Exception
getAD_PrintLabel in interface I_AD_PrintLabelLineExceptionpublic void setAD_PrintLabel_ID(int AD_PrintLabel_ID)
setAD_PrintLabel_ID in interface I_AD_PrintLabelLineAD_PrintLabel_ID - Label Format to printpublic int getAD_PrintLabel_ID()
getAD_PrintLabel_ID in interface I_AD_PrintLabelLinepublic void setAD_PrintLabelLine_ID(int AD_PrintLabelLine_ID)
setAD_PrintLabelLine_ID in interface I_AD_PrintLabelLineAD_PrintLabelLine_ID - Print Label Line Formatpublic int getAD_PrintLabelLine_ID()
getAD_PrintLabelLine_ID in interface I_AD_PrintLabelLinepublic void setLabelFormatType(String LabelFormatType)
setLabelFormatType in interface I_AD_PrintLabelLineLabelFormatType - Label Format Typepublic String getLabelFormatType()
getLabelFormatType in interface I_AD_PrintLabelLinepublic void setName(String Name)
setName in interface I_AD_PrintLabelLineName - Alphanumeric identifier of the entitypublic String getName()
getName in interface I_AD_PrintLabelLinepublic void setPrintName(String PrintName)
setPrintName in interface I_AD_PrintLabelLinePrintName - The label text to be printed on a document or correspondence.public String getPrintName()
getPrintName in interface I_AD_PrintLabelLinepublic void setSeqNo(int SeqNo)
setSeqNo in interface I_AD_PrintLabelLineSeqNo - Method of ordering records; lowest number comes firstpublic int getSeqNo()
getSeqNo in interface I_AD_PrintLabelLinepublic KeyNamePair getKeyNamePair()
public void setXPosition(int XPosition)
setXPosition in interface I_AD_PrintLabelLineXPosition - Absolute X (horizontal) position in 1/72 of an inchpublic int getXPosition()
getXPosition in interface I_AD_PrintLabelLinepublic void setYPosition(int YPosition)
setYPosition in interface I_AD_PrintLabelLineYPosition - Absolute Y (vertical) position in 1/72 of an inchpublic int getYPosition()
getYPosition in interface I_AD_PrintLabelLine
|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||