Class EntityElementImpl
- java.lang.Object
-
- org.gcube.informationsystem.base.impl.ElementImpl
-
- org.gcube.informationsystem.base.impl.entities.EntityElementImpl
-
- All Implemented Interfaces:
Serializable,Element,EntityElement,IdentifiableElement
- Direct Known Subclasses:
ContextImpl,EntityImpl,QueryTemplateImpl
public abstract class EntityElementImpl extends ElementImpl implements EntityElement
- Author:
- Luca Frosini (ISTI - CNR)
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected Metadatametadataprotected UUIDuuid-
Fields inherited from interface org.gcube.informationsystem.base.reference.Element
DATETIME_PATTERN, NAME, TYPE_PROPERTY
-
Fields inherited from interface org.gcube.informationsystem.base.reference.entities.EntityElement
NAME
-
Fields inherited from interface org.gcube.informationsystem.base.reference.IdentifiableElement
ID_PROPERTY, METADATA_PROPERTY
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedEntityElementImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UUIDgetID()MetadatagetMetadata()voidsetID(UUID uuid)voidsetMetadata(Metadata metadata)StringtoString()-
Methods inherited from class org.gcube.informationsystem.base.impl.ElementImpl
getTypeName
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.gcube.informationsystem.base.reference.Element
getTypeName
-
-
-
-
Method Detail
-
getID
public UUID getID()
- Specified by:
getIDin interfaceEntityElement- Specified by:
getIDin interfaceIdentifiableElement
-
setID
public void setID(UUID uuid)
- Specified by:
setIDin interfaceEntityElement- Specified by:
setIDin interfaceIdentifiableElement
-
getMetadata
public Metadata getMetadata()
- Specified by:
getMetadatain interfaceEntityElement- Specified by:
getMetadatain interfaceIdentifiableElement
-
setMetadata
public void setMetadata(Metadata metadata)
- Specified by:
setMetadatain interfaceEntityElement- Specified by:
setMetadatain interfaceIdentifiableElement
-
toString
public String toString()
- Overrides:
toStringin classElementImpl
-
-