Package net.sf.joafip.store.service.objectfortest

Examples of net.sf.joafip.store.service.objectfortest.SubstitutionBobCopy


@NotStorableClass
public class SubstituteObjectManager0 implements ISubstituteObjectManager {

  @Override
  public Object substituteObject(final Object originalObject) {
    return new SubstitutionBobCopy((SubstitutedBob) originalObject);
  }
View Full Code Here

TOP

Related Classes of net.sf.joafip.store.service.objectfortest.SubstitutionBobCopy

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.