Class HasPersistentMemoryImpl<Out extends org.gcube.informationsystem.model.reference.entities.Resource,In extends MemoryFacet>
- java.lang.Object
-
- org.gcube.informationsystem.base.impl.ElementImpl
-
- org.gcube.informationsystem.base.impl.relations.RelationElementImpl<S,T>
-
- org.gcube.informationsystem.model.impl.relations.RelationImpl<S,T>
-
- org.gcube.informationsystem.model.impl.relations.ConsistsOfImpl<Out,In>
-
- org.gcube.resourcemanagement.model.impl.relations.consistsof.HasMemoryImpl<Out,In>
-
- org.gcube.resourcemanagement.model.impl.relations.consistsof.HasPersistentMemoryImpl<Out,In>
-
- All Implemented Interfaces:
Serializable,org.gcube.informationsystem.base.reference.Element,org.gcube.informationsystem.base.reference.IdentifiableElement,org.gcube.informationsystem.base.reference.relations.RelationElement<Out,In>,org.gcube.informationsystem.base.reference.SchemaMixedElement,org.gcube.informationsystem.model.reference.ERElement,org.gcube.informationsystem.model.reference.relations.ConsistsOf<Out,In>,org.gcube.informationsystem.model.reference.relations.Relation<Out,In>,HasMemory<Out,In>,HasPersistentMemory<Out,In>
public class HasPersistentMemoryImpl<Out extends org.gcube.informationsystem.model.reference.entities.Resource,In extends MemoryFacet> extends HasMemoryImpl<Out,In> implements HasPersistentMemory<Out,In>
- Author:
- Luca Frosini (ISTI - CNR)
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.gcube.informationsystem.model.impl.relations.RelationImpl
additionalProperties, allowedAdditionalKeys, propagationConstraint
-
Fields inherited from class org.gcube.informationsystem.base.impl.relations.RelationElementImpl
header, source, target
-
Fields inherited from interface org.gcube.informationsystem.model.reference.relations.ConsistsOf
NAME
-
Fields inherited from interface org.gcube.informationsystem.base.reference.Element
CLASS_PROPERTY, DATETIME_PATTERN, NAME, SUPERCLASSES_PROPERTY
-
Fields inherited from interface org.gcube.resourcemanagement.model.reference.relations.consistsof.HasMemory
NAME
-
Fields inherited from interface org.gcube.resourcemanagement.model.reference.relations.consistsof.HasPersistentMemory
NAME
-
Fields inherited from interface org.gcube.informationsystem.base.reference.IdentifiableElement
HEADER_PROPERTY
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedHasPersistentMemoryImpl()HasPersistentMemoryImpl(Out source, In target)HasPersistentMemoryImpl(Out source, In target, org.gcube.informationsystem.model.reference.properties.PropagationConstraint propagationConstraint)
-
Method Summary
-
Methods inherited from class org.gcube.informationsystem.model.impl.relations.RelationImpl
getAdditionalProperties, getAdditionalProperty, getPropagationConstraint, setAdditionalProperties, setAdditionalProperty
-
Methods inherited from class org.gcube.informationsystem.base.impl.relations.RelationElementImpl
getHeader, getSource, getTarget, setHeader, setSource, setTarget
-
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.IdentifiableElement
setHeader
-
-