org.homeunix.thecave.buddi.plugin.api.model.impl
Class MutableModelObjectImpl

java.lang.Object
  extended by org.homeunix.thecave.buddi.plugin.api.model.impl.ImmutableModelObjectImpl
      extended by org.homeunix.thecave.buddi.plugin.api.model.impl.MutableModelObjectImpl
All Implemented Interfaces:
java.lang.Comparable<ImmutableModelObject>, ImmutableModelObject
Direct Known Subclasses:
MutableAccountTypeImpl, MutableDocumentImpl, MutableSourceImpl, MutableTransactionImpl

public abstract class MutableModelObjectImpl
extends ImmutableModelObjectImpl


Constructor Summary
MutableModelObjectImpl(ModelObject raw)
           
 
Method Summary
 
Methods inherited from class org.homeunix.thecave.buddi.plugin.api.model.impl.ImmutableModelObjectImpl
compareTo, equals, getModified, getRaw, getUid, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MutableModelObjectImpl

public MutableModelObjectImpl(ModelObject raw)