Class GroupSpeedDial100
- 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.GroupSpeedDial100
-
- All Implemented Interfaces:
Serializable
public class GroupSpeedDial100 extends BroadWorksGroupService
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GroupSpeedDial100.GroupSpeedDial100GetRequest
Get the speed dial 100 service settings for a group.static class
GroupSpeedDial100.GroupSpeedDial100GetResponse
Response to the GroupSpeedDial100GetRequest17sp1.static class
GroupSpeedDial100.GroupSpeedDial100ModifyRequest
Modify the speed dial 100 prefix setting for a group.
-
Field Summary
Fields Modifier and Type Field Description GroupSpeedDial100.GroupSpeedDial100GetResponse
speedDial1
static ServiceTag<GroupSpeedDial100>
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 GroupSpeedDial100()
The serializable constructor for the GroupServiceGroupSpeedDial100(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 boolean
equals(Object o)
String
getClassName()
GroupSpeedDial100.GroupSpeedDial100GetResponse
getSpeedDial1()
Response to the GroupSpeedDial100GetRequest17sp1.int
hashCode()
DefaultResponse
populate()
Populates all available service datavoid
push(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<GroupSpeedDial100> tag
-
speedDial1
public GroupSpeedDial100.GroupSpeedDial100GetResponse speedDial1
-
-
Constructor Detail
-
GroupSpeedDial100
public GroupSpeedDial100(BroadWorksProcess broadWorksProcess, Group group)
Returns a GroupService Object with the Group Assigned- Parameters:
group
-
-
GroupSpeedDial100
public GroupSpeedDial100()
The serializable constructor for the GroupService
-
-
Method Detail
-
getClassName
public String getClassName()
-
getSpeedDial1
public GroupSpeedDial100.GroupSpeedDial100GetResponse getSpeedDial1()
Response to the GroupSpeedDial100GetRequest17sp1.- Returns:
- the GroupSpeedDial100GetResponse for this service
-
populate
public DefaultResponse populate()
Populates all available service data- Specified by:
populate
in classBroadWorksObject
-
push
public void push(BroadWorksProcess broadWorksProcess, Group group)
Adds all available service data to a Group- Specified by:
push
in classBroadWorksGroupService
-
-