Class GroupDepartmentDepartmentTableRow
java.lang.Object
co.ecg.alpaca.toolkit.generated.tables.GroupDepartmentDepartmentTableRow
- All Implemented Interfaces:
BroadWorksTableRow
,Serializable
public class GroupDepartmentDepartmentTableRow
extends Object
implements BroadWorksTableRow, Serializable
Response to GroupDepartmentGetListRequest18. Contains a table of department attributes. The column headings are: "Is Enterprise Department", "Department Name", "Full Path Name", "Calling Line Id Name", and "Calling Line Id Phone Number"
- Author:
- AlpacaGenerator
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
getFromNode
(Node n, BroadWorksLoginType loginType, LibraryProperties.BroadWorksServerConfig.DataMode dataMode) Creates the OCI Table Row with the given NodegetFromNodeArray
(Node[] nodeArray, BroadWorksLoginType loginType, LibraryProperties.BroadWorksServerConfig.DataMode dataMode) Creates the OCI Table Type Array with the given NodeArrayint
hashCode()
void
setCallingLineIdName
(String callingLineIdName) void
setCallingLineIdPhoneNumber
(String callingLineIdPhoneNumber) void
setDepartmentName
(String departmentName) void
setFullPathName
(String fullPathName) void
setIsEnterpriseDepartment
(String isEnterpriseDepartment) toString()
-
Constructor Details
-
GroupDepartmentDepartmentTableRow
public GroupDepartmentDepartmentTableRow()
-
-
Method Details
-
getIsEnterpriseDepartment
-
setIsEnterpriseDepartment
-
getDepartmentName
-
setDepartmentName
-
getFullPathName
-
setFullPathName
-
getCallingLineIdName
-
setCallingLineIdName
-
getCallingLineIdPhoneNumber
-
setCallingLineIdPhoneNumber
-
getFromNode
public static GroupDepartmentDepartmentTableRow 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<GroupDepartmentDepartmentTableRow> 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
-