Package org.pentaho.di.core.changed
Interface ChangedFlagInterface
-
- All Known Implementing Classes:
AbstractMeta
,ChangedFlag
,ClusterSchema
,JobEntryCopy
,JobMeta
,PartitionSchema
,SlaveServer
,StepErrorMeta
,TransMeta
public interface ChangedFlagInterface
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
clearChanged()
boolean
hasChanged()
void
setChanged()
void
setChanged(boolean changed)
-