Class EntityTypeImpl
- java.lang.Object
-
- org.gcube.informationsystem.types.impl.TypeImpl
-
- org.gcube.informationsystem.types.impl.entities.EntityTypeImpl
-
- All Implemented Interfaces:
Serializable,Element,EntityElement,IdentifiableElement,EntityType,Type
- Direct Known Subclasses:
FacetTypeImpl,ResourceTypeImpl
public class EntityTypeImpl extends TypeImpl implements EntityType
- Author:
- Luca Frosini (ISTI - CNR)
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected Headerheader-
Fields inherited from class org.gcube.informationsystem.types.impl.TypeImpl
abstractType, changelog, DEFAULT_CHANGELOG_MAP, description, name, properties, superClasses, version
-
Fields inherited from interface org.gcube.informationsystem.base.reference.Element
CLASS_PROPERTY, DATETIME_PATTERN, SUPERCLASSES_PROPERTY
-
Fields inherited from interface org.gcube.informationsystem.types.reference.entities.EntityType
NAME
-
Fields inherited from interface org.gcube.informationsystem.base.reference.IdentifiableElement
HEADER_PROPERTY
-
Fields inherited from interface org.gcube.informationsystem.types.reference.Type
ABSTRACT_PROPERTY, CHANGELOG_PROPERTY, DESCRIPTION_PROPERTY, NAME, NAME_PROPERTY, PROPERTIES_PROPERTY, TYPE_SUPERCLASSES_PROPERTY, VERSION_PROPERTY
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedEntityTypeImpl()EntityTypeImpl(Class<? extends EntityElement> clz)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description AccessTypegetAccessType()static EntityTypegetEntityTypeDefinitionInstance(Class<? extends EntityElement> clz)HeadergetHeader()voidsetHeader(Header header)StringtoString()-
Methods inherited from class org.gcube.informationsystem.types.impl.TypeImpl
getChangelog, getChangelogWithVersionAsString, getDescription, getGenericClass, getInstance, getName, getProperties, getSuperClasses, getVersion, getVersionAsString, isAbstract, retrieveListOfProperties, retrieveSuperClasses, setChangelog, setVersion
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.gcube.informationsystem.types.reference.entities.EntityType
getDescription, getName, getSuperClasses, isAbstract
-
Methods inherited from interface org.gcube.informationsystem.types.reference.Type
getChangelog, getChangelogWithVersionAsString, getProperties, getVersion, getVersionAsString
-
-
-
-
Field Detail
-
header
protected Header header
-
-
Constructor Detail
-
EntityTypeImpl
protected EntityTypeImpl()
-
EntityTypeImpl
public EntityTypeImpl(Class<? extends EntityElement> clz)
-
-
Method Detail
-
getEntityTypeDefinitionInstance
public static EntityType getEntityTypeDefinitionInstance(Class<? extends EntityElement> clz)
-
getHeader
public Header getHeader()
- Specified by:
getHeaderin interfaceEntityElement- Specified by:
getHeaderin interfaceIdentifiableElement- Overrides:
getHeaderin classTypeImpl
-
setHeader
public void setHeader(Header header)
- Specified by:
setHeaderin interfaceIdentifiableElement- Overrides:
setHeaderin classTypeImpl
-
getAccessType
public AccessType getAccessType()
- Specified by:
getAccessTypein interfaceType- Overrides:
getAccessTypein classTypeImpl
-
-