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 boolean
equals(Object o)
String
getDef()
String
getDescription()
static GroupOfficeZoneOfficeZoneTableRow
getFromNode(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 NodeArrayString
getName()
int
hashCode()
void
setDef(String def)
void
setDescription(String description)
void
setName(String name)
String
toString()
-
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
-