Package org.opencms.staticexport
Class CmsExportname
java.lang.Object
org.opencms.staticexport.CmsExportname
A bean for a export name. Combines the export name with the site information
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
A export name comparator. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Returns the value of the 'exportname' property.getSite()
Returns the site.int
hashCode()
void
setExportname
(String exportname) Sets the export name.void
Sets the site.toString()
-
Constructor Details
-
CmsExportname
Constructor with parameters.- Parameters:
exportname
- the export namesite
- the site object
-
-
Method Details
-
equals
-
getExportname
Returns the value of the 'exportname' property.- Returns:
- the value of the 'exportname' property
-
getSite
Returns the site.- Returns:
- the site
-
hashCode
-
setExportname
Sets the export name.- Parameters:
exportname
- the value to set the export name to
-
setSite
Sets the site.- Parameters:
site
- the site to set
-
toString
-