Class IsParentOfImpl
java.lang.Object
org.gcube.informationsystem.base.impl.ElementImpl
org.gcube.informationsystem.base.impl.relations.RelationElementImpl<Context,Context>
org.gcube.informationsystem.contexts.impl.relations.IsParentOfImpl
- All Implemented Interfaces:
Serializable,Element,IdentifiableElement,RelationElement<Context,,Context> IsParentOf
public final class IsParentOfImpl
extends RelationElementImpl<Context,Context>
implements IsParentOf
The default implementation of the
IsParentOf interface.- Author:
- Luca Frosini (ISTI - CNR)
- See Also:
-
Field Summary
Fields inherited from class org.gcube.informationsystem.base.impl.relations.RelationElementImpl
metadata, source, target, uuidFields inherited from interface org.gcube.informationsystem.base.reference.Element
DATETIME_PATTERN, NAME, TYPE_PROPERTYFields inherited from interface org.gcube.informationsystem.base.reference.IdentifiableElement
ID_PROPERTY, METADATA_PROPERTYFields inherited from interface org.gcube.informationsystem.contexts.reference.relations.IsParentOf
NAMEFields inherited from interface org.gcube.informationsystem.base.reference.relations.RelationElement
NAME, SOURCE_PROPERTY, TARGET_PROPERTY -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedDefault constructor.IsParentOfImpl(Context source, Context target) Constructs a newIsParentOfImplwith the given source and target. -
Method Summary
Methods inherited from class org.gcube.informationsystem.base.impl.relations.RelationElementImpl
getID, getMetadata, getSource, getTarget, setID, setMetadata, setSource, setTargetMethods inherited from class org.gcube.informationsystem.base.impl.ElementImpl
getTypeName, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.gcube.informationsystem.base.reference.Element
getTypeNameMethods inherited from interface org.gcube.informationsystem.contexts.reference.relations.IsParentOf
getSource, getTarget, setSource, setTargetMethods inherited from interface org.gcube.informationsystem.base.reference.relations.RelationElement
getID, getMetadata, setID, setMetadata
-
Constructor Details
-
IsParentOfImpl
protected IsParentOfImpl()Default constructor. -
IsParentOfImpl
Constructs a newIsParentOfImplwith the given source and target.- Parameters:
source- The source context.target- The target context.
-