Class Publisher
- java.lang.Object
-
- com.ellucian.ethos.integration.client.messages.Publisher
-
public class Publisher extends Object
A Publisher object that is associated with a change-notification. This holds information about the application that published the change.- Since:
- 0.0.1
-
-
Constructor Summary
Constructors Constructor Description Publisher()Creates an instance of a Publisher.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetApplicationName()Gets tne name of the publishing application.StringgetId()Gets the ID of the publishing application.TenantgetTenant()Gets the tenant where the change occurred.
-
-
-
Method Detail
-
getId
public String getId()
Gets the ID of the publishing application.- Returns:
- the application ID
-
getApplicationName
public String getApplicationName()
Gets tne name of the publishing application.- Returns:
- the application name
-
getTenant
public Tenant getTenant()
Gets the tenant where the change occurred.- Returns:
- the tenant information
-
-