Interface NamedType
- All Superinterfaces:
BaseType
- All Known Subinterfaces:
Account,Email,SendClassification,Subscriber,SubscriptionList
Defines interface of a BaseType that also has a name.
-
Method Summary
-
Method Details
-
getName
String getName()Get the name- Returns:
- name of the entity.
-
setName
Set the name- Parameters:
name- name of the entity.
-