Class ProfileAndServiceCallForwardingSelectiveInfoCriteriaTableRow
java.lang.Object
co.ecg.alpaca.toolkit.generated.tables.ProfileAndServiceCallForwardingSelectiveInfoCriteriaTableRow
- All Implemented Interfaces:
BroadWorksTableRow
,Serializable
public class ProfileAndServiceCallForwardingSelectiveInfoCriteriaTableRow
extends Object
implements BroadWorksTableRow, Serializable
This is the configuration parameters for Call Forwarding Selective service The criteria table's column headings are: "Is Active", "Criteria Name", "Time Schedule", "Calls From", "Forward To", "Blacklisted", "Holiday Schedule" The "Calls From" column is a string containing call numbers
- 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
setBlacklisted
(String blacklisted) void
setCallsFrom
(String callsFrom) void
setCriteriaName
(String criteriaName) void
setForwardTo
(String forwardTo) void
setHolidaySchedule
(String holidaySchedule) void
setIsActive
(String isActive) void
setTimeSchedule
(String timeSchedule) toString()
-
Constructor Details
-
ProfileAndServiceCallForwardingSelectiveInfoCriteriaTableRow
public ProfileAndServiceCallForwardingSelectiveInfoCriteriaTableRow()
-
-
Method Details
-
getIsActive
-
setIsActive
-
getCriteriaName
-
setCriteriaName
-
getTimeSchedule
-
setTimeSchedule
-
getCallsFrom
-
setCallsFrom
-
getForwardTo
-
setForwardTo
-
getBlacklisted
-
setBlacklisted
-
getHolidaySchedule
-
setHolidaySchedule
-
getFromNode
public static ProfileAndServiceCallForwardingSelectiveInfoCriteriaTableRow 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<ProfileAndServiceCallForwardingSelectiveInfoCriteriaTableRow> 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
-