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
All Methods Static Methods Instance Methods Concrete Methods 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()
-
-
-
Method Detail
-
getSIPStatusCode
public String getSIPStatusCode()
-
setSIPStatusCode
public void setSIPStatusCode(String sIPStatusCode)
-
getTreatmentId
public String getTreatmentId()
-
setTreatmentId
public void setTreatmentId(String treatmentId)
-
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
-
-