Class GroupDepartmentAdminDepartmentAdminTableRow
java.lang.Object
co.ecg.alpaca.toolkit.generated.tables.GroupDepartmentAdminDepartmentAdminTableRow
- All Implemented Interfaces:
BroadWorksTableRow,Serializable
public class GroupDepartmentAdminDepartmentAdminTableRow extends Object implements BroadWorksTableRow, Serializable
Response to GroupDepartmentAdminGetListRequest. Contains a 5 column table with column headings "Administrator ID", "Last Name", "First Name", "Department", "Language".
- Author:
- AlpacaGenerator
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description GroupDepartmentAdminDepartmentAdminTableRow() -
Method Summary
Modifier and Type Method Description booleanequals(Object o)StringgetAdministratorID()StringgetDepartment()StringgetFirstName()static GroupDepartmentAdminDepartmentAdminTableRowgetFromNode(Node n, BroadWorksLoginType loginType, LibraryProperties.BroadWorksServerConfig.DataMode dataMode)Creates the OCI Table Row with the given Nodestatic List<GroupDepartmentAdminDepartmentAdminTableRow>getFromNodeArray(Node[] nodeArray, BroadWorksLoginType loginType, LibraryProperties.BroadWorksServerConfig.DataMode dataMode)Creates the OCI Table Type Array with the given NodeArrayStringgetLanguage()StringgetLastName()inthashCode()voidsetAdministratorID(String administratorID)voidsetDepartment(String department)voidsetFirstName(String firstName)voidsetLanguage(String language)voidsetLastName(String lastName)StringtoString()
-
Constructor Details
-
GroupDepartmentAdminDepartmentAdminTableRow
public GroupDepartmentAdminDepartmentAdminTableRow()
-
-
Method Details
-
getAdministratorID
-
setAdministratorID
-
getLastName
-
setLastName
-
getFirstName
-
setFirstName
-
getDepartment
-
setDepartment
-
getLanguage
-
setLanguage
-
getFromNode
public static GroupDepartmentAdminDepartmentAdminTableRow 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<GroupDepartmentAdminDepartmentAdminTableRow> 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
-