|
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opencms.workplace.comparison.CmsAttributeComparison
org.opencms.workplace.comparison.CmsElementComparison
org.opencms.workplace.comparison.CmsXmlContentElementComparison
public class CmsXmlContentElementComparison
Comparison of two xml content elements.
Constructor Summary | |
---|---|
CmsXmlContentElementComparison(java.util.Locale locale,
java.lang.String name,
java.lang.String type)
Creates a new element comparison. |
Method Summary | |
---|---|
java.lang.String |
getType()
Returns the type. |
void |
setType(java.lang.String type)
Sets the type. |
Methods inherited from class org.opencms.workplace.comparison.CmsElementComparison |
---|
compareTo, equals, getLocale, hashCode, setLocale |
Methods inherited from class org.opencms.workplace.comparison.CmsAttributeComparison |
---|
getName, getStatus, getVersion1, getVersion2, setName, setStatus, setVersion1, setVersion2 |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CmsXmlContentElementComparison(java.util.Locale locale, java.lang.String name, java.lang.String type)
locale
- the locale of the compared elementtype
- the type of the compared elementname
- the name of the compared elementMethod Detail |
---|
public java.lang.String getType()
public void setType(java.lang.String type)
type
- the type to set
|
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |