Interface NamedType
-
- All Superinterfaces:
BaseType
- All Known Subinterfaces:
Account,Email,SendClassification,Subscriber,SubscriptionList
public interface NamedType extends BaseType
Defines interface of a BaseType that also has a name.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetName()Get the namevoidsetName(java.lang.String name)Set the name
-