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 TypeMethodDescriptionbooleangetFromNode(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 NodeArrayinthashCode()voidsetAdministratorID(String administratorID) voidsetAdministratorType(String administratorType) voidsetDepartment(String department) voidsetEncoding(String encoding) voidsetFirstName(String firstName) voidsetLanguage(String language) voidsetLastName(String lastName) voidtoString()
-
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
-