Class SystemTreatmentMappingAccessSIPStatusTreatmentMappingTableRow
java.lang.Object
co.ecg.alpaca.toolkit.generated.tables.SystemTreatmentMappingAccessSIPStatusTreatmentMappingTableRow
- All Implemented Interfaces:
BroadWorksTableRow
,Serializable
public class SystemTreatmentMappingAccessSIPStatusTreatmentMappingTableRow extends Object implements BroadWorksTableRow, Serializable
Response to a SystemTreatmentMappingAccessSIPStatusGetListRequest. Contains a table with one row per mapping. The table columns are: "SIP Status Code", "Treatment Id".
- Author:
- AlpacaGenerator
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description SystemTreatmentMappingAccessSIPStatusTreatmentMappingTableRow()
-
Method Summary
Modifier and Type Method Description boolean
equals(Object o)
static SystemTreatmentMappingAccessSIPStatusTreatmentMappingTableRow
getFromNode(Node n, BroadWorksLoginType loginType, LibraryProperties.BroadWorksServerConfig.DataMode dataMode)
Creates the OCI Table Row with the given Nodestatic List<SystemTreatmentMappingAccessSIPStatusTreatmentMappingTableRow>
getFromNodeArray(Node[] nodeArray, BroadWorksLoginType loginType, LibraryProperties.BroadWorksServerConfig.DataMode dataMode)
Creates the OCI Table Type Array with the given NodeArrayString
getSIPStatusCode()
String
getTreatmentId()
int
hashCode()
void
setSIPStatusCode(String sIPStatusCode)
void
setTreatmentId(String treatmentId)
String
toString()
-
Constructor Details
-
SystemTreatmentMappingAccessSIPStatusTreatmentMappingTableRow
public SystemTreatmentMappingAccessSIPStatusTreatmentMappingTableRow()
-
-
Method Details
-
getSIPStatusCode
-
setSIPStatusCode
-
getTreatmentId
-
setTreatmentId
-
getFromNode
public static SystemTreatmentMappingAccessSIPStatusTreatmentMappingTableRow 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<SystemTreatmentMappingAccessSIPStatusTreatmentMappingTableRow> 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
-