com.ibm.commerce.infrastructure.facade.datatypes

Interface ConfigurationType

    • Method Detail

      • getConfigurationIdentifier

        ConfigurationIdentifierType getConfigurationIdentifier()
        Returns the value of the 'Configuration Identifier' containment reference. The unique Configuration identifier.
        Returns:
        the value of the 'Configuration Identifier' containment reference.
        See Also:
        setConfigurationIdentifier(ConfigurationIdentifierType), InfrastructurePackage.getConfigurationType_ConfigurationIdentifier()
      • getConfigurationAttribute

        java.util.List getConfigurationAttribute()
        Returns the value of the 'Configuration Attribute' containment reference list. The list contents are of type ConfigurationAttributeType. The configuration details containing a primary name-value pair and addition name-value pair(s).
        Returns:
        the value of the 'Configuration Attribute' containment reference list.
        See Also:
        InfrastructurePackage.getConfigurationType_ConfigurationAttribute()
      • getDescription

        DescriptionType getDescription()
        Returns the value of the 'Description' containment reference. Description of the Configuration.
        Returns:
        the value of the 'Description' containment reference.
        See Also:
        setDescription(DescriptionType), InfrastructurePackage.getConfigurationType_Description()
      • setDescription

        void setDescription(DescriptionType value)
        Sets the value of the 'Description' containment reference.
        Parameters:
        value - the new value of the 'Description' containment reference.
        See Also:
        getDescription()
      • getUserData

        UserDataType getUserData()
        Returns the value of the 'User Data' containment reference. The configuration customization information.
        Returns:
        the value of the 'User Data' containment reference.
        See Also:
        setUserData(UserDataType), InfrastructurePackage.getConfigurationType_UserData()
      • setUserData

        void setUserData(UserDataType value)
        Sets the value of the 'User Data' containment reference.
        Parameters:
        value - the new value of the 'User Data' containment reference.
        See Also:
        getUserData()
      • getDisplaySequence

        java.math.BigInteger getDisplaySequence()
        Returns the value of the 'Display Sequence' attribute.

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

        Returns:
        the value of the 'Display Sequence' attribute.
        See Also:
        setDisplaySequence(BigInteger), InfrastructurePackage.getConfigurationType_DisplaySequence()
      • setDisplaySequence

        void setDisplaySequence(java.math.BigInteger value)
        Sets the value of the 'Display Sequence' attribute.
        Parameters:
        value - the new value of the 'Display Sequence' attribute.
        See Also:
        getDisplaySequence()