Interface Person
-
- All Superinterfaces:
Actor,org.gcube.informationsystem.base.reference.Element,org.gcube.informationsystem.model.reference.entities.Entity,org.gcube.informationsystem.base.reference.entities.EntityElement,org.gcube.informationsystem.model.reference.ERElement,GCubeResource,org.gcube.informationsystem.base.reference.IdentifiableElement,org.gcube.informationsystem.model.reference.entities.Resource,Serializable
- All Known Implementing Classes:
PersonImpl
@ResourceSchema(resources=) @TypeMetadata(name="Person", description="Person represents any human playing the role of Actor.", version="1.0.0") @Change(version="1.0.0", description="First Version") public interface Person extends ActorPerson represents any human playing the role of Actor. https://wiki.gcube-system.org/gcube/GCube_Model#Person- Author:
- Luca Frosini (ISTI - CNR)
-
-
Field Summary
Fields Modifier and Type Field Description static StringNAME-
Fields inherited from interface org.gcube.informationsystem.base.reference.Element
DATETIME_PATTERN, EXPECTED_TYPE_PROPERTY, SUPERTYPES_PROPERTY, TYPE_PROPERTY
-
Fields inherited from interface org.gcube.informationsystem.model.reference.ERElement
CONTEXTS_PROPERTY
-
-
Method Summary
-
Methods inherited from interface org.gcube.informationsystem.base.reference.Element
getExpectedtype, getSupertypes, getTypeName
-
Methods inherited from interface org.gcube.informationsystem.base.reference.entities.EntityElement
getID, getMetadata, setID, setMetadata
-
Methods inherited from interface org.gcube.resourcemanagement.model.reference.entities.resources.GCubeResource
getIdentificationFacets
-
-
-
-
Field Detail
-
NAME
static final String NAME
- See Also:
- Constant Field Values
-
-