|
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.PrintInfo
public class PrintInfo
Print Info
| Constructor Summary | |
|---|---|
PrintInfo(ProcessInfo pi)
Process Archive Info |
|
PrintInfo(String Name,
int AD_Table_ID,
int Record_ID)
Report Archive Info |
|
PrintInfo(String Name,
int AD_Table_ID,
int Record_ID,
int C_BPartner_ID)
Document Archive Info |
|
| Method Summary | |
|---|---|
int |
getAD_Process_ID()
|
int |
getAD_Table_ID()
|
int |
getC_BPartner_ID()
|
int |
getCopies()
|
String |
getDescription()
|
String |
getHelp()
|
String |
getName()
|
String |
getPrinterName()
|
int |
getRecord_ID()
|
boolean |
isDocument()
Is this a Document |
boolean |
isDocumentCopy()
Document Copy |
boolean |
isReport()
Is this a Report |
boolean |
isWithDialog()
|
void |
setAD_Process_ID(int process_ID)
|
void |
setAD_Table_ID(int table_ID)
|
void |
setC_BPartner_ID(int partner_ID)
|
void |
setCopies(int copies)
|
void |
setDescription(String description)
|
void |
setDocumentCopy(boolean isDocumentCopy)
|
void |
setHelp(String help)
|
void |
setName(String name)
|
void |
setPrinterName(String printerName)
|
void |
setRecord_ID(int record_ID)
|
void |
setWithDialog(boolean withDialog)
|
String |
toString()
String Representation |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public PrintInfo(ProcessInfo pi)
pi - process info
public PrintInfo(String Name,
int AD_Table_ID,
int Record_ID,
int C_BPartner_ID)
Name - nameAD_Table_ID - tableRecord_ID - recordC_BPartner_ID - bpartner
public PrintInfo(String Name,
int AD_Table_ID,
int Record_ID)
Name - nameAD_Table_ID - tableRecord_ID - record| Method Detail |
|---|
public boolean isReport()
public boolean isDocument()
public int getCopies()
public void setCopies(int copies)
copies - The copies to set.public String getPrinterName()
public void setPrinterName(String printerName)
printerName - The printerName to set.public boolean isWithDialog()
public void setWithDialog(boolean withDialog)
withDialog - The withDialog to set.public void setDocumentCopy(boolean isDocumentCopy)
isDocumentCopy - The isDocument to set.public boolean isDocumentCopy()
public int getAD_Process_ID()
public void setAD_Process_ID(int process_ID)
process_ID - The aD_Process_ID to set.public int getAD_Table_ID()
public void setAD_Table_ID(int table_ID)
table_ID - The aD_Table_ID to set.public int getC_BPartner_ID()
public void setC_BPartner_ID(int partner_ID)
partner_ID - The c_BPartner_ID to set.public String getDescription()
public void setDescription(String description)
description - The description to set.public String getHelp()
public void setHelp(String help)
help - The help to set.public String getName()
public void setName(String name)
name - The name to set.public int getRecord_ID()
public void setRecord_ID(int record_ID)
record_ID - The record_ID to set.public String toString()
toString in class Object
|
Adempiere 3.5.2a | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||