public final class CleansingRecord extends Object
| Constructor and Description |
|---|
CleansingRecord(com.onwbp.adaptation.Adaptation record,
com.orchestranetworks.service.Session session) |
| Modifier and Type | Method and Description |
|---|---|
Map<com.orchestranetworks.schema.Path,Object> |
getAdditionalValues()
Returns additional values to be stored in record.
|
String |
getCleansingOperation()
Returns the Cleansing operation name.
|
String |
getCleansingProcedureCode()
Returns the Cleansing procedure code.
|
String |
getCleansingState()
Returns the Cleansing state.
|
Date |
getExecutionDate()
Returns the execution date.
|
com.orchestranetworks.schema.SchemaNode |
getField()
Returns the Cleansing field.
|
com.onwbp.adaptation.Adaptation |
getRecord()
Returns current record.
|
com.orchestranetworks.service.Session |
getSession()
Returns current user session..
|
boolean |
isQualityDefect()
Returns the quality defect.
|
void |
setAdditionalValues(Map<com.orchestranetworks.schema.Path,Object> additionalValues)
Sets additional values to be stored in record.
|
void |
setCleansingOperation(String cleansingOperation)
Sets the Cleansing operation name.
|
void |
setCleansingProcedureCode(String cleansingProcedureCode)
Sets the Cleansing procedure code.
|
void |
setCleansingState(String cleansingState)
Sets the Cleansing state.
|
void |
setExecutionDate(Date executionDate)
Sets the execution date.
|
void |
setField(com.orchestranetworks.schema.SchemaNode field)
Sets the Cleansing field.
|
void |
setQualityDefect(boolean qualityDefect)
Sets the quality defect.
|
com.orchestranetworks.service.ProcedureResult |
update()
Updates Cleansing meta data for the specified record.
|
public CleansingRecord(com.onwbp.adaptation.Adaptation record,
com.orchestranetworks.service.Session session)
public com.orchestranetworks.service.ProcedureResult update()
public String getCleansingState()
public void setCleansingState(String cleansingState)
public String getCleansingProcedureCode()
public void setCleansingProcedureCode(String cleansingProcedureCode)
public String getCleansingOperation()
public void setCleansingOperation(String cleansingOperation)
public Date getExecutionDate()
public void setExecutionDate(Date executionDate)
public com.orchestranetworks.schema.SchemaNode getField()
public void setField(com.orchestranetworks.schema.SchemaNode field)
public boolean isQualityDefect()
public void setQualityDefect(boolean qualityDefect)
public com.orchestranetworks.service.Session getSession()
public com.onwbp.adaptation.Adaptation getRecord()
public Map<com.orchestranetworks.schema.Path,Object> getAdditionalValues()