public interface BusinessAccountExternalIdentifierType
The following features are supported:
CommerceFoundationPackage.getBusinessAccountExternalIdentifierType()
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. |
java.lang.String getName()
setName(String)
,
CommerceFoundationPackage.getBusinessAccountExternalIdentifierType_Name()
void setName(java.lang.String value)
Name
' attribute.
value
- the new value of the 'Name' attribute.getName()
java.lang.String getOwnerID()
setOwnerID(String)
,
CommerceFoundationPackage.getBusinessAccountExternalIdentifierType_OwnerID()
void setOwnerID(java.lang.String value)
Owner ID
' attribute.
value
- the new value of the 'Owner ID' attribute.getOwnerID()