com.ibm.commerce.promotion.facade.server.entity.datatypes

Interface Px_group

    • Method Detail

      • getPx_group_id

        int getPx_group_id()
        Returns the value of the 'Px group id' attribute.

        If the meaning of the 'Px group id' attribute isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'Px group id' attribute.
        See Also:
        setPx_group_id(int), PromotionEntityPackage.getPx_group_Px_group_id()
      • setPx_group_id

        void setPx_group_id(int value)
        Sets the value of the 'Px group id' attribute.
        Parameters:
        value - the new value of the 'Px group id' attribute.
        See Also:
        getPx_group_id()
      • getStoreent_id

        int getStoreent_id()
        Returns the value of the 'Storeent id' attribute.

        If the meaning of the 'Storeent id' attribute isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'Storeent id' attribute.
        See Also:
        setStoreent_id(int), PromotionEntityPackage.getPx_group_Storeent_id()
      • setStoreent_id

        void setStoreent_id(int value)
        Sets the value of the 'Storeent id' attribute.
        Parameters:
        value - the new value of the 'Storeent id' attribute.
        See Also:
        getStoreent_id()
      • getStatus

        short getStatus()
        Returns the value of the 'Status' attribute.

        If the meaning of the 'Status' attribute isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'Status' attribute.
        See Also:
        setStatus(short), PromotionEntityPackage.getPx_group_Status()
      • setStatus

        void setStatus(short value)
        Sets the value of the 'Status' attribute.
        Parameters:
        value - the new value of the 'Status' attribute.
        See Also:
        getStatus()
      • getGrpname

        java.lang.String getGrpname()
        Returns the value of the 'Grpname' attribute.

        If the meaning of the 'Grpname' attribute isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'Grpname' attribute.
        See Also:
        setGrpname(String), PromotionEntityPackage.getPx_group_Grpname()
      • setGrpname

        void setGrpname(java.lang.String value)
        Sets the value of the 'Grpname' attribute.
        Parameters:
        value - the new value of the 'Grpname' attribute.
        See Also:
        getGrpname()
      • getXmlparam

        java.lang.String getXmlparam()
        Returns the value of the 'Xmlparam' attribute.

        If the meaning of the 'Xmlparam' attribute isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'Xmlparam' attribute.
        See Also:
        setXmlparam(String), PromotionEntityPackage.getPx_group_Xmlparam()
      • setXmlparam

        void setXmlparam(java.lang.String value)
        Sets the value of the 'Xmlparam' attribute.
        Parameters:
        value - the new value of the 'Xmlparam' attribute.
        See Also:
        getXmlparam()
      • getOptcounter

        java.lang.Short getOptcounter()
        Returns the value of the 'Optcounter' attribute.

        If the meaning of the 'Optcounter' attribute isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'Optcounter' attribute.
        See Also:
        setOptcounter(Short), PromotionEntityPackage.getPx_group_Optcounter()
      • setOptcounter

        void setOptcounter(java.lang.Short value)
        Sets the value of the 'Optcounter' attribute.
        Parameters:
        value - the new value of the 'Optcounter' attribute.
        See Also:
        getOptcounter()
      • getPx_promotionForPx_group

        java.util.List getPx_promotionForPx_group()
        Returns the value of the 'Px promotion For Px group' reference list. The list contents are of type Px_promotion. It is bidirectional and its opposite is 'Px group For Px promotion'.

        If the meaning of the 'Px promotion For Px group' reference list isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'Px promotion For Px group' reference list.
        See Also:
        PromotionEntityPackage.getPx_group_Px_promotionForPx_group(), Px_promotion.getPx_groupForPx_promotion()