Enum ShopOrganisation

    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      EU  
      NA  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Collection<CountryOrganisation> getChildren()
      Get collection of children unit organisations.
      java.lang.String getCode()
      Get organisation unit code.
      java.lang.String getCommonFolderName()
      Get name of folder that is the same common for organisations of the same kind.
      java.lang.String getFolderName()
      Get name of folder root folder for this kind of organisations.
      java.util.Collection<ImportLanguage> getLanguages()
      Get list of languages for given organisation unit.
      java.lang.String getName()
      Get organisation unit user friendly name.
      ShopOrganisation getParent()
      Get this organisation parent
      StructureState getStructureState()
      Get version in which this organisation should be introduced in.
      void setParent​(ShopOrganisation parent)
      Set parent for this organisation.
      static ShopOrganisation valueOf​(java.lang.String name)
      Returns the enum constant of this type with the specified name.
      static ShopOrganisation[] values()
      Returns an array containing the constants of this enum type, in the order they are declared.
      • Methods inherited from class java.lang.Enum

        clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
      • Methods inherited from class java.lang.Object

        getClass, notify, notifyAll, wait, wait, wait