Package org.cip4.jdflib.goldenticket
Class NarrowWebGoldenTicket
- java.lang.Object
-
- org.cip4.jdflib.goldenticket.BaseGoldenTicket
-
- org.cip4.jdflib.goldenticket.MISGoldenTicket
-
- org.cip4.jdflib.goldenticket.NarrowWebGoldenTicket
-
public class NarrowWebGoldenTicket extends MISGoldenTicket
-
-
Field Summary
-
Fields inherited from class org.cip4.jdflib.goldenticket.MISGoldenTicket
bUsageCounter, duration, grayBox, jmfICSLevel, misICSLevel, preStart, scheduleDuration, scheduleHours
-
Fields inherited from class org.cip4.jdflib.goldenticket.BaseGoldenTicket
amountLinks, baseICSLevel, bExpandGrayBox, bPartitionedPlateMedia, category, catMap, cols, colsActual, deviceURL, devID, getNIFromParent, good, icsLevel, m_pdfFile, misURL, nCols, paperMedia, paperProductID, partIDKeys, partsAtOnce, partsForAvailable, plateReduction, returnURL, theExpandedNode, theNode, theParentNode, theParentProduct, thePreviousNode, theStatusCounter, theVersion, vParts, waste, workStyle
-
-
Constructor Summary
Constructors Constructor Description NarrowWebGoldenTicket(int level, JDFElement.EnumVersion jdfVersion, int jmfLevel)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description VStringgetTypes()get the correct Types from categoryvoidinit()initializes this node to a given ICS versionprotected JDFDeviceinitDevice(JDFNode reuseNode)booleanisEmboss()booleanisLaminate()booleanisShapeCut()voidsetEmboss(boolean emboss)voidsetLaminate(boolean laminate)voidsetShapeCut(boolean shapeCut)-
Methods inherited from class org.cip4.jdflib.goldenticket.MISGoldenTicket
addAmountLink, assign, execute, getICSVersions, initCustomerInfo, initJDF, initNodeInfo, initUsageCounter, setGrayBox
-
Methods inherited from class org.cip4.jdflib.goldenticket.BaseGoldenTicket
addJDFNode, addKid, addSheet, createSheetMap, executeAll, fillCatMaps, finalizeProcess, getCategory, getCols, getDeviceURL, getExpandedNode, getMisURL, getNCols, getNode, getNodeLinks, getReducedMap, getStatusCounter, initAuditPool, initColorantControl, initColorPool, initDocumentRunList, initOutputComponent, initPaperMedia, initPlateMedia, initPlateXM, makeReady, makeReadyAll, runphases, runSinglePhase, schedule, setActivePart, setCategory, setDeviceURL, setMisURL, setParent, setParent, setPreviousNode, setVersion, toString, write2File
-
-
-
-
Constructor Detail
-
NarrowWebGoldenTicket
public NarrowWebGoldenTicket(int level, JDFElement.EnumVersion jdfVersion, int jmfLevel)- Parameters:
level-jdfVersion-jmfLevel-
-
-
Method Detail
-
isLaminate
public boolean isLaminate()
- Returns:
- the bLaminate
-
setLaminate
public void setLaminate(boolean laminate)
- Parameters:
laminate- the bLaminate to set
-
isEmboss
public boolean isEmboss()
- Returns:
- the bEmboss
-
setEmboss
public void setEmboss(boolean emboss)
- Parameters:
emboss- the bEmboss to set
-
isShapeCut
public boolean isShapeCut()
- Returns:
- the bShapeCut
-
setShapeCut
public void setShapeCut(boolean shapeCut)
- Parameters:
shapeCut- the bShapeCut to set
-
getTypes
public VString getTypes()
get the correct Types from category- Overrides:
getTypesin classBaseGoldenTicket- Returns:
-
init
public void init()
Description copied from class:MISGoldenTicketinitializes this node to a given ICS version- Overrides:
initin classMISGoldenTicket- See Also:
MISGoldenTicket.init()
-
initDevice
protected JDFDevice initDevice(JDFNode reuseNode)
- Overrides:
initDevicein classMISGoldenTicket- Returns:
- See Also:
MISGoldenTicket.initDevice(org.cip4.jdflib.node.JDFNode)
-
-