public class DocumentTypeImpl
extends Object
implements com.liferay.portal.kernel.xml.DocumentType
| Constructor and Description |
|---|
DocumentTypeImpl(org.dom4j.DocumentType documentType) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object object) |
String |
getName() |
String |
getPublicId() |
String |
getSystemId() |
org.dom4j.DocumentType |
getWrappedDocumentType() |
int |
hashCode() |
String |
toString() |
public boolean equals(Object object)
equals in class Objectpublic String getName()
getName in interface com.liferay.portal.kernel.xml.DocumentTypepublic String getPublicId()
getPublicId in interface com.liferay.portal.kernel.xml.DocumentTypepublic String getSystemId()
getSystemId in interface com.liferay.portal.kernel.xml.DocumentTypepublic org.dom4j.DocumentType getWrappedDocumentType()
public int hashCode()
hashCode in class Objectpublic String toString()
toString in class Object