public abstract class BatchModelAppliedStrategy extends Object implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
BatchModelAppliedStrategy.Factory
Constructs new instances of
BatchModelAppliedStrategy. |
| Constructor and Description |
|---|
BatchModelAppliedStrategy() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object object)
Returns
true if the argument is an BatchModelAppliedStrategy instance and all identifiers for this entity
equal the identifiers of the argument entity. |
BatchModel |
getBatchModel() |
BatchModelAppliedStrategyPK |
getBatchModelAppliedStrategyPk() |
int |
hashCode()
Returns a hash code based on this entity's identifiers.
|
void |
setBatchModel(BatchModel batchModel) |
void |
setBatchModelAppliedStrategyPk(BatchModelAppliedStrategyPK batchModelAppliedStrategyPk) |
public BatchModelAppliedStrategyPK getBatchModelAppliedStrategyPk()
public void setBatchModelAppliedStrategyPk(BatchModelAppliedStrategyPK batchModelAppliedStrategyPk)
public BatchModel getBatchModel()
public void setBatchModel(BatchModel batchModel)
public int hashCode()
Copyright © 2013. All Rights Reserved.