Class FeatureAttributeDescriptor


  • public class FeatureAttributeDescriptor
    extends java.lang.Object
    Describes a feature attribute descriptor.
    • Constructor Detail

      • FeatureAttributeDescriptor

        public FeatureAttributeDescriptor()
    • Method Detail

      • getAttributeName

        public java.lang.String getAttributeName()
        Returns the attribute name.
        Returns:
        attribute name
      • setAttributeName

        public void setAttributeName​(java.lang.String attributeName)
        Sets the attribute name.
        Parameters:
        attributeName - attribute name
      • getAttributeChildValue

        public java.lang.String getAttributeChildValue()
        Returns the attribute value in the child workspace.
        Returns:
        attribute value in the child workspace
      • setAttributeChildValue

        public void setAttributeChildValue​(java.lang.String attributeChildValue)
        Sets the attribute value in the child workspace.
        Parameters:
        attributeChildValue - attribute value in the child workspace
      • getAttributeParentValue

        public java.lang.String getAttributeParentValue()
        Returns the attribute value in the parent workspace.
        Returns:
        attribute value in the parent workspace
      • setAttributeParentValue

        public void setAttributeParentValue​(java.lang.String attributeParentValue)
        Sets the attribute value in the parent workspace.
        Parameters:
        attributeParentValue - attribute value in the parent workspace
      • getConflictDescriptor

        public ConflictDescriptor getConflictDescriptor()
        Returns the attribute conflict descriptor if any conflict is related to this attribute, null otherwise.
        Returns:
        attribute conflict descriptor
      • setConflictDescriptor

        public void setConflictDescriptor​(ConflictDescriptor conflictDescriptor)
        Sets the attribute conflict descriptor.
        Parameters:
        conflictDescriptor - attribute conflict descriptor.
      • getFeatureDescriptor

        public FeatureDescriptor getFeatureDescriptor()
        Returns the feature descriptor.
        Returns:
        feature descriptor.
      • setFeatureDescriptor

        public void setFeatureDescriptor​(FeatureDescriptor featureDescriptor)
        Sets the feature descriptor.
        Parameters:
        featureDescriptor - feature descriptor
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object