public class LinkDescriptor
extends java.lang.Object
Constructor and Description |
---|
LinkDescriptor() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
ConflictDescriptor |
getConflictDescriptor()
Returns the link conflict descriptor.
|
java.lang.Long |
getEndNodeIdChild()
Returns the end node identifier of the child workspace.
|
java.lang.Long |
getEndNodeIdParent()
Returns the end node identifier of the parent workspace.
|
java.lang.Long |
getLinkId()
Returns the link identifier.
|
java.lang.Long |
getStartNodeIdChild()
Returns the start node identifier of the child workspace.
|
java.lang.Long |
getStartNodeIdParent()
Returns the start node identifier of the parent workspace.
|
int |
hashCode() |
void |
setConflictDescriptor(ConflictDescriptor conflictDescriptor)
Sets the conflict descriptor.
|
void |
setEndNodeIdChild(java.lang.Long endNodeIdChild)
Sets the end node identifier of the child workspace.
|
void |
setEndNodeIdParent(java.lang.Long endNodeIdParent)
Sets the end node identifier of the parent workspace.
|
void |
setLinkId(java.lang.Long linkId)
Sets the link identifier.
|
void |
setStartNodeIdChild(java.lang.Long startNodeIdChild)
Sets the start node identifier of the child workspace.
|
void |
setStartNodeIdParent(java.lang.Long startNodeIdParent)
Sets the start node identifier of the parent workspace.
|
public java.lang.Long getLinkId()
public void setLinkId(java.lang.Long linkId)
linkId
- link identifierpublic java.lang.Long getStartNodeIdChild()
public void setStartNodeIdChild(java.lang.Long startNodeIdChild)
startNodeIdChild
- start node identifier of the child workspacepublic java.lang.Long getEndNodeIdChild()
public void setEndNodeIdChild(java.lang.Long endNodeIdChild)
endNodeIdChild
- end node identifier of the child workspacepublic java.lang.Long getStartNodeIdParent()
public void setStartNodeIdParent(java.lang.Long startNodeIdParent)
startNodeIdParent
- start node identifier of the parent workspacepublic java.lang.Long getEndNodeIdParent()
public void setEndNodeIdParent(java.lang.Long endNodeIdParent)
endNodeIdParent
- end node identifier of the parent workspacepublic ConflictDescriptor getConflictDescriptor()
public void setConflictDescriptor(ConflictDescriptor conflictDescriptor)
conflictDescriptor
- conflict descriptorpublic int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object