pl.edu.agh.cast.model.mapper.internal
Class AbstractRemover

java.lang.Object
  extended by pl.edu.agh.cast.model.mapper.internal.AbstractRemover
All Implemented Interfaces:
Remover
Direct Known Subclasses:
XMLRemover

public abstract class AbstractRemover
extends Object
implements Remover

The partial implementation of the remover interface.

Author:
AGH CAST Team

Field Summary
protected static org.apache.log4j.Logger log
          The logger.
protected  Mappable primaryObject
          The model to remove.
 
Constructor Summary
AbstractRemover(Mappable object)
          The default constructor.
 
Method Summary
protected static void removeDataSetFromModel(IDataSet dataSet)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface pl.edu.agh.cast.model.mapper.Remover
remove
 

Field Detail

log

protected static org.apache.log4j.Logger log
The logger.


primaryObject

protected Mappable primaryObject
The model to remove.

Constructor Detail

AbstractRemover

public AbstractRemover(Mappable object)
The default constructor.

Parameters:
object - The object to remove.
Method Detail

removeDataSetFromModel

protected static void removeDataSetFromModel(IDataSet dataSet)


Copyright © 2007-2009 IISG AGH-UST Krakow, Poland. All Rights Reserved.