Interface PublisherTypeAccessor.PublisherTypeMutator

All Known Subinterfaces:
PublisherTypeAccessor.PublisherTypeProperty
Enclosing interface:
PublisherTypeAccessor

public static interface PublisherTypeAccessor.PublisherTypeMutator
Provides a mutator for a publisher's type property.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    setPublisherType(Class<?> aPublisherType)
    Sets the publisherType for the property.
  • Method Details

    • setPublisherType

      void setPublisherType(Class<?> aPublisherType)
      Sets the publisherType for the property.
      Parameters:
      aPublisherType - The publisher's type to be stored by the property.