Class ProfileAndServicePreAlertingAnnouncementInfoCriteriaTableRow
java.lang.Object
co.ecg.alpaca.toolkit.generated.tables.ProfileAndServicePreAlertingAnnouncementInfoCriteriaTableRow
- All Implemented Interfaces:
BroadWorksTableRow
,Serializable
public class ProfileAndServicePreAlertingAnnouncementInfoCriteriaTableRow
extends Object
implements BroadWorksTableRow, Serializable
This is the configuration parameters for Pre Alerting Announcement service The criteria table's column headings are: "Is Active", "Criteria Name", "Blacklisted", and "Calls From". 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
setIsActive
(String isActive) toString()
-
Constructor Details
-
ProfileAndServicePreAlertingAnnouncementInfoCriteriaTableRow
public ProfileAndServicePreAlertingAnnouncementInfoCriteriaTableRow()
-
-
Method Details
-
getIsActive
-
setIsActive
-
getCriteriaName
-
setCriteriaName
-
getBlacklisted
-
setBlacklisted
-
getCallsFrom
-
setCallsFrom
-
getFromNode
public static ProfileAndServicePreAlertingAnnouncementInfoCriteriaTableRow 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<ProfileAndServicePreAlertingAnnouncementInfoCriteriaTableRow> 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
-