public class ModifiedEmergencyNotificationGroup extends Object
| Constructor and Description |
|---|
ModifiedEmergencyNotificationGroup() |
| Modifier and Type | Method and Description |
|---|---|
List<EmergencyNotificationRecipient> |
getAddedEmergencyNotificationRecipients() |
List<EmergencyNotificationRecipient> |
getDeletedEmergencyNotificationRecipients() |
String |
getDescription() |
String |
getIdentifier() |
void |
setAddedEmergencyNotificationRecipients(List<EmergencyNotificationRecipient> addedEmergencyNotificationRecipients) |
void |
setDeletedEmergencyNotificationRecipients(List<EmergencyNotificationRecipient> deletedEmergencyNotificationRecipients) |
void |
setDescription(String description) |
void |
setIdentifier(String identifier) |
public String getIdentifier()
public void setIdentifier(String identifier)
public String getDescription()
public void setDescription(String description)
public List<EmergencyNotificationRecipient> getAddedEmergencyNotificationRecipients()
public void setAddedEmergencyNotificationRecipients(List<EmergencyNotificationRecipient> addedEmergencyNotificationRecipients)
public List<EmergencyNotificationRecipient> getDeletedEmergencyNotificationRecipients()
public void setDeletedEmergencyNotificationRecipients(List<EmergencyNotificationRecipient> deletedEmergencyNotificationRecipients)
Copyright © 2020. All rights reserved.