|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.print.attribute.DateTimeSyntax
public abstract class DateTimeSyntax
DateTimeSyntax
is the abstract base class of all attribute
classes having a date and a time as value.
Constructor Summary | |
---|---|
protected |
DateTimeSyntax(Date value)
Creates a DateTimeSyntax with a given value. |
Method Summary | |
---|---|
boolean |
equals(Object obj)
Tests if the given object is equal to this one. |
Date |
getValue()
Returns the date value of this object. |
int |
hashCode()
Returns the hashcode for this object. |
String |
toString()
Returns the string representation for this object. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
protected DateTimeSyntax(Date value)
DateTimeSyntax
with a given value.
value
- the date for this syntax
NullPointerException
- if value is nullMethod Detail |
---|
public Date getValue()
public boolean equals(Object obj)
equals
in class Object
obj
- the object to test
true
if both objects are equal,
false
otherwise.Object.hashCode()
public int hashCode()
hashCode
in class Object
Object.equals(Object)
,
System.identityHashCode(Object)
public String toString()
toString
in class Object
Object.getClass()
,
Object.hashCode()
,
Class.getName()
,
Integer.toHexString(int)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |