Class MISGoldenTicket

java.lang.Object
org.cip4.jdflib.goldenticket.BaseGoldenTicket
org.cip4.jdflib.goldenticket.MISGoldenTicket
Direct Known Subclasses:
IDPGoldenTicket, MISCPGoldenTicket, MISFinGoldenTicket, MISPreGoldenTicket, NarrowWebGoldenTicket, PackagingGoldenTicket, ProductGoldenTicket, WideFormatGoldenTicket

public class MISGoldenTicket extends BaseGoldenTicket
  • Field Details

    • misICSLevel

      protected int misICSLevel
    • jmfICSLevel

      protected int jmfICSLevel
    • bUsageCounter

      protected boolean bUsageCounter
    • preStart

      public int preStart
      seconds ago that this started
    • duration

      public int duration
      seconds this was active
    • scheduleHours

      public int scheduleHours
      seconds from now that this should be scheduled, if -1 do not schedule
    • scheduleDuration

      public int scheduleDuration
      duration in hours from now that this should be scheduled, if -1 do not schedule
    • grayBox

      protected boolean grayBox
  • Constructor Details

    • MISGoldenTicket

      public MISGoldenTicket(int misLevel, JDFElement.EnumVersion jdfVersion, int jmfLevel)
      create a BaseGoldenTicket
      Parameters:
      misLevel - the mis level to init to ( 1,2 or 3)
      jdfVersion - the version to generate a golden ticket for
      jmfLevel - level of jmf ICS to support
    • MISGoldenTicket

      public MISGoldenTicket(MISGoldenTicket parent)
      Parameters:
      parent -
  • Method Details