Interface Brand

All Superinterfaces:
Cloneable, net.anotheria.asg.data.DataObject, net.anotheria.util.sorter.IComparable
All Known Implementing Classes:
BrandDocument

public interface Brand extends net.anotheria.asg.data.DataObject, net.anotheria.util.sorter.IComparable
  • Field Details

    • PROP_ID

      static final String PROP_ID
      Constant property name for "id" for internal storage and queries.
      See Also:
    • PROP_NAME

      static final String PROP_NAME
      Constant property name for "name" for internal storage and queries.
      See Also:
    • PROP_DEFAULT_BRAND

      static final String PROP_DEFAULT_BRAND
      Constant property name for "defaultBrand" for internal storage and queries.
      See Also:
    • PROP_URLS_TO_MAP

      static final String PROP_URLS_TO_MAP
      Constant property name for "urlsToMap" for internal storage and queries.
      See Also:
    • PROP_LOCALIZATIONS

      static final String PROP_LOCALIZATIONS
      Constant property name for "localizations" for internal storage and queries.
      See Also:
    • PROP_ATTRIBUTES

      static final String PROP_ATTRIBUTES
      Constant property name for "attributes" for internal storage and queries.
      See Also:
  • Method Details

    • getName

      String getName()
      Returns the value of the name attribute.
    • setName

      void setName(String value)
      Sets the value of the name attribute.
    • getDefaultBrand

      boolean getDefaultBrand()
      Returns the value of the defaultBrand attribute.
    • setDefaultBrand

      void setDefaultBrand(boolean value)
      Sets the value of the defaultBrand attribute.
    • getUrlsToMap

      List<String> getUrlsToMap()
      Returns the value of the urlsToMap attribute.
    • setUrlsToMap

      void setUrlsToMap(List<String> value)
      Sets the value of the urlsToMap attribute.
    • getLocalizations

      List<String> getLocalizations()
      Returns the value of the localizations attribute.
    • setLocalizations

      void setLocalizations(List<String> value)
      Sets the value of the localizations attribute.
    • getMediaLinks

      List<String> getMediaLinks()
      Returns the value of the mediaLinks attribute.
    • setMediaLinks

      void setMediaLinks(List<String> value)
      Sets the value of the mediaLinks attribute.
    • getAttributes

      List<String> getAttributes()
      Returns the value of the attributes attribute.
    • setAttributes

      void setAttributes(List<String> value)
      Sets the value of the attributes attribute.
    • getUrlsToMapSize

      int getUrlsToMapSize()
      Returns the number of elements in the "urlsToMap" container
    • addUrlsToMapElement

      void addUrlsToMapElement(String urlToMap)
      Adds a new element to the list.
    • removeUrlsToMapElement

      void removeUrlsToMapElement(int index)
      Removes the element at position index from the list.
    • swapUrlsToMapElement

      void swapUrlsToMapElement(int index1, int index2)
      Swaps elements at positions index1 and index2 in the list.
    • getUrlsToMapElement

      String getUrlsToMapElement(int index)
      Returns the element at the position index in the list.
    • getLocalizationsSize

      int getLocalizationsSize()
      Returns the number of elements in the "localizations" container
    • addLocalizationsElement

      void addLocalizationsElement(String localization)
      Adds a new element to the list.
    • removeLocalizationsElement

      void removeLocalizationsElement(int index)
      Removes the element at position index from the list.
    • swapLocalizationsElement

      void swapLocalizationsElement(int index1, int index2)
      Swaps elements at positions index1 and index2 in the list.
    • getLocalizationsElement

      String getLocalizationsElement(int index)
      Returns the element at the position index in the list.
    • getMediaLinksSize

      int getMediaLinksSize()
      Returns the number of elements in the "mediaLinks" container
    • addMediaLinksElement

      void addMediaLinksElement(String mediaLink)
      Adds a new element to the list.
    • removeMediaLinksElement

      void removeMediaLinksElement(int index)
      Removes the element at position index from the list.
    • swapMediaLinksElement

      void swapMediaLinksElement(int index1, int index2)
      Swaps elements at positions index1 and index2 in the list.
    • getMediaLinksElement

      String getMediaLinksElement(int index)
      Returns the element at the position index in the list.
    • getAttributesSize

      int getAttributesSize()
      Returns the number of elements in the "attributes" container
    • addAttributesElement

      void addAttributesElement(String attribute)
      Adds a new element to the list.
    • removeAttributesElement

      void removeAttributesElement(int index)
      Removes the element at position index from the list.
    • swapAttributesElement

      void swapAttributesElement(int index1, int index2)
      Swaps elements at positions index1 and index2 in the list.
    • getAttributesElement

      String getAttributesElement(int index)
      Returns the element at the position index in the list.