Class CommentImpl

Object
com.liferay.portal.xml.NodeImpl
com.liferay.portal.xml.CommentImpl
All Implemented Interfaces:
com.liferay.portal.kernel.xml.Comment, com.liferay.portal.kernel.xml.Node, Serializable

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

    • CommentImpl

      public CommentImpl(org.dom4j.Comment comment)
  • 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
    • getWrappedComment

      public org.dom4j.Comment getWrappedComment()
    • hashCode

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

      public String toString()
      Overrides:
      toString in class NodeImpl