com.liferay.portal.xml
Class DocumentTypeImpl

java.lang.Object
  extended by com.liferay.portal.xml.DocumentTypeImpl
All Implemented Interfaces:
com.liferay.portal.kernel.xml.DocumentType

public class DocumentTypeImpl
extends java.lang.Object
implements com.liferay.portal.kernel.xml.DocumentType

Author:
Brian Wing Shun Chan

Constructor Summary
DocumentTypeImpl(org.dom4j.DocumentType documentType)
           
 
Method Summary
 java.lang.String getName()
           
 java.lang.String getPublicId()
           
 java.lang.String getSystemId()
           
 org.dom4j.DocumentType getWrappedDocumentType()
           
 int hashCode()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DocumentTypeImpl

public DocumentTypeImpl(org.dom4j.DocumentType documentType)
Method Detail

getName

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

getPublicId

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

getSystemId

public java.lang.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 java.lang.Object

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object