public abstract class CIMDateTime extends Object implements Serializable, Comparable<CIMDateTime>
Modifier | Constructor and Description |
---|---|
protected |
CIMDateTime() |
|
CIMDateTime(String pDateString)
Creates a
CIMDateTime object using a string. |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object pObj)
Determines whether the
CIMDateTime that is passed in is
equal to the current CIMDateTime object. |
abstract String |
getDateTimeString()
Gets the internal string representation of this object.
|
abstract int |
hashCode()
Returns the hash code for this object.
|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
compareTo
public CIMDateTime(String pDateString) throws IllegalArgumentException
CIMDateTime
object using a string.pDateString
- A string in the format of yyyyMMddHHmmss.SSSSSSsutc.IllegalArgumentException
- If string is not in the correct format.protected CIMDateTime()
public boolean equals(Object pObj)
CIMDateTime
that is passed in is
equal to the current CIMDateTime
object.public abstract String getDateTimeString()
CIMDateTime
object.public abstract int hashCode()
hashCode
in class Object
Object.hashCode()
Copyright © 2005, 2012 IBM Corporation. All Rights Reserved.