Class GroupOfficeZoneOfficeZoneTableRow
java.lang.Object
co.ecg.alpaca.toolkit.generated.tables.GroupOfficeZoneOfficeZoneTableRow
- All Implemented Interfaces:
BroadWorksTableRow,Serializable
public class GroupOfficeZoneOfficeZoneTableRow extends Object implements BroadWorksTableRow, Serializable
Response to GroupOfficeZoneGetAssignedListRequest. Contains a table of all Office Zones assigned to the group. The column headings are: "Name", "Description" and "Default".
- Author:
- AlpacaGenerator
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description GroupOfficeZoneOfficeZoneTableRow() -
Method Summary
Modifier and Type Method Description booleanequals(Object o)StringgetDef()StringgetDescription()static GroupOfficeZoneOfficeZoneTableRowgetFromNode(Node n, BroadWorksLoginType loginType, LibraryProperties.BroadWorksServerConfig.DataMode dataMode)Creates the OCI Table Row with the given Nodestatic List<GroupOfficeZoneOfficeZoneTableRow>getFromNodeArray(Node[] nodeArray, BroadWorksLoginType loginType, LibraryProperties.BroadWorksServerConfig.DataMode dataMode)Creates the OCI Table Type Array with the given NodeArrayStringgetName()inthashCode()voidsetDef(String def)voidsetDescription(String description)voidsetName(String name)StringtoString()
-
Constructor Details
-
GroupOfficeZoneOfficeZoneTableRow
public GroupOfficeZoneOfficeZoneTableRow()
-
-
Method Details
-
getName
-
setName
-
getDescription
-
setDescription
-
getDef
-
setDef
-
getFromNode
public static GroupOfficeZoneOfficeZoneTableRow 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<GroupOfficeZoneOfficeZoneTableRow> 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
-