Interface LegalBody
-
- 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.ModelElement,org.gcube.informationsystem.model.reference.entities.Resource,Serializable
- All Known Implementing Classes:
LegalBodyImpl
@ResourceSchema(resources=) @TypeMetadata(name="LegalBody", description="LegalBody represents any legal entity playing the role of an Actor.", version="1.0.0") @Change(version="1.0.0", description="First Version") public interface LegalBody extends ActorLegalBody represents any legal entity playing the role of an Actor. https://wiki.gcube-system.org/gcube/GCube_Model#Legal_Body- Author:
- Luca Frosini (ISTI - CNR)
-
-
Field Summary
Fields Modifier and Type Field Description static StringNAMEThe name associated with this resource-
Fields inherited from interface org.gcube.informationsystem.base.reference.Element
DATETIME_PATTERN, TYPE_PROPERTY
-
Fields inherited from interface org.gcube.informationsystem.model.reference.ERElement
CONTEXTS_PROPERTY
-
Fields inherited from interface org.gcube.informationsystem.base.reference.IdentifiableElement
ID_PROPERTY, METADATA_PROPERTY
-
-
Method Summary
Static Methods Modifier and Type Method Description static LegalBodygetDefaultInstance()Returns a default instance of LegalBody-
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
getIdentificationFacet
-
-
-
-
Field Detail
-
NAME
static final String NAME
The name associated with this resource- See Also:
- Constant Field Values
-
-
Method Detail
-
getDefaultInstance
static LegalBody getDefaultInstance()
Returns a default instance of LegalBody- Returns:
- a default instance of LegalBody
-
-