public class BatchModelAppliedStrategyPK extends Object implements Serializable, Comparable<BatchModelAppliedStrategyPK>
Constructor and Description |
---|
BatchModelAppliedStrategyPK() |
BatchModelAppliedStrategyPK(AcquisitionLevelImpl acquisitionLevel,
AppliedStrategyImpl appliedStrategy) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(BatchModelAppliedStrategyPK o) |
boolean |
equals(Object object) |
AcquisitionLevelImpl |
getAcquisitionLevel() |
AppliedStrategyImpl |
getAppliedStrategy() |
int |
hashCode() |
void |
setAcquisitionLevel(AcquisitionLevelImpl acquisitionLevel) |
void |
setAppliedStrategy(AppliedStrategyImpl appliedStrategy) |
public BatchModelAppliedStrategyPK()
public BatchModelAppliedStrategyPK(AcquisitionLevelImpl acquisitionLevel, AppliedStrategyImpl appliedStrategy)
public AcquisitionLevelImpl getAcquisitionLevel()
public void setAcquisitionLevel(AcquisitionLevelImpl acquisitionLevel)
public AppliedStrategyImpl getAppliedStrategy()
public void setAppliedStrategy(AppliedStrategyImpl appliedStrategy)
public int compareTo(BatchModelAppliedStrategyPK o)
compareTo
in interface Comparable<BatchModelAppliedStrategyPK>
Comparable.compareTo(T)
Copyright © 2012–2014 IFREMER. All rights reserved.