Class EntityImpl

Object
com.liferay.portal.xml.NodeImpl
com.liferay.portal.xml.EntityImpl
All Implemented Interfaces:
com.liferay.portal.kernel.xml.Entity, com.liferay.portal.kernel.xml.Node, Serializable

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

    • EntityImpl

      public EntityImpl(org.dom4j.Entity entity)
  • 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
    • getWrappedEntity

      public org.dom4j.Entity getWrappedEntity()
    • hashCode

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

      public String toString()
      Overrides:
      toString in class NodeImpl