org.jbind.xml.instance.data
Class PointInTime
java.lang.Object
org.jbind.xml.instance.data.PointInTime
- All Implemented Interfaces:
- IPointInTime, java.io.Serializable
- Direct Known Subclasses:
- DateTime, Time
- public class PointInTime
- extends java.lang.Object
- implements IPointInTime
- See Also:
- Serialized Form
Constructor Summary |
PointInTime(int aHour,
int aMinute,
int aSecond,
java.math.BigDecimal aFraction,
boolean aHadTimeZone)
|
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
myHour
protected int myHour
myMinute
protected int myMinute
mySecond
protected int mySecond
myFraction
protected java.math.BigDecimal myFraction
myHadTimeZone
protected boolean myHadTimeZone
PointInTime
public PointInTime(int aHour,
int aMinute,
int aSecond,
java.math.BigDecimal aFraction,
boolean aHadTimeZone)
getHour
public int getHour()
- Specified by:
getHour
in interface IPointInTime
getMinute
public int getMinute()
- Specified by:
getMinute
in interface IPointInTime
getSecond
public int getSecond()
- Specified by:
getSecond
in interface IPointInTime
getFraction
public java.math.BigDecimal getFraction()
- Specified by:
getFraction
in interface IPointInTime
hadTimeZone
public boolean hadTimeZone()
- Specified by:
hadTimeZone
in interface IPointInTime
equals
public boolean equals(java.lang.Object anObject)
hashCode
public int hashCode()
toString
public java.lang.String toString()