public class FeatureElementDescriptor
extends java.lang.Object
Constructor and Description |
---|
FeatureElementDescriptor() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
ConflictDescriptor |
getConflictDescriptor()
Returns the conflict descriptor if any conflict is related to this feature element, null otherwise.
|
java.lang.Integer |
getElementType()
Returns the feature element type.
|
LinkDescriptor |
getLinkDescriptor()
Returns the link descriptor if the network element is a link, null otherwise.
|
java.lang.Long |
getNetElementId()
Returns the network element identifier.
|
NodeDescriptor |
getNodeDescriptor()
Returns the node descriptor if the network element is a node, null otherwise.
|
java.lang.Integer |
getSequence()
Returns the feature element sequence.
|
int |
hashCode() |
boolean |
isNode()
Returns true if the network element is a node, false otherwise.
|
void |
setConflictDescriptor(ConflictDescriptor conflictDescriptor)
Sets the conflict descriptor.
|
void |
setElementType(java.lang.Integer elementType)
Sets the feature element type.
|
void |
setLinkDescriptor(LinkDescriptor linkDescriptor)
Sets the link descriptor.
|
void |
setNetElementId(java.lang.Long netElementId)
Sets the network element identifier.
|
void |
setNodeDescriptor(NodeDescriptor nodeDescriptor)
Sets the node descriptor.
|
void |
setSequence(java.lang.Integer sequence)
Sets the feature element sequence.
|
public ConflictDescriptor getConflictDescriptor()
public void setConflictDescriptor(ConflictDescriptor conflictDescriptor)
conflictDescriptor
- conflict descriptorpublic NodeDescriptor getNodeDescriptor()
public void setNodeDescriptor(NodeDescriptor nodeDescriptor)
nodeDescriptor
- node descriptorpublic LinkDescriptor getLinkDescriptor()
public void setLinkDescriptor(LinkDescriptor linkDescriptor)
linkDescriptor
- link descriptorpublic java.lang.Integer getElementType()
public void setElementType(java.lang.Integer elementType)
elementType
- element typepublic java.lang.Long getNetElementId()
public void setNetElementId(java.lang.Long netElementId)
netElementId
- network element identifierpublic boolean isNode()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public java.lang.Integer getSequence()
public void setSequence(java.lang.Integer sequence)
sequence
- feature element sequence