@Entity public class NotificationGroup extends AbstractAuditable
| Modifier and Type | Field and Description |
|---|---|
static String |
SEQ_EG_NOTIFICATION_GROUP |
| Constructor and Description |
|---|
NotificationGroup() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
Date |
getEffectiveDate() |
Long |
getId() |
Set<Position> |
getMembers() |
String |
getName() |
boolean |
isActive() |
void |
setActive(boolean active) |
void |
setDescription(String description) |
void |
setEffectiveDate(Date effectiveDate) |
protected void |
setId(Long id) |
void |
setMembers(Set<Position> members) |
void |
setName(String name) |
String |
toString() |
getCreatedBy, getCreatedDate, getLastModifiedBy, getLastModifiedDate, setCreatedBy, setCreatedDate, setLastModifiedBy, setLastModifiedDategetVersion, isNew, notEqualspublic static final String SEQ_EG_NOTIFICATION_GROUP
public Long getId()
getId in class AbstractPersistable<Long>protected void setId(Long id)
setId in class AbstractPersistable<Long>public String getName()
public void setName(String name)
public String getDescription()
public void setDescription(String description)
public Date getEffectiveDate()
public void setEffectiveDate(Date effectiveDate)
public boolean isActive()
public void setActive(boolean active)
public String toString()
toString in class AbstractPersistable<Long>Copyright © 2015–2017 eGovernments Foundation. All rights reserved.