Class ProfileAndServiceCallNotifyInfoCriteriaTableRow
java.lang.Object
co.ecg.alpaca.toolkit.generated.tables.ProfileAndServiceCallNotifyInfoCriteriaTableRow
- All Implemented Interfaces:
BroadWorksTableRow
,Serializable
public class ProfileAndServiceCallNotifyInfoCriteriaTableRow extends Object implements BroadWorksTableRow, Serializable
This is the configuration parameters for Call Notify service The criteria table's column headings are: "Is Active", "Criteria Name", "Time Schedule", "Calls From", "Blacklisted" ,"Holiday Schedule" The "Calls From" column is a string containing call numbers
- Author:
- AlpacaGenerator
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description ProfileAndServiceCallNotifyInfoCriteriaTableRow()
-
Method Summary
-
Constructor Details
-
ProfileAndServiceCallNotifyInfoCriteriaTableRow
public ProfileAndServiceCallNotifyInfoCriteriaTableRow()
-
-
Method Details
-
getIsActive
-
setIsActive
-
getCriteriaName
-
setCriteriaName
-
getTimeSchedule
-
setTimeSchedule
-
getCallsFrom
-
setCallsFrom
-
getForwardTo
-
setForwardTo
-
getBlacklisted
-
setBlacklisted
-
getHolidaySchedule
-
setHolidaySchedule
-
getFromNode
public static ProfileAndServiceCallNotifyInfoCriteriaTableRow 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<ProfileAndServiceCallNotifyInfoCriteriaTableRow> 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
-