Class DocumentTypeImpl

Object
com.liferay.portal.xml.DocumentTypeImpl
All Implemented Interfaces:
com.liferay.portal.kernel.xml.DocumentType

public class DocumentTypeImpl extends Object implements com.liferay.portal.kernel.xml.DocumentType
Author:
Brian Wing Shun Chan
  • Constructor Details

    • DocumentTypeImpl

      public DocumentTypeImpl(org.dom4j.DocumentType documentType)
  • Method Details

    • equals

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

      public String getName()
      Specified by:
      getName in interface com.liferay.portal.kernel.xml.DocumentType
    • getPublicId

      public String getPublicId()
      Specified by:
      getPublicId in interface com.liferay.portal.kernel.xml.DocumentType
    • getSystemId

      public String getSystemId()
      Specified by:
      getSystemId in interface com.liferay.portal.kernel.xml.DocumentType
    • getWrappedDocumentType

      public org.dom4j.DocumentType getWrappedDocumentType()
    • hashCode

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

      public String toString()
      Overrides:
      toString in class Object