API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.print.attribute.standard. JobHoldUntil View Source
Author(s)
Alan Kaminsky
Since
Version
Serial
Hierarchy
 Object
      DateTimeSyntax
          JobHoldUntil
Implements
 PrintRequestAttribute
 PrintJobAttribute
Subclasses
Description
publicfinal class JobHoldUntil
  Class JobHoldUntil is a printing attribute class, a date-time attribute, that specifies the exact date and time at which the job must become a candidate for printing.
See also:   
Constructors
public JobHoldUntil (Date dateTime)
  Construct a new job hold until date-time attribute with the given Date value.
Methods
Hide/Show inherited methods
public boolean equals (Object object) [Overrides DateTimeSyntax]
  Returns whether this job hold until attribute is equivalent to the passed in object.
publicfinal Class<Attribute> getCategory ()
  Get the printing attribute class which is to be used as the "category" for this printing attribute value.
publicfinal String getName ()
  Get the name of the category of which this attribute value is an instance.
public Date getValue () [Inherited From DateTimeSyntax]
  Returns this date-time attribute's java.util.Date value.
public int hashCode () [Inherited From DateTimeSyntax]
  Returns a hash code value for this date-time attribute.
public String toString () [Inherited From DateTimeSyntax]
  Returns a string value corresponding to this date-time attribute.
Fields
Hide/Show inherited fields
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar