Class CmsExportname


  • public class CmsExportname
    extends java.lang.Object
    A bean for a export name. Combines the export name with the site information

    • Constructor Summary

      Constructors 
      Constructor Description
      CmsExportname​(java.lang.String exportname, CmsSite site)
      Constructor with parameters.
    • Constructor Detail

      • CmsExportname

        public CmsExportname​(java.lang.String exportname,
                             CmsSite site)
        Constructor with parameters.

        Parameters:
        exportname - the export name
        site - the site object
    • Method Detail

      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object
        See Also:
        Object.equals(java.lang.Object)
      • getExportname

        public java.lang.String getExportname()
        Returns the value of the 'exportname' property.

        Returns:
        the value of the 'exportname' property
      • getSite

        public CmsSite getSite()
        Returns the site.

        Returns:
        the site
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
        See Also:
        Object.hashCode()
      • setExportname

        public void setExportname​(java.lang.String exportname)
        Sets the export name.

        Parameters:
        exportname - the value to set the export name to
      • setSite

        public void setSite​(CmsSite site)
        Sets the site.

        Parameters:
        site - the site to set
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
        See Also:
        Object.toString()