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

Interface Dmacttype

    • Method Detail

      • getDmacttype_id

        short getDmacttype_id()
        Returns the value of the 'Dmacttype id' attribute.

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

        Returns:
        the value of the 'Dmacttype id' attribute.
        See Also:
        setDmacttype_id(short), MarketingEntityPackage.getDmacttype_Dmacttype_id()
      • setDmacttype_id

        void setDmacttype_id(short value)
        Sets the value of the 'Dmacttype id' attribute.
        Parameters:
        value - the new value of the 'Dmacttype id' attribute.
        See Also:
        getDmacttype_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.getDmacttype_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.getDmacttype_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.getDmacttype_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()
      • getDmactivityForDmacttype

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

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

        Returns:
        the value of the 'Dmactivity For Dmacttype' reference list.
        See Also:
        MarketingEntityPackage.getDmacttype_DmactivityForDmacttype(), Dmactivity.getDmacttypeForDmactivity()