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 booleanequals(Object o)StringgetCallCenter()static GroupCallCenterCallDispositionCodeCallCenterTableRowgetFromNode(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 NodeArrayStringgetId()StringgetName()StringgetRoutePoint()StringgetType()inthashCode()voidsetCallCenter(String callCenter)voidsetId(String id)voidsetName(String name)voidsetRoutePoint(String routePoint)voidsetType(String type)StringtoString()
-
-
-
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
-
-