Class NCDate
java.lang.Object
com.adobe.versioncue.nativecomm.msg.NCType
com.adobe.versioncue.nativecomm.msg.NCDate
- All Implemented Interfaces:
INCExternalizable
-
Field Summary
Fields inherited from class com.adobe.versioncue.nativecomm.msg.NCType
TYPE_BOOLEAN, TYPE_BYTEBUFFER, TYPE_DATE, TYPE_DOUBLE, TYPE_INTEGER, TYPE_LIST, TYPE_LONG, TYPE_MAP, TYPE_NULL, TYPE_STRING -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.adobe.versioncue.nativecomm.msg.NCType
externalize
-
Constructor Details
-
NCDate
Public constructor- Parameters:
value- date value
-
NCDate
public NCDate(long millis) Public constructor- Parameters:
millis- date value
-
-
Method Details
-
millis
public long millis()- Returns:
- date value
-
date
- Returns:
- date value
-
getType
public int getType()Description copied from class:NCTypeReturns the type of thisNCTypeobject. -
hashCode
public int hashCode()Description copied from class:NCTypeForce subclasses to implement. -
equals
Description copied from class:NCTypeForce subclasses to implement. -
toString
Description copied from class:NCTypeForce subclasses to implement.
-