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

Interface Colltype

    • Method Detail

      • getColltype_id

        int getColltype_id()
        Returns the value of the 'Colltype id' attribute.

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

        Returns:
        the value of the 'Colltype id' attribute.
        See Also:
        setColltype_id(int), MarketingEntityPackage.getColltype_Colltype_id()
      • setColltype_id

        void setColltype_id(int value)
        Sets the value of the 'Colltype id' attribute.
        Parameters:
        value - the new value of the 'Colltype id' attribute.
        See Also:
        getColltype_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.getColltype_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()
      • 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), MarketingEntityPackage.getColltype_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()
      • getCollateralForColltype

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

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

        Returns:
        the value of the 'Collateral For Colltype' reference list.
        See Also:
        MarketingEntityPackage.getColltype_CollateralForColltype(), Collateral.getColltypeForCollateral()