public class GroupFindMeFollowMeCriteriaTableRow extends Object implements BroadWorksTableRow, Serializable
Constructor and Description |
---|
GroupFindMeFollowMeCriteriaTableRow() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getBlacklisted() |
String |
getCallsFrom() |
String |
getCallsToExtension() |
String |
getCallsToNumber() |
String |
getCallsToType() |
String |
getCriteriaName() |
static GroupFindMeFollowMeCriteriaTableRow |
getFromNode(Node n)
Creates the OCI Table Row with the given Node
|
static List<GroupFindMeFollowMeCriteriaTableRow> |
getFromNodeArray(Node[] nodeArray)
Creates the OCI Table Type Array with the given NodeArray
|
String |
getHolidaySchedule() |
String |
getIsActive() |
String |
getTimeSchedule() |
int |
hashCode() |
void |
setBlacklisted(String blacklisted) |
void |
setCallsFrom(String callsFrom) |
void |
setCallsToExtension(String callsToExtension) |
void |
setCallsToNumber(String callsToNumber) |
void |
setCallsToType(String callsToType) |
void |
setCriteriaName(String criteriaName) |
void |
setHolidaySchedule(String holidaySchedule) |
void |
setIsActive(String isActive) |
void |
setTimeSchedule(String timeSchedule) |
public String getIsActive()
public void setIsActive(String isActive)
public String getCriteriaName()
public void setCriteriaName(String criteriaName)
public String getTimeSchedule()
public void setTimeSchedule(String timeSchedule)
public String getCallsFrom()
public void setCallsFrom(String callsFrom)
public String getBlacklisted()
public void setBlacklisted(String blacklisted)
public String getHolidaySchedule()
public void setHolidaySchedule(String holidaySchedule)
public String getCallsToType()
public void setCallsToType(String callsToType)
public String getCallsToNumber()
public void setCallsToNumber(String callsToNumber)
public String getCallsToExtension()
public void setCallsToExtension(String callsToExtension)
@GwtIncompatible public static GroupFindMeFollowMeCriteriaTableRow getFromNode(Node n)
n
- The Node to parse for the OCI Table@GwtIncompatible public static List<GroupFindMeFollowMeCriteriaTableRow> getFromNodeArray(Node[] nodeArray)
nodeArray
- The NodeArray to parse for the OCI TableCopyright © 2017 ECG. All rights reserved.