Class GroupAdminGroupAdminTable1Row
java.lang.Object
co.ecg.alpaca.toolkit.generated.tables.GroupAdminGroupAdminTable1Row
- All Implemented Interfaces:
BroadWorksTableRow
,Serializable
public class GroupAdminGroupAdminTable1Row
extends Object
implements BroadWorksTableRow, Serializable
Response to GroupAdminGetPagedSortedListRequest. Contains a 8 column table with column headings "Administrator ID", "Last Name", "First Name", "Administrator Type", "Department", "Language", "Locale" and "Encoding". The following columns are only returned in AS data mode: "Locale" and "Encoding".
- 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 Nodestatic List<GroupAdminGroupAdminTable1Row>
getFromNodeArray
(Node[] nodeArray, BroadWorksLoginType loginType, LibraryProperties.BroadWorksServerConfig.DataMode dataMode) Creates the OCI Table Type Array with the given NodeArrayint
hashCode()
void
setAdministratorID
(String administratorID) void
setAdministratorType
(String administratorType) void
setDepartment
(String department) void
setEncoding
(String encoding) void
setFirstName
(String firstName) void
setLanguage
(String language) void
setLastName
(String lastName) void
toString()
-
Constructor Details
-
GroupAdminGroupAdminTable1Row
public GroupAdminGroupAdminTable1Row()
-
-
Method Details
-
getAdministratorID
-
setAdministratorID
-
getLastName
-
setLastName
-
getFirstName
-
setFirstName
-
getAdministratorType
-
setAdministratorType
-
getDepartment
-
setDepartment
-
getLanguage
-
setLanguage
-
getLocale
-
setLocale
-
getEncoding
-
setEncoding
-
getFromNode
public static GroupAdminGroupAdminTable1Row 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<GroupAdminGroupAdminTable1Row> 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
-