fr.ifremer.allegro.administration.programStrategy
Class BatchModelAppliedStrategy

java.lang.Object
  extended by fr.ifremer.allegro.administration.programStrategy.BatchModelAppliedStrategy
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
BatchModelAppliedStrategyImpl

public abstract class BatchModelAppliedStrategy
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Nested Class Summary
static class BatchModelAppliedStrategy.Factory
          Constructs new instances of BatchModelAppliedStrategy.
 
Constructor Summary
BatchModelAppliedStrategy()
           
 
Method Summary
 boolean equals(java.lang.Object object)
          Returns true if the argument is an BatchModelAppliedStrategy instance and all identifiers for this entity equal the identifiers of the argument entity.
 BatchModelAppliedStrategyPK getBatchModelAppliedStrategyPk()
           
 java.lang.String getModelName()
           
 int hashCode()
          Returns a hash code based on this entity's identifiers.
 void setBatchModelAppliedStrategyPk(BatchModelAppliedStrategyPK batchModelAppliedStrategyPk)
           
 void setModelName(java.lang.String modelName)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BatchModelAppliedStrategy

public BatchModelAppliedStrategy()
Method Detail

getBatchModelAppliedStrategyPk

public BatchModelAppliedStrategyPK getBatchModelAppliedStrategyPk()

setBatchModelAppliedStrategyPk

public void setBatchModelAppliedStrategyPk(BatchModelAppliedStrategyPK batchModelAppliedStrategyPk)

getModelName

public java.lang.String getModelName()

setModelName

public void setModelName(java.lang.String modelName)

hashCode

public int hashCode()
Returns a hash code based on this entity's identifiers.

Overrides:
hashCode in class java.lang.Object

equals

public boolean equals(java.lang.Object object)
Returns true if the argument is an BatchModelAppliedStrategy instance and all identifiers for this entity equal the identifiers of the argument entity. Returns false otherwise.

Overrides:
equals in class java.lang.Object


Copyright © 2008-2010 IFREMER. All Rights Reserved.