Class SystemFileRepositoryDeviceFileRepositoryTableRow
java.lang.Object
co.ecg.alpaca.toolkit.generated.tables.SystemFileRepositoryDeviceFileRepositoryTableRow
- All Implemented Interfaces:
BroadWorksTableRow
,Serializable
public class SystemFileRepositoryDeviceFileRepositoryTableRow extends Object implements BroadWorksTableRow, Serializable
Response to SystemFileRepositoryDeviceGetListRequest. Contains a table with column headings : "Name","Protocol", "Root Directory", "Extended File Capture Support" in a row for each file repository.
- Author:
- AlpacaGenerator
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description SystemFileRepositoryDeviceFileRepositoryTableRow()
-
Method Summary
Modifier and Type Method Description boolean
equals(Object o)
String
getExtendedFileCaptureSupport()
static SystemFileRepositoryDeviceFileRepositoryTableRow
getFromNode(Node n, BroadWorksLoginType loginType, LibraryProperties.BroadWorksServerConfig.DataMode dataMode)
Creates the OCI Table Row with the given Nodestatic List<SystemFileRepositoryDeviceFileRepositoryTableRow>
getFromNodeArray(Node[] nodeArray, BroadWorksLoginType loginType, LibraryProperties.BroadWorksServerConfig.DataMode dataMode)
Creates the OCI Table Type Array with the given NodeArrayString
getName()
String
getProtocol()
String
getRootDirectory()
int
hashCode()
void
setExtendedFileCaptureSupport(String extendedFileCaptureSupport)
void
setName(String name)
void
setProtocol(String protocol)
void
setRootDirectory(String rootDirectory)
String
toString()
-
Constructor Details
-
SystemFileRepositoryDeviceFileRepositoryTableRow
public SystemFileRepositoryDeviceFileRepositoryTableRow()
-
-
Method Details
-
getName
-
setName
-
getProtocol
-
setProtocol
-
getRootDirectory
-
setRootDirectory
-
getExtendedFileCaptureSupport
-
setExtendedFileCaptureSupport
-
getFromNode
public static SystemFileRepositoryDeviceFileRepositoryTableRow 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<SystemFileRepositoryDeviceFileRepositoryTableRow> 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
-