Class GeneratedBaseSite

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Comparable
    Direct Known Subclasses:
    BaseSite

    public abstract class GeneratedBaseSite
    extends GenericItem
    Generated class for type BaseSite.
    See Also:
    Serialized Form
    • Field Detail

      • UID

        public static final java.lang.String UID
        Qualifier of the BaseSite.uid attribute
        See Also:
        Constant Field Values
      • NAME

        public static final java.lang.String NAME
        Qualifier of the BaseSite.name attribute
        See Also:
        Constant Field Values
      • STORES

        public static final java.lang.String STORES
        Qualifier of the BaseSite.stores attribute
        See Also:
        Constant Field Values
      • STORESFORCMSSITE_SRC_ORDERED

        protected static java.lang.String STORESFORCMSSITE_SRC_ORDERED
        Relation ordering override parameter constants for StoresForCMSSite from ((basecommerce))
      • STORESFORCMSSITE_TGT_ORDERED

        protected static java.lang.String STORESFORCMSSITE_TGT_ORDERED
      • STORESFORCMSSITE_MARKMODIFIED

        protected static java.lang.String STORESFORCMSSITE_MARKMODIFIED
        Relation disable markmodifed parameter constants for StoresForCMSSite from ((basecommerce))
      • DEFAULT_INITIAL_ATTRIBUTES

        protected static final java.util.Map<java.lang.String,​Item.AttributeMode> DEFAULT_INITIAL_ATTRIBUTES
    • Constructor Detail

      • GeneratedBaseSite

        public GeneratedBaseSite()
    • Method Detail

      • getName

        public java.lang.String getName​(SessionContext ctx)
        Generated method - Getter of the BaseSite.name attribute.
        Returns:
        the name
      • getName

        public java.lang.String getName()
        Generated method - Getter of the BaseSite.name attribute.
        Returns:
        the name
      • getAllName

        public java.util.Map<Language,​java.lang.String> getAllName​(SessionContext ctx)
        Generated method - Getter of the BaseSite.name attribute.
        Returns:
        the localized name
      • getAllName

        public java.util.Map<Language,​java.lang.String> getAllName()
        Generated method - Getter of the BaseSite.name attribute.
        Returns:
        the localized name
      • setName

        public void setName​(SessionContext ctx,
                            java.lang.String value)
        Generated method - Setter of the BaseSite.name attribute.
        Parameters:
        value - the name
      • setName

        public void setName​(java.lang.String value)
        Generated method - Setter of the BaseSite.name attribute.
        Parameters:
        value - the name
      • setAllName

        public void setAllName​(SessionContext ctx,
                               java.util.Map<Language,​java.lang.String> value)
        Generated method - Setter of the BaseSite.name attribute.
        Parameters:
        value - the name
      • setAllName

        public void setAllName​(java.util.Map<Language,​java.lang.String> value)
        Generated method - Setter of the BaseSite.name attribute.
        Parameters:
        value - the name
      • getStores

        public java.util.List<BaseStore> getStores​(SessionContext ctx)
        Generated method - Getter of the BaseSite.stores attribute.
        Returns:
        the stores
      • getStores

        public java.util.List<BaseStore> getStores()
        Generated method - Getter of the BaseSite.stores attribute.
        Returns:
        the stores
      • getStoresCount

        public long getStoresCount()
      • setStores

        public void setStores​(SessionContext ctx,
                              java.util.List<BaseStore> value)
        Generated method - Setter of the BaseSite.stores attribute.
        Parameters:
        value - the stores
      • setStores

        public void setStores​(java.util.List<BaseStore> value)
        Generated method - Setter of the BaseSite.stores attribute.
        Parameters:
        value - the stores
      • addToStores

        public void addToStores​(SessionContext ctx,
                                BaseStore value)
        Generated method - Adds value to stores.
        Parameters:
        value - the item to add to stores
      • addToStores

        public void addToStores​(BaseStore value)
        Generated method - Adds value to stores.
        Parameters:
        value - the item to add to stores
      • removeFromStores

        public void removeFromStores​(SessionContext ctx,
                                     BaseStore value)
        Generated method - Removes value from stores.
        Parameters:
        value - the item to remove from stores
      • removeFromStores

        public void removeFromStores​(BaseStore value)
        Generated method - Removes value from stores.
        Parameters:
        value - the item to remove from stores
      • getUid

        public java.lang.String getUid​(SessionContext ctx)
        Generated method - Getter of the BaseSite.uid attribute.
        Returns:
        the uid
      • getUid

        public java.lang.String getUid()
        Generated method - Getter of the BaseSite.uid attribute.
        Returns:
        the uid
      • setUid

        public void setUid​(SessionContext ctx,
                           java.lang.String value)
        Generated method - Setter of the BaseSite.uid attribute.
        Parameters:
        value - the uid
      • setUid

        public void setUid​(java.lang.String value)
        Generated method - Setter of the BaseSite.uid attribute.
        Parameters:
        value - the uid