com.ibm.commerce.foundation.common.datatypes

Interface BusinessAccountExternalIdentifierType

  • All Known Implementing Classes:
    BusinessAccountExternalIdentifierTypeImpl


    public interface BusinessAccountExternalIdentifierType
    A representation of the model object 'Business Account External Identifier Type'. The type definition of an external business account ID.

    The following features are supported:

    See Also:
    CommerceFoundationPackage.getBusinessAccountExternalIdentifierType()
    • 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 getOwnerID()
      Returns the value of the 'Owner ID' attribute.
      void setName(java.lang.String value)
      Sets the value of the 'Name' attribute.
      void setOwnerID(java.lang.String value)
      Sets the value of the 'Owner ID' attribute.
    • Method Detail

      • getName

        java.lang.String getName()
        Returns the value of the 'Name' attribute. The name of a business account.
        Returns:
        the value of the 'Name' attribute.
        See Also:
        setName(String), CommerceFoundationPackage.getBusinessAccountExternalIdentifierType_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()
      • getOwnerID

        java.lang.String getOwnerID()
        Returns the value of the 'Owner ID' attribute. The owner of business account.
        Returns:
        the value of the 'Owner ID' attribute.
        See Also:
        setOwnerID(String), CommerceFoundationPackage.getBusinessAccountExternalIdentifierType_OwnerID()
      • setOwnerID

        void setOwnerID(java.lang.String value)
        Sets the value of the 'Owner ID' attribute.
        Parameters:
        value - the new value of the 'Owner ID' attribute.
        See Also:
        getOwnerID()