public static class CmsImportVersion10.RelationData extends java.lang.Object
| Constructor and Description |
|---|
RelationData(java.lang.String target,
CmsUUID targetId,
CmsRelationType type)
Creates a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object otherObj) |
java.lang.String |
getTarget()
Gets the relation target path.
|
CmsUUID |
getTargetId()
Gets the relation target structure id.
|
CmsRelationType |
getType()
Gets the relation type.
|
int |
hashCode() |
public RelationData(java.lang.String target, CmsUUID targetId, CmsRelationType type)
target - the relation target pathtargetId - the relation target structure idtype - the relation typepublic boolean equals(java.lang.Object otherObj)
equals in class java.lang.ObjectObject.equals(java.lang.Object)public java.lang.String getTarget()
public CmsUUID getTargetId()
public CmsRelationType getType()
public int hashCode()
hashCode in class java.lang.ObjectObject.hashCode()