Class HeaderImpl
- 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.HeaderImpl
-
- All Implemented Interfaces:
Serializable,Element,PropertyElement,SchemaMixedElement,Header,Property
public final class HeaderImpl extends PropertyImpl implements Header
- Author:
- Luca Frosini (ISTI - CNR)
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected StringcreatedByprotected DatecreationTimeprotected StringlastUpdateByprotected DatelastUpdateTimeprotected UUIDuuid-
Fields inherited from class org.gcube.informationsystem.base.impl.properties.PropertyElementImpl
additionalProperties, allowedAdditionalKeys
-
Fields inherited from interface org.gcube.informationsystem.base.reference.Element
CLASS_PROPERTY, DATETIME_PATTERN, NAME, SUPERCLASSES_PROPERTY
-
Fields inherited from interface org.gcube.informationsystem.model.reference.properties.Header
__CONTEXTS, CREATED_BY_PROPERTY, CREATION_TIME_PROPERTY, LAST_UPDATE_BY_PROPERTY, LAST_UPDATE_TIME_PROPERTY, NAME, UNKNOWN_USER, UUID_PROPERTY
-
-
Constructor Summary
Constructors Constructor Description HeaderImpl()HeaderImpl(UUID uuid)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCreatedBy()DategetCreationTime()StringgetLastUpdateBy()DategetLastUpdateTime()UUIDgetUUID()voidsetUUID(UUID uuid)-
Methods inherited from class org.gcube.informationsystem.base.impl.properties.PropertyElementImpl
addAllowedAdditionalKey, getAdditionalProperties, getAdditionalProperty, setAdditionalProperties, setAdditionalProperty
-
Methods inherited from class org.gcube.informationsystem.base.impl.ElementImpl
toString
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.gcube.informationsystem.model.reference.properties.Property
getAdditionalProperties, getAdditionalProperty, setAdditionalProperties, setAdditionalProperty
-
-
-
-
Constructor Detail
-
HeaderImpl
public HeaderImpl()
-
HeaderImpl
public HeaderImpl(UUID uuid)
-
-
Method Detail
-
getCreatedBy
public String getCreatedBy()
- Specified by:
getCreatedByin interfaceHeader
-
getCreationTime
public Date getCreationTime()
- Specified by:
getCreationTimein interfaceHeader
-
getLastUpdateBy
public String getLastUpdateBy()
- Specified by:
getLastUpdateByin interfaceHeader
-
getLastUpdateTime
public Date getLastUpdateTime()
- Specified by:
getLastUpdateTimein interfaceHeader
-
-