Class AttributeImpl

Object
com.liferay.portal.xml.NodeImpl
com.liferay.portal.xml.AttributeImpl
All Implemented Interfaces:
com.liferay.portal.kernel.xml.Attribute, com.liferay.portal.kernel.xml.Node, Serializable

public class AttributeImpl extends NodeImpl implements com.liferay.portal.kernel.xml.Attribute
Author:
Brian Wing Shun Chan
See Also:
  • Constructor Details

    • AttributeImpl

      public AttributeImpl(org.dom4j.Attribute attribute)
  • Method Details

    • accept

      public <T, V extends com.liferay.portal.kernel.xml.Visitor<T>> T accept(V visitor)
      Specified by:
      accept in interface com.liferay.portal.kernel.xml.Node
      Overrides:
      accept in class NodeImpl
    • equals

      public boolean equals(Object object)
      Overrides:
      equals in class NodeImpl
    • getData

      public Object getData()
      Specified by:
      getData in interface com.liferay.portal.kernel.xml.Attribute
    • getNamespace

      public com.liferay.portal.kernel.xml.Namespace getNamespace()
      Specified by:
      getNamespace in interface com.liferay.portal.kernel.xml.Attribute
    • getNamespacePrefix

      public String getNamespacePrefix()
      Specified by:
      getNamespacePrefix in interface com.liferay.portal.kernel.xml.Attribute
    • getNamespaceURI

      public String getNamespaceURI()
      Specified by:
      getNamespaceURI in interface com.liferay.portal.kernel.xml.Attribute
    • getQName

      public com.liferay.portal.kernel.xml.QName getQName()
      Specified by:
      getQName in interface com.liferay.portal.kernel.xml.Attribute
    • getQualifiedName

      public String getQualifiedName()
      Specified by:
      getQualifiedName in interface com.liferay.portal.kernel.xml.Attribute
    • getValue

      public String getValue()
      Specified by:
      getValue in interface com.liferay.portal.kernel.xml.Attribute
    • getWrappedAttribute

      public org.dom4j.Attribute getWrappedAttribute()
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class NodeImpl
    • setData

      public void setData(Object data)
      Specified by:
      setData in interface com.liferay.portal.kernel.xml.Attribute
    • setNamespace

      public void setNamespace(com.liferay.portal.kernel.xml.Namespace namespace)
      Specified by:
      setNamespace in interface com.liferay.portal.kernel.xml.Attribute
    • setValue

      public void setValue(String value)
      Specified by:
      setValue in interface com.liferay.portal.kernel.xml.Attribute
    • toString

      public String toString()
      Overrides:
      toString in class NodeImpl