public class PrintTalkBuilder extends Object
Modifier and Type | Method and Description |
---|---|
PrintTalk.EnumBusinessObject |
getBusinessObject() |
String |
getCustomerID() |
PrintTalk |
getPrintTalk() |
String |
getShopID() |
String |
getTo() |
String |
getUserID() |
int |
getVersion() |
org.cip4.jdflib.extensions.XJDFHelper |
getXjdf() |
boolean |
isWantSender() |
void |
reset() |
void |
resetInstance() |
void |
setBusinessObject(PrintTalk.EnumBusinessObject businessObject) |
void |
setCustomerID(String customerID) |
void |
setFromURL(String fromURL) |
void |
setShopID(String shopID) |
void |
setTo(String to) |
void |
setToURL(String toURL) |
void |
setUserID(String userID) |
void |
setVersion(int version) |
void |
setVersion(int major,
int minor) |
void |
setWantSender(boolean wantSender) |
void |
setXjdf(org.cip4.jdflib.extensions.XJDFHelper xjdf) |
String |
toString() |
public int getVersion()
public void setVersion(int major, int minor)
version
- the version to set 20=2.0 etcpublic void reset()
public void resetInstance()
public PrintTalk getPrintTalk()
public String getUserID()
public void setUserID(String userID)
userID
- the userID to setpublic String getTo()
public void setTo(String to)
to
- the to to setpublic void setFromURL(String fromURL)
to
- the fromURL to setpublic void setToURL(String toURL)
to
- the toURL to setpublic void setVersion(int version)
version
- the version to setpublic String getShopID()
public void setShopID(String shopID)
shopID
- the shopID to setpublic String getCustomerID()
public void setCustomerID(String customerID)
customerID
- the customerID to setpublic PrintTalk.EnumBusinessObject getBusinessObject()
public void setBusinessObject(PrintTalk.EnumBusinessObject businessObject)
businessObject
- the businessObject to setpublic org.cip4.jdflib.extensions.XJDFHelper getXjdf()
public void setXjdf(org.cip4.jdflib.extensions.XJDFHelper xjdf)
xjdf
- the xjdf to setpublic String toString()
toString
in class Object
Object.toString()
public boolean isWantSender()
public void setWantSender(boolean wantSender)
wantSender
- the wantSender to setCopyright © 2019. All rights reserved.