Class GroupCallCenterCallDispositionCodeCallCenterTableRow
- java.lang.Object
-
- co.ecg.alpaca.toolkit.generated.tables.GroupCallCenterCallDispositionCodeCallCenterTableRow
-
- All Implemented Interfaces:
BroadWorksTableRow
,Serializable
public class GroupCallCenterCallDispositionCodeCallCenterTableRow extends Object implements BroadWorksTableRow, Serializable
Response to the GroupCallCenterCallDispositionCodeGetUsageListRequest. The Type column contains either "Call Center" or "Route Point". Contains a table with column headings: "Id", "Name" and "Type".- Author:
- AlpacaGenerator
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GroupCallCenterCallDispositionCodeCallCenterTableRow()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getCallCenter()
static GroupCallCenterCallDispositionCodeCallCenterTableRow
getFromNode(Node n, BroadWorksLoginType loginType, LibraryProperties.BroadWorksServerConfig.DataMode dataMode)
Creates the OCI Table Row with the given Nodestatic List<GroupCallCenterCallDispositionCodeCallCenterTableRow>
getFromNodeArray(Node[] nodeArray, BroadWorksLoginType loginType, LibraryProperties.BroadWorksServerConfig.DataMode dataMode)
Creates the OCI Table Type Array with the given NodeArrayString
getId()
String
getName()
String
getRoutePoint()
String
getType()
int
hashCode()
void
setCallCenter(String callCenter)
void
setId(String id)
void
setName(String name)
void
setRoutePoint(String routePoint)
void
setType(String type)
String
toString()
-
-
-
Method Detail
-
getCallCenter
public String getCallCenter()
-
setCallCenter
public void setCallCenter(String callCenter)
-
getRoutePoint
public String getRoutePoint()
-
setRoutePoint
public void setRoutePoint(String routePoint)
-
getId
public String getId()
-
setId
public void setId(String id)
-
getName
public String getName()
-
setName
public void setName(String name)
-
getType
public String getType()
-
setType
public void setType(String type)
-
getFromNode
public static GroupCallCenterCallDispositionCodeCallCenterTableRow getFromNode(Node n, BroadWorksLoginType loginType, LibraryProperties.BroadWorksServerConfig.DataMode dataMode)
Creates the OCI Table Row with the given Node- Parameters:
n
- The Node to parse for the OCI Table
-
getFromNodeArray
public static List<GroupCallCenterCallDispositionCodeCallCenterTableRow> getFromNodeArray(Node[] nodeArray, BroadWorksLoginType loginType, LibraryProperties.BroadWorksServerConfig.DataMode dataMode)
Creates the OCI Table Type Array with the given NodeArray- Parameters:
nodeArray
- The NodeArray to parse for the OCI Table
-
-