public class FeatureAttributeDescriptor
extends java.lang.Object
Constructor and Description |
---|
FeatureAttributeDescriptor() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getAttributeChildValue()
Returns the attribute value in the child workspace.
|
java.lang.String |
getAttributeName()
Returns the attribute name.
|
java.lang.String |
getAttributeParentValue()
Returns the attribute value in the parent workspace.
|
ConflictDescriptor |
getConflictDescriptor()
Returns the attribute conflict descriptor if any conflict is related to this attribute, null otherwise.
|
FeatureDescriptor |
getFeatureDescriptor()
Returns the feature descriptor.
|
int |
hashCode() |
void |
setAttributeChildValue(java.lang.String attributeChildValue)
Sets the attribute value in the child workspace.
|
void |
setAttributeName(java.lang.String attributeName)
Sets the attribute name.
|
void |
setAttributeParentValue(java.lang.String attributeParentValue)
Sets the attribute value in the parent workspace.
|
void |
setConflictDescriptor(ConflictDescriptor conflictDescriptor)
Sets the attribute conflict descriptor.
|
void |
setFeatureDescriptor(FeatureDescriptor featureDescriptor)
Sets the feature descriptor.
|
public java.lang.String getAttributeName()
public void setAttributeName(java.lang.String attributeName)
attributeName
- attribute namepublic java.lang.String getAttributeChildValue()
public void setAttributeChildValue(java.lang.String attributeChildValue)
attributeChildValue
- attribute value in the child workspacepublic java.lang.String getAttributeParentValue()
public void setAttributeParentValue(java.lang.String attributeParentValue)
attributeParentValue
- attribute value in the parent workspacepublic ConflictDescriptor getConflictDescriptor()
public void setConflictDescriptor(ConflictDescriptor conflictDescriptor)
conflictDescriptor
- attribute conflict descriptor.public FeatureDescriptor getFeatureDescriptor()
public void setFeatureDescriptor(FeatureDescriptor featureDescriptor)
featureDescriptor
- feature descriptorpublic int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object