Class GroupFindMeFollowMeFindMeFollowMeTableRow
java.lang.Object
co.ecg.alpaca.toolkit.generated.tables.GroupFindMeFollowMeFindMeFollowMeTableRow
- All Implemented Interfaces:
BroadWorksTableRow
,Serializable
public class GroupFindMeFollowMeFindMeFollowMeTableRow extends Object implements BroadWorksTableRow, Serializable
Response to the GroupFindMeFollowMeGetInstanceListRequest. Contains a table with column headings: "Service User Id", "Name", "Phone Number", "Extension", "Department", "Is Active". The column value for "Is Active" can either be true, or false.
- Author:
- AlpacaGenerator
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description GroupFindMeFollowMeFindMeFollowMeTableRow()
-
Method Summary
Modifier and Type Method Description boolean
equals(Object o)
String
getDepartment()
String
getExtension()
static GroupFindMeFollowMeFindMeFollowMeTableRow
getFromNode(Node n, BroadWorksLoginType loginType, LibraryProperties.BroadWorksServerConfig.DataMode dataMode)
Creates the OCI Table Row with the given Nodestatic List<GroupFindMeFollowMeFindMeFollowMeTableRow>
getFromNodeArray(Node[] nodeArray, BroadWorksLoginType loginType, LibraryProperties.BroadWorksServerConfig.DataMode dataMode)
Creates the OCI Table Type Array with the given NodeArrayString
getIsActive()
String
getName()
String
getPhoneNumber()
String
getServiceUserId()
int
hashCode()
void
setDepartment(String department)
void
setExtension(String extension)
void
setIsActive(String isActive)
void
setName(String name)
void
setPhoneNumber(String phoneNumber)
void
setServiceUserId(String serviceUserId)
String
toString()
-
Constructor Details
-
GroupFindMeFollowMeFindMeFollowMeTableRow
public GroupFindMeFollowMeFindMeFollowMeTableRow()
-
-
Method Details
-
getServiceUserId
-
setServiceUserId
-
getName
-
setName
-
getPhoneNumber
-
setPhoneNumber
-
getExtension
-
setExtension
-
getDepartment
-
setDepartment
-
getIsActive
-
setIsActive
-
getFromNode
public static GroupFindMeFollowMeFindMeFollowMeTableRow 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<GroupFindMeFollowMeFindMeFollowMeTableRow> 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
-