Class EventImpl
- java.lang.Object
-
- org.gcube.informationsystem.base.impl.ElementImpl
-
- org.gcube.informationsystem.base.impl.properties.PropertyElementImpl
-
- org.gcube.informationsystem.model.impl.properties.PropertyImpl
-
- org.gcube.informationsystem.model.impl.properties.EventImpl
-
- All Implemented Interfaces:
Serializable,Comparable<Event>,Element,PropertyElement,SchemaMixedElement,ModelElement,Event,Property
public class EventImpl extends PropertyImpl implements Event
- Author:
- Luca Frosini (ISTI - CNR)
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected Stringhowprotected Stringwhatprotected Datewhenprotected Stringwhereprotected Stringwhoprotected Stringwhy-
Fields inherited from class org.gcube.informationsystem.base.impl.properties.PropertyElementImpl
additionalProperties, allowedAdditionalKeys, expectedtype, supertypes
-
Fields inherited from interface org.gcube.informationsystem.base.reference.Element
DATETIME_PATTERN, NAME, TYPE_PROPERTY
-
Fields inherited from interface org.gcube.informationsystem.model.reference.properties.Event
HOW_PROPERTY, NAME, WHAT_PROPERTY, WHEN_PROPERTY, WHERE_PROPERTY, WHO_PROPERTY, WHY_PROPERTY
-
Fields inherited from interface org.gcube.informationsystem.model.reference.ModelElement
EXPECTED_TYPE_PROPERTY, SUPERTYPES_PROPERTY
-
-
Constructor Summary
Constructors Constructor Description EventImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompareTo(Event o)booleanequals(Object obj)StringgetHow()StringgetWhat()DategetWhen()StringgetWhere()StringgetWho()StringgetWhy()inthashCode()voidsetHow(String how)voidsetWhat(String what)voidsetWhen(Date when)voidsetWhere(String where)voidsetWho(String who)voidsetWhy(String why)-
Methods inherited from class org.gcube.informationsystem.base.impl.properties.PropertyElementImpl
addAllowedAdditionalKey, getAdditionalProperties, getAdditionalProperty, getExpectedtype, getSupertypes, setAdditionalProperties, setAdditionalProperty
-
Methods inherited from class org.gcube.informationsystem.base.impl.ElementImpl
getTypeName, toString
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.gcube.informationsystem.base.reference.Element
getTypeName
-
Methods inherited from interface org.gcube.informationsystem.model.reference.ModelElement
getExpectedtype, getSupertypes
-
Methods inherited from interface org.gcube.informationsystem.model.reference.properties.Property
getAdditionalProperties, getAdditionalProperty, setAdditionalProperties, setAdditionalProperty
-
-
-
-
Method Detail
-
compareTo
public int compareTo(Event o)
- Specified by:
compareToin interfaceComparable<Event>
-
-