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 Object
- implements com.liferay.portal.kernel.xml.DocumentType
DocumentTypeImpl
public DocumentTypeImpl(org.dom4j.DocumentType documentType)
equals
public boolean equals(Object obj)
- 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