Interface IsParentOf
-
- All Superinterfaces:
Element,IdentifiableElement,RelationElement<Context,Context>,Serializable
- All Known Implementing Classes:
IsParentOfImpl
@TypeMetadata(name="IsParentOf", description="This class is the used to define parental relations between Context", version="1.0.0") @Change(version="1.0.0", description="First Version") public interface IsParentOf extends RelationElement<Context,Context>
https://wiki.gcube-system.org/gcube/Facet_Based_Resource_Model#IsParentOf- 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
CLASS_PROPERTY, DATETIME_PATTERN, SUPERCLASSES_PROPERTY
-
Fields inherited from interface org.gcube.informationsystem.base.reference.IdentifiableElement
HEADER_PROPERTY
-
Fields inherited from interface org.gcube.informationsystem.base.reference.relations.RelationElement
SOURCE_PROPERTY, TARGET_PROPERTY
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ContextgetSource()ContextgetTarget()voidsetSource(Context source)voidsetTarget(Context target)-
Methods inherited from interface org.gcube.informationsystem.base.reference.IdentifiableElement
setHeader
-
Methods inherited from interface org.gcube.informationsystem.base.reference.relations.RelationElement
getHeader
-
-
-
-
Field Detail
-
NAME
static final String NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getSource
Context getSource()
- Specified by:
getSourcein interfaceRelationElement<Context,Context>
-
setSource
void setSource(Context source)
- Specified by:
setSourcein interfaceRelationElement<Context,Context>
-
getTarget
Context getTarget()
- Specified by:
getTargetin interfaceRelationElement<Context,Context>
-
setTarget
void setTarget(Context target)
- Specified by:
setTargetin interfaceRelationElement<Context,Context>
-
-