|
|||||||
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
Comparison of two xml page elements.
Constructor Summary | |
CmsElementComparison(java.lang.String locale,
java.lang.String name)
Creates a new element comparison. |
Method Summary | |
boolean |
equals(java.lang.Object o)
|
java.lang.String |
getLocale()
Returns the locale. |
int |
hashCode()
|
void |
setLocale(java.lang.String locale)
Sets the locale. |
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 CmsElementComparison(java.lang.String locale, java.lang.String name)
locale
- the locale of the comparisonname
- the name of the elementMethod Detail |
public boolean equals(java.lang.Object o)
Object.equals(java.lang.Object)
public java.lang.String getLocale()
public int hashCode()
Object.hashCode()
public void setLocale(java.lang.String locale)
locale
- the locale to set
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |