public class XAttributeTimestampLiteImpl extends XAttributeLiteImpl implements org.deckfour.xes.model.XAttributeTimestamp
| Constructor and Description |
|---|
XAttributeTimestampLiteImpl(java.lang.String key,
java.util.Date value) |
XAttributeTimestampLiteImpl(java.lang.String key,
java.util.Date value,
org.deckfour.xes.extension.XExtension extension) |
XAttributeTimestampLiteImpl(java.lang.String key,
long millis) |
XAttributeTimestampLiteImpl(java.lang.String key,
long millis,
org.deckfour.xes.extension.XExtension extension) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
clone() |
int |
compareTo(org.deckfour.xes.model.XAttribute other) |
boolean |
equals(java.lang.Object obj) |
java.util.Date |
getValue() |
long |
getValueMillis() |
void |
setValue(java.util.Date value) |
void |
setValueMillis(long value) |
java.lang.String |
toString() |
accept, getAttributes, getExtension, getExtensions, getKey, hasAttributes, hashCode, setAttributespublic XAttributeTimestampLiteImpl(java.lang.String key,
java.util.Date value)
public XAttributeTimestampLiteImpl(java.lang.String key,
java.util.Date value,
org.deckfour.xes.extension.XExtension extension)
public XAttributeTimestampLiteImpl(java.lang.String key,
long millis)
public XAttributeTimestampLiteImpl(java.lang.String key,
long millis,
org.deckfour.xes.extension.XExtension extension)
public java.util.Date getValue()
getValue in interface org.deckfour.xes.model.XAttributeTimestamppublic long getValueMillis()
getValueMillis in interface org.deckfour.xes.model.XAttributeTimestamppublic void setValue(java.util.Date value)
setValue in interface org.deckfour.xes.model.XAttributeTimestamppublic void setValueMillis(long value)
setValueMillis in interface org.deckfour.xes.model.XAttributeTimestamppublic java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.Object clone()
clone in interface org.deckfour.xes.model.XAttributeclone in class XAttributeLiteImplpublic boolean equals(java.lang.Object obj)
equals in class XAttributeLiteImplpublic int compareTo(org.deckfour.xes.model.XAttribute other)
compareTo in interface java.lang.Comparable<org.deckfour.xes.model.XAttribute>compareTo in class XAttributeLiteImpl