Package org.opencms.importexport
Class CmsImportVersion10.RelationData
java.lang.Object
org.opencms.importexport.CmsImportVersion10.RelationData
- Enclosing class:
- CmsImportVersion10
Data class to temporarily keep track of relation data for a resource to be imported.
-
Constructor Summary
ConstructorDescriptionRelationData
(String target, CmsUUID targetId, CmsRelationType type) Creates a new instance. -
Method Summary
-
Constructor Details
-
RelationData
Creates a new instance.- Parameters:
target
- the relation target pathtargetId
- the relation target structure idtype
- the relation type
-
-
Method Details
-
equals
-
getTarget
Gets the relation target path.- Returns:
- the relation target path
-
getTargetId
Gets the relation target structure id.- Returns:
- the relation target structure id
-
getType
Gets the relation type.- Returns:
- the relation type
-
hashCode
-