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

Interface Dmpage

    • Method Detail

      • getDmpage_id

        int getDmpage_id()
        Returns the value of the 'Dmpage id' attribute.

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

        Returns:
        the value of the 'Dmpage id' attribute.
        See Also:
        setDmpage_id(int), MarketingEntityPackage.getDmpage_Dmpage_id()
      • setDmpage_id

        void setDmpage_id(int value)
        Sets the value of the 'Dmpage id' attribute.
        Parameters:
        value - the new value of the 'Dmpage id' attribute.
        See Also:
        getDmpage_id()
      • getName

        java.lang.String getName()
        Returns the value of the 'Name' attribute.

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

        Returns:
        the value of the 'Name' attribute.
        See Also:
        setName(String), MarketingEntityPackage.getDmpage_Name()
      • setName

        void setName(java.lang.String value)
        Sets the value of the 'Name' attribute.
        Parameters:
        value - the new value of the 'Name' attribute.
        See Also:
        getName()
      • 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), MarketingEntityPackage.getDmpage_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()
      • getDescription

        java.lang.String getDescription()
        Returns the value of the 'Description' attribute.

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

        Returns:
        the value of the 'Description' attribute.
        See Also:
        setDescription(String), MarketingEntityPackage.getDmpage_Description()
      • setDescription

        void setDescription(java.lang.String value)
        Sets the value of the 'Description' attribute.
        Parameters:
        value - the new value of the 'Description' attribute.
        See Also:
        getDescription()
      • getPath

        java.lang.String getPath()
        Returns the value of the 'Path' attribute.

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

        Returns:
        the value of the 'Path' attribute.
        See Also:
        setPath(String), MarketingEntityPackage.getDmpage_Path()
      • setPath

        void setPath(java.lang.String value)
        Sets the value of the 'Path' attribute.
        Parameters:
        value - the new value of the 'Path' attribute.
        See Also:
        getPath()
      • getOptcounter

        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), MarketingEntityPackage.getDmpage_Optcounter()
      • setOptcounter

        void setOptcounter(short value)
        Sets the value of the 'Optcounter' attribute.
        Parameters:
        value - the new value of the 'Optcounter' attribute.
        See Also:
        getOptcounter()
      • getDmemspotpageForDmpage

        java.util.List getDmemspotpageForDmpage()
        Returns the value of the 'Dmemspotpage For Dmpage' reference list. The list contents are of type Dmemspotpage. It is bidirectional and its opposite is 'Dmpage For Dmemspotpage'.

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

        Returns:
        the value of the 'Dmemspotpage For Dmpage' reference list.
        See Also:
        MarketingEntityPackage.getDmpage_DmemspotpageForDmpage(), Dmemspotpage.getDmpageForDmemspotpage()