org.jbpm.services.task.impl.model
Class NotificationImpl
java.lang.Object
org.jbpm.services.task.impl.model.NotificationImpl
- All Implemented Interfaces:
- Externalizable, Serializable, org.kie.internal.task.api.model.Notification
- Direct Known Subclasses:
- EmailNotificationImpl
@Entity
public class NotificationImpl
- extends Object
- implements org.kie.internal.task.api.model.Notification
- See Also:
- Serialized Form
NotificationImpl
public NotificationImpl()
writeExternal
public void writeExternal(ObjectOutput out)
throws IOException
- Specified by:
writeExternal
in interface Externalizable
- Throws:
IOException
readExternal
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
- Specified by:
readExternal
in interface Externalizable
- Throws:
IOException
ClassNotFoundException
getId
public Long getId()
- Specified by:
getId
in interface org.kie.internal.task.api.model.Notification
setId
public void setId(long id)
- Specified by:
setId
in interface org.kie.internal.task.api.model.Notification
getNotificationType
public org.kie.internal.task.api.model.NotificationType getNotificationType()
- Specified by:
getNotificationType
in interface org.kie.internal.task.api.model.Notification
getDocumentation
public List<I18NText> getDocumentation()
- Specified by:
getDocumentation
in interface org.kie.internal.task.api.model.Notification
setDocumentation
public void setDocumentation(List<I18NText> documentation)
- Specified by:
setDocumentation
in interface org.kie.internal.task.api.model.Notification
getPriority
public int getPriority()
- Specified by:
getPriority
in interface org.kie.internal.task.api.model.Notification
setPriority
public void setPriority(int priority)
- Specified by:
setPriority
in interface org.kie.internal.task.api.model.Notification
getRecipients
public List<OrganizationalEntity> getRecipients()
- Specified by:
getRecipients
in interface org.kie.internal.task.api.model.Notification
setRecipients
public void setRecipients(List<OrganizationalEntity> recipients)
- Specified by:
setRecipients
in interface org.kie.internal.task.api.model.Notification
getBusinessAdministrators
public List<OrganizationalEntity> getBusinessAdministrators()
- Specified by:
getBusinessAdministrators
in interface org.kie.internal.task.api.model.Notification
setBusinessAdministrators
public void setBusinessAdministrators(List<OrganizationalEntity> businessAdministrators)
- Specified by:
setBusinessAdministrators
in interface org.kie.internal.task.api.model.Notification
getNames
public List<I18NText> getNames()
- Specified by:
getNames
in interface org.kie.internal.task.api.model.Notification
setNames
public void setNames(List<I18NText> names)
- Specified by:
setNames
in interface org.kie.internal.task.api.model.Notification
getSubjects
public List<I18NText> getSubjects()
- Specified by:
getSubjects
in interface org.kie.internal.task.api.model.Notification
setSubjects
public void setSubjects(List<I18NText> subjects)
- Specified by:
setSubjects
in interface org.kie.internal.task.api.model.Notification
getDescriptions
public List<I18NText> getDescriptions()
- Specified by:
getDescriptions
in interface org.kie.internal.task.api.model.Notification
setDescriptions
public void setDescriptions(List<I18NText> descriptions)
- Specified by:
setDescriptions
in interface org.kie.internal.task.api.model.Notification
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
equals
public boolean equals(Object obj)
- Overrides:
equals
in class Object
Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.