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

Interface Dmtemplatetype

    • Method Detail

      • getDmtemplatetype_id

        short getDmtemplatetype_id()
        Returns the value of the 'Dmtemplatetype id' attribute.

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

        Returns:
        the value of the 'Dmtemplatetype id' attribute.
        See Also:
        setDmtemplatetype_id(short), MarketingEntityPackage.getDmtemplatetype_Dmtemplatetype_id()
      • setDmtemplatetype_id

        void setDmtemplatetype_id(short value)
        Sets the value of the 'Dmtemplatetype id' attribute.
        Parameters:
        value - the new value of the 'Dmtemplatetype id' attribute.
        See Also:
        getDmtemplatetype_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.getDmtemplatetype_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.getDmtemplatetype_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.getDmtemplatetype_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()
      • getDmactivityForDmtemplatetype

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

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

        Returns:
        the value of the 'Dmactivity For Dmtemplatetype' reference list.
        See Also:
        MarketingEntityPackage.getDmtemplatetype_DmactivityForDmtemplatetype(), Dmactivity.getDmtemplatetypeForDmactivity()