Class GroupGroupNightForwarding
- java.lang.Object
-
- co.ecg.alpaca.toolkit.model.BroadWorksObject
-
- co.ecg.alpaca.toolkit.model.BroadWorksService
-
- co.ecg.alpaca.toolkit.model.BroadWorksGroupService
-
- co.ecg.alpaca.toolkit.generated.services.GroupGroupNightForwarding
-
- All Implemented Interfaces:
Serializable
public class GroupGroupNightForwarding extends BroadWorksGroupService
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGroupGroupNightForwarding.GroupGroupNightForwardingGetRequestRequest to get the Group Night Forwarding group parameters.static classGroupGroupNightForwarding.GroupGroupNightForwardingGetResponseResponse to GroupGroupNightForwardingGetRequest.static classGroupGroupNightForwarding.GroupGroupNightForwardingModifyRequestRequest to modify the Group Night Forwarding group parameters.
-
Field Summary
Fields Modifier and Type Field Description GroupGroupNightForwarding.GroupGroupNightForwardingGetResponsegroupNightForwardingstatic ServiceTag<GroupGroupNightForwarding>tag-
Fields inherited from class co.ecg.alpaca.toolkit.model.BroadWorksGroupService
group
-
Fields inherited from class co.ecg.alpaca.toolkit.model.BroadWorksObject
broadWorksServer, populated
-
-
Constructor Summary
Constructors Constructor Description GroupGroupNightForwarding()The serializable constructor for the GroupServiceGroupGroupNightForwarding(BroadWorksProcess broadWorksProcess, Group group)Returns a GroupService Object with the Group Assigned
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetClassName()GroupGroupNightForwarding.GroupGroupNightForwardingGetResponsegetGroupNightForwarding()Response to GroupGroupNightForwardingGetRequest.inthashCode()DefaultResponsepopulate()Populates all available service datavoidpush(BroadWorksProcess broadWorksProcess, Group group)Adds all available service data to a Group-
Methods inherited from class co.ecg.alpaca.toolkit.model.BroadWorksService
getProcess, getRequestContext, isPopulated, isPrimary, mapRequestAndFire, mapRequestAndFire, mapRequestAndFire, setBroadWorksProcess, setPrimary, waitForLoad
-
Methods inherited from class co.ecg.alpaca.toolkit.model.BroadWorksObject
getBroadWorksServer, hasPopulated, setBroadWorksServer, setPopulated
-
-
-
-
Field Detail
-
tag
@Expose(deserialize=false) public static final ServiceTag<GroupGroupNightForwarding> tag
-
groupNightForwarding
public GroupGroupNightForwarding.GroupGroupNightForwardingGetResponse groupNightForwarding
-
-
Constructor Detail
-
GroupGroupNightForwarding
public GroupGroupNightForwarding(BroadWorksProcess broadWorksProcess, Group group)
Returns a GroupService Object with the Group Assigned- Parameters:
group-
-
GroupGroupNightForwarding
public GroupGroupNightForwarding()
The serializable constructor for the GroupService
-
-
Method Detail
-
getClassName
public String getClassName()
-
getGroupNightForwarding
public GroupGroupNightForwarding.GroupGroupNightForwardingGetResponse getGroupNightForwarding()
Response to GroupGroupNightForwardingGetRequest.- Returns:
- the GroupGroupNightForwardingGetResponse for this service
-
populate
public DefaultResponse populate()
Populates all available service data- Specified by:
populatein classBroadWorksObject
-
push
public void push(BroadWorksProcess broadWorksProcess, Group group)
Adds all available service data to a Group- Specified by:
pushin classBroadWorksGroupService
-
-