Class ProfileAndServiceSimultaneousRingPersonalInfoCriteriaTableRow
java.lang.Object
co.ecg.alpaca.toolkit.generated.tables.ProfileAndServiceSimultaneousRingPersonalInfoCriteriaTableRow
- All Implemented Interfaces:
BroadWorksTableRow,Serializable
public class ProfileAndServiceSimultaneousRingPersonalInfoCriteriaTableRow
extends Object
implements BroadWorksTableRow, Serializable
This is the configuration parameters for Simultaneous Ring Personal service Contains a criteria table with column heading: "Is Active", "Criteria Name", "Time Schedule", "Holiday Schedule", "Calls From" and "Blacklisted". The "Calls From" column is a string containing call numbers
- 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()voidsetBlacklisted(String blacklisted) voidsetCallsFrom(String callsFrom) voidsetCriteriaName(String criteriaName) voidsetHolidaySchedule(String holidaySchedule) voidsetIsActive(String isActive) voidsetTimeSchedule(String timeSchedule) toString()
-
Constructor Details
-
ProfileAndServiceSimultaneousRingPersonalInfoCriteriaTableRow
public ProfileAndServiceSimultaneousRingPersonalInfoCriteriaTableRow()
-
-
Method Details
-
getIsActive
-
setIsActive
-
getCriteriaName
-
setCriteriaName
-
getTimeSchedule
-
setTimeSchedule
-
getHolidaySchedule
-
setHolidaySchedule
-
getCallsFrom
-
setCallsFrom
-
getBlacklisted
-
setBlacklisted
-
getFromNode
public static ProfileAndServiceSimultaneousRingPersonalInfoCriteriaTableRow 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<ProfileAndServiceSimultaneousRingPersonalInfoCriteriaTableRow> 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
-