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
Nested ClassesModifier and TypeClassDescriptionstatic classA export name comparator. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturns the value of the 'exportname' property.getSite()Returns the site.inthashCode()voidsetExportname(String exportname) Sets the export name.voidSets 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
-