KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > print > attribute > standard > JobHoldUntil

javax.print.attribute.standard
Class JobHoldUntil

java.lang.Object
  extended by javax.print.attribute.DateTimeSyntax
      extended by javax.print.attribute.standard.JobHoldUntil
All Implemented Interfaces:
Serializable, Cloneable, Attribute, PrintJobAttribute, PrintRequestAttribute
See Also:
Source Code, Date, Calendar, JobStateReason

public boolean equals(Object object)
See Also:
Hashtable, Object.hashCode(), DateTimeSyntax, Date
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public final Class<? extends Attribute> getCategory()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public final String getName()
See Also:
Attribute
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public JobHoldUntil(Date dateTime)
See Also:
NullPointerException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags