.. java:import:: org.motechproject.mds.annotations Entity .. java:import:: java.io Serializable .. java:import:: java.util Objects TaskEventInformation ==================== .. java:package:: org.motechproject.tasks.domain :noindex: .. java:type:: @Entity public abstract class TaskEventInformation implements Serializable Constructors ------------ TaskEventInformation ^^^^^^^^^^^^^^^^^^^^ .. java:constructor:: public TaskEventInformation() :outertype: TaskEventInformation TaskEventInformation ^^^^^^^^^^^^^^^^^^^^ .. java:constructor:: public TaskEventInformation(String displayName, String channelName, String moduleName, String moduleVersion, String subject) :outertype: TaskEventInformation Methods ------- equals ^^^^^^ .. java:method:: @Override public boolean equals(Object obj) :outertype: TaskEventInformation getChannelName ^^^^^^^^^^^^^^ .. java:method:: public String getChannelName() :outertype: TaskEventInformation getDisplayName ^^^^^^^^^^^^^^ .. java:method:: public String getDisplayName() :outertype: TaskEventInformation getModuleName ^^^^^^^^^^^^^ .. java:method:: public String getModuleName() :outertype: TaskEventInformation getModuleVersion ^^^^^^^^^^^^^^^^ .. java:method:: public String getModuleVersion() :outertype: TaskEventInformation getSubject ^^^^^^^^^^ .. java:method:: public String getSubject() :outertype: TaskEventInformation hasSubject ^^^^^^^^^^ .. java:method:: public boolean hasSubject() :outertype: TaskEventInformation hashCode ^^^^^^^^ .. java:method:: @Override public int hashCode() :outertype: TaskEventInformation setChannelName ^^^^^^^^^^^^^^ .. java:method:: public void setChannelName(String channelName) :outertype: TaskEventInformation setDisplayName ^^^^^^^^^^^^^^ .. java:method:: public void setDisplayName(String displayName) :outertype: TaskEventInformation setModuleName ^^^^^^^^^^^^^ .. java:method:: public void setModuleName(String moduleName) :outertype: TaskEventInformation setModuleVersion ^^^^^^^^^^^^^^^^ .. java:method:: public void setModuleVersion(String moduleVersion) :outertype: TaskEventInformation setSubject ^^^^^^^^^^ .. java:method:: public void setSubject(String subject) :outertype: TaskEventInformation toString ^^^^^^^^ .. java:method:: @Override public String toString() :outertype: TaskEventInformation