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

Interface Dmexptype

    • Method Detail

      • getDmexptype_id

        short getDmexptype_id()
        Returns the value of the 'Dmexptype id' attribute.

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

        Returns:
        the value of the 'Dmexptype id' attribute.
        See Also:
        setDmexptype_id(short), MarketingEntityPackage.getDmexptype_Dmexptype_id()
      • setDmexptype_id

        void setDmexptype_id(short value)
        Sets the value of the 'Dmexptype id' attribute.
        Parameters:
        value - the new value of the 'Dmexptype id' attribute.
        See Also:
        getDmexptype_id()
      • getType_

        java.lang.String getType_()
        Returns the value of the 'Type' attribute.

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

        Returns:
        the value of the 'Type' attribute.
        See Also:
        setType(String), MarketingEntityPackage.getDmexptype_Type()
      • setType

        void setType(java.lang.String value)
        Sets the value of the 'Type' attribute.
        Parameters:
        value - the new value of the 'Type' attribute.
        See Also:
        getType_()
      • 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.getDmexptype_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()
      • 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.getDmexptype_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()
      • getDmactivityForDmexptype

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

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

        Returns:
        the value of the 'Dmactivity For Dmexptype' reference list.
        See Also:
        MarketingEntityPackage.getDmexptype_DmactivityForDmexptype(), Dmactivity.getDmexptypeForDmactivity()