org.progressmining.xeslite.external.model.attributes
Class XAttributeTimestampExternalImpl
java.lang.Object
org.progressmining.xeslite.external.model.attributes.XAttributeExternalImpl
org.progressmining.xeslite.external.model.attributes.XAttributeTimestampExternalImpl
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Cloneable, java.lang.Comparable<org.deckfour.xes.model.XAttribute>, org.deckfour.xes.model.XAttributable, org.deckfour.xes.model.XAttribute, org.deckfour.xes.model.XAttributeTimestamp, XExternalAttributable
public class XAttributeTimestampExternalImpl
- extends XAttributeExternalImpl
- implements org.deckfour.xes.model.XAttributeTimestamp
- Author:
- F. Mannhardt
- See Also:
- Serialized Form
| Fields inherited from interface org.deckfour.xes.model.XAttributeTimestamp |
FORMATTER |
|
Constructor Summary |
XAttributeTimestampExternalImpl(java.lang.String key,
java.util.Date value,
XAttributeStore store)
|
XAttributeTimestampExternalImpl(java.lang.String key,
java.util.Date value,
org.deckfour.xes.extension.XExtension extension,
XAttributeStore store)
|
XAttributeTimestampExternalImpl(java.lang.String key,
long millis,
XAttributeStore store)
|
XAttributeTimestampExternalImpl(java.lang.String key,
long millis,
org.deckfour.xes.extension.XExtension extension,
XAttributeStore store)
|
| Methods inherited from class org.progressmining.xeslite.external.model.attributes.XAttributeExternalImpl |
accept, getAttributes, getExtension, getExtensions, getId, getKey, getStore, hasAttributes, hashCode, setAttributes, setExtension, setId, setStore |
| Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.deckfour.xes.model.XAttribute |
accept, getExtension, getKey |
| Methods inherited from interface org.deckfour.xes.model.XAttributable |
getAttributes, getExtensions, hasAttributes, setAttributes |
XAttributeTimestampExternalImpl
public XAttributeTimestampExternalImpl(java.lang.String key,
java.util.Date value,
XAttributeStore store)
XAttributeTimestampExternalImpl
public XAttributeTimestampExternalImpl(java.lang.String key,
java.util.Date value,
org.deckfour.xes.extension.XExtension extension,
XAttributeStore store)
XAttributeTimestampExternalImpl
public XAttributeTimestampExternalImpl(java.lang.String key,
long millis,
XAttributeStore store)
XAttributeTimestampExternalImpl
public XAttributeTimestampExternalImpl(java.lang.String key,
long millis,
org.deckfour.xes.extension.XExtension extension,
XAttributeStore store)
getValue
public java.util.Date getValue()
- Specified by:
getValue in interface org.deckfour.xes.model.XAttributeTimestamp
getValueMillis
public long getValueMillis()
- Specified by:
getValueMillis in interface org.deckfour.xes.model.XAttributeTimestamp
setValue
public void setValue(java.util.Date value)
- Specified by:
setValue in interface org.deckfour.xes.model.XAttributeTimestamp
setValueMillis
public void setValueMillis(long value)
- Specified by:
setValueMillis in interface org.deckfour.xes.model.XAttributeTimestamp
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
clone
public java.lang.Object clone()
- Specified by:
clone in interface org.deckfour.xes.model.XAttribute- Specified by:
clone in class XAttributeExternalImpl
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals in class XAttributeExternalImpl
compareTo
public int compareTo(org.deckfour.xes.model.XAttribute other)
- Specified by:
compareTo in interface java.lang.Comparable<org.deckfour.xes.model.XAttribute>- Overrides:
compareTo in class XAttributeExternalImpl