public abstract class BusinessObject extends AbstractPrintTalk
| Modifier and Type | Field and Description |
|---|---|
static String |
ATTR_BUSINESSID |
static String |
ATTR_BUSINESSREFID |
static String |
ATTR_CURRENCY |
static String |
ATTR_EXPIRES |
ATTR_JOBIDREF, log, theElement| Constructor and Description |
|---|
BusinessObject(org.cip4.jdflib.core.KElement theElement) |
| Modifier and Type | Method and Description |
|---|---|
String |
getBusinessID() |
String |
getBusinessRefID() |
org.cip4.jdflib.core.KElement |
getCreateJDFRoot(String rootName,
int iSkip)
note that it is not necessarily always legal to add a JDF to an arbitrary bo
|
void |
init()
initialize
|
void |
setBusinessID(String id) |
void |
setBusinessRefID(String id) |
void |
setRef(PrintTalk ref) |
appendElement, equals, getAttribute, getAttribute, getCreateElement, getCreateXPathElement, getDescriptiveName, getElement, getElement, getElements, getPrintTalk, getRoot, getTElem, getXPathAttribute, getXPathElement, hashCode, setAttribute, setDescriptiveName, setRoot, setTElem, setXPathAttribute, setXPathValue, toStringpublic static final String ATTR_BUSINESSREFID
public static final String ATTR_BUSINESSID
public static String ATTR_CURRENCY
public static String ATTR_EXPIRES
public BusinessObject(org.cip4.jdflib.core.KElement theElement)
theElement - public org.cip4.jdflib.core.KElement getCreateJDFRoot(String rootName, int iSkip)
rootName - iSkip - public void init()
AbstractPrintTalkinit in class AbstractPrintTalkAbstractPrintTalk.init()public String getBusinessID()
public void setBusinessID(String id)
id - public String getBusinessRefID()
public void setBusinessRefID(String id)
id - public void setRef(PrintTalk ref)
ref - the bo to referenceCopyright © 2013. All Rights Reserved.