com.ibm.commerce.foundation.common.datatypes

Interface GenericTotalType

  • All Superinterfaces:
    MonetaryAmountType


    public interface GenericTotalType
    extends MonetaryAmountType
    A representation of the model object 'Generic Total Type'.

    The following features are supported:

    See Also:
    CommerceFoundationPackage.getGenericTotalType()
    • Method Detail

      • getName

        java.lang.String getName()
        Returns the value of the 'Name' attribute. The name of the generic total
        Returns:
        the value of the 'Name' attribute.
        See Also:
        setName(String), CommerceFoundationPackage.getGenericTotalType_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()