com.liferay.portal.xml
Class DocumentTypeImpl
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, notify, notifyAll, wait, wait, wait |
DocumentTypeImpl
public DocumentTypeImpl(org.dom4j.DocumentType documentType)
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