Liferay 6.2-ce-ga5

com.liferay.portal.xml
Class DocumentTypeImpl

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

public class DocumentTypeImpl
extends Object
implements DocumentType


Constructor Summary
DocumentTypeImpl(org.dom4j.DocumentType documentType)
           
 
Method Summary
 String getName()
           
 String getPublicId()
           
 String getSystemId()
           
 org.dom4j.DocumentType getWrappedDocumentType()
           
 int hashCode()
           
 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 String getName()
Specified by:
getName in interface DocumentType

getPublicId

public String getPublicId()
Specified by:
getPublicId in interface DocumentType

getSystemId

public String getSystemId()
Specified by:
getSystemId in interface 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

Liferay 6.2-ce-ga5