Class EnterprisePreAlertingAnnouncement
java.lang.Object
co.ecg.alpaca.toolkit.model.BroadWorksObject
co.ecg.alpaca.toolkit.model.BroadWorksService
co.ecg.alpaca.toolkit.model.BroadWorksServiceProviderService
co.ecg.alpaca.toolkit.model.BroadWorksEnterpriseService
co.ecg.alpaca.toolkit.generated.services.EnterprisePreAlertingAnnouncement
- All Implemented Interfaces:
Serializable
public class EnterprisePreAlertingAnnouncement extends BroadWorksEnterpriseService
- See Also:
- Serialized Form
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classEnterprisePreAlertingAnnouncement.EnterprisePreAlertingAnnouncementGetRequestGet the Enterprise pre-alerting service settings.static classEnterprisePreAlertingAnnouncement.EnterprisePreAlertingAnnouncementGetResponseGet the Enterprise level pre-alerting service settings.static classEnterprisePreAlertingAnnouncement.EnterprisePreAlertingAnnouncementModifyRequestModify the enterprise level pre-alerting service settings. -
Field Summary
Fields Modifier and Type Field Description EnterprisePreAlertingAnnouncement.EnterprisePreAlertingAnnouncementGetResponsepreAlertingAnnouncementstatic ServiceTag<EnterprisePreAlertingAnnouncement>tagFields inherited from class co.ecg.alpaca.toolkit.model.BroadWorksServiceProviderService
serviceProviderFields inherited from class co.ecg.alpaca.toolkit.model.BroadWorksObject
broadWorksServer, populated -
Constructor Summary
Constructors Constructor Description EnterprisePreAlertingAnnouncement()The serializable constructor for the EnterpriseServiceEnterprisePreAlertingAnnouncement(BroadWorksProcess broadWorksProcess, Enterprise enterprise)Returns a EnterpriseService Object with the Enterprise Assigned -
Method Summary
Modifier and Type Method Description booleanequals(Object o)StringgetClassName()EnterprisePreAlertingAnnouncement.EnterprisePreAlertingAnnouncementGetResponsegetPreAlertingAnnouncement()Get the Enterprise level pre-alerting service settings.inthashCode()DefaultResponsepopulate()Populates all available service datavoidpush(BroadWorksProcess broadWorksProcess, Enterprise enterprise)Adds all available service data to a EnterpriseMethods inherited from class co.ecg.alpaca.toolkit.model.BroadWorksService
getProcess, getRequestContext, isPopulated, isPrimary, mapRequestAndFire, mapRequestAndFire, mapRequestAndFire, setBroadWorksProcess, setPrimary, waitForLoadMethods inherited from class co.ecg.alpaca.toolkit.model.BroadWorksObject
getBroadWorksServer, hasPopulated, setBroadWorksServer, setPopulated
-
Field Details
-
tag
-
preAlertingAnnouncement
public EnterprisePreAlertingAnnouncement.EnterprisePreAlertingAnnouncementGetResponse preAlertingAnnouncement
-
-
Constructor Details
-
EnterprisePreAlertingAnnouncement
public EnterprisePreAlertingAnnouncement(BroadWorksProcess broadWorksProcess, Enterprise enterprise)Returns a EnterpriseService Object with the Enterprise Assigned- Parameters:
enterprise-
-
EnterprisePreAlertingAnnouncement
public EnterprisePreAlertingAnnouncement()The serializable constructor for the EnterpriseService
-
-
Method Details
-
getClassName
-
getPreAlertingAnnouncement
public EnterprisePreAlertingAnnouncement.EnterprisePreAlertingAnnouncementGetResponse getPreAlertingAnnouncement()Get the Enterprise level pre-alerting service settings. The response is either a EnterprisePreAlertingAnnouncementGetResponse or an ErrorResponse.- Returns:
- the EnterprisePreAlertingAnnouncementGetResponse for this service
-
populate
Populates all available service data- Specified by:
populatein classBroadWorksObject
-
push
Adds all available service data to a Enterprise- Specified by:
pushin classBroadWorksEnterpriseService
-
equals
-
hashCode
public int hashCode()
-