| Package | Description |
|---|---|
| org.clawiz.etl.common.storage.jobstep |
| Modifier and Type | Class and Description |
|---|---|
class |
JobStepObject |
| Modifier and Type | Method and Description |
|---|---|
JobStepObjectPrototype |
JobStepObjectPrototype.withActive(boolean active)
Set 'active' value
|
JobStepObjectPrototype |
JobStepObjectPrototype.withActive(Boolean active)
Set 'active' value and return this object
|
JobStepObjectPrototype |
JobStepObjectPrototype.withDescription(String description)
Set 'Description' value and return this object
|
JobStepObjectPrototype |
JobStepObjectPrototype.withJobId(BigDecimal jobId)
Set 'Job' value and return this object
|
JobStepObjectPrototype |
JobStepObjectPrototype.withName(String name)
Set 'Name' value and return this object
|
| Modifier and Type | Method and Description |
|---|---|
void |
JobStepObjectPrototype.copy(JobStepObjectPrototype target)
Copy values of all fields to 'target'
|
boolean |
JobStepObjectPrototype.equals(JobStepObjectPrototype object)
Return true if all field values equals to 'object' field values or both value of field is null
|
Copyright © 2018. All rights reserved.