Class SystemCallCenterEnhancedReportingReportTemplateReportTemplateTableRow
java.lang.Object
co.ecg.alpaca.toolkit.generated.tables.SystemCallCenterEnhancedReportingReportTemplateReportTemplateTableRow
- All Implemented Interfaces:
BroadWorksTableRow
,Serializable
public class SystemCallCenterEnhancedReportingReportTemplateReportTemplateTableRow extends Object implements BroadWorksTableRow, Serializable
Response to SystemCallCenterEnhancedReportingReportTemplateGetListRequest. Contains a table with column headings: "Name", "Description", "Is Custom", "Type" and "Enabled"
- Author:
- AlpacaGenerator
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description SystemCallCenterEnhancedReportingReportTemplateReportTemplateTableRow()
-
Method Summary
Modifier and Type Method Description boolean
equals(Object o)
String
getDescription()
String
getEnabled()
static SystemCallCenterEnhancedReportingReportTemplateReportTemplateTableRow
getFromNode(Node n, BroadWorksLoginType loginType, LibraryProperties.BroadWorksServerConfig.DataMode dataMode)
Creates the OCI Table Row with the given Nodestatic List<SystemCallCenterEnhancedReportingReportTemplateReportTemplateTableRow>
getFromNodeArray(Node[] nodeArray, BroadWorksLoginType loginType, LibraryProperties.BroadWorksServerConfig.DataMode dataMode)
Creates the OCI Table Type Array with the given NodeArrayString
getIsCustom()
String
getName()
String
getType()
int
hashCode()
void
setDescription(String description)
void
setEnabled(String enabled)
void
setIsCustom(String isCustom)
void
setName(String name)
void
setType(String type)
String
toString()
-
Constructor Details
-
SystemCallCenterEnhancedReportingReportTemplateReportTemplateTableRow
public SystemCallCenterEnhancedReportingReportTemplateReportTemplateTableRow()
-
-
Method Details
-
getName
-
setName
-
getDescription
-
setDescription
-
getIsCustom
-
setIsCustom
-
getType
-
setType
-
getEnabled
-
setEnabled
-
getFromNode
public static SystemCallCenterEnhancedReportingReportTemplateReportTemplateTableRow 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<SystemCallCenterEnhancedReportingReportTemplateReportTemplateTableRow> 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
-
equals
-
hashCode
public int hashCode() -
toString
-