com.ibm.commerce.foundation.common.datatypes

Interface RoleIdentifierType



  • public interface RoleIdentifierType
    A representation of the model object 'Role Identifier Type'. The type definition of a role identifier.

    The following features are supported:

    See Also:
    CommerceFoundationPackage.getRoleIdentifierType()
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method and Description
      java.lang.String getName()
      Returns the value of the 'Name' attribute.
      java.lang.String getUniqueID()
      Returns the value of the 'Unique ID' attribute.
      void setName(java.lang.String value)
      Sets the value of the 'Name' attribute.
      void setUniqueID(java.lang.String value)
      Sets the value of the 'Unique ID' attribute.
    • Method Detail

      • getUniqueID

        java.lang.String getUniqueID()
        Returns the value of the 'Unique ID' attribute. The unique identifier of the role.
        Returns:
        the value of the 'Unique ID' attribute.
        See Also:
        setUniqueID(String), CommerceFoundationPackage.getRoleIdentifierType_UniqueID()
      • setUniqueID

        void setUniqueID(java.lang.String value)
        Sets the value of the 'Unique ID' attribute.
        Parameters:
        value - the new value of the 'Unique ID' attribute.
        See Also:
        getUniqueID()
      • getName

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