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 Details

    • getName

      String getName()
      Get the name
      Returns:
      name of the entity.
    • setName

      void setName(String name)
      Set the name
      Parameters:
      name - name of the entity.