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 TypeMethodDescriptionbooleangetFromNode(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 NodeArrayinthashCode()voidsetCallingLineIdName(String callingLineIdName) voidsetCallingLineIdPhoneNumber(String callingLineIdPhoneNumber) voidsetDepartmentName(String departmentName) voidsetFullPathName(String fullPathName) voidsetIsEnterpriseDepartment(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
-