org.tynamo.jpa.sample.services
Class TestServiceImpl

java.lang.Object
  extended by org.tynamo.jpa.sample.services.TestServiceImpl
All Implemented Interfaces:
TestService

public class TestServiceImpl
extends Object
implements TestService

Created by IntelliJ IDEA. User: ps Date: 13.01.2010 Time: 15:15:30 To change this template use File | Settings | File Templates.


Constructor Summary
TestServiceImpl()
           
 
Method Summary
 void addTestEntity()
           
 void removeTestEntity(long id)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestServiceImpl

public TestServiceImpl()
Method Detail

addTestEntity

public void addTestEntity()
Specified by:
addTestEntity in interface TestService

removeTestEntity

public void removeTestEntity(long id)
Specified by:
removeTestEntity in interface TestService


Copyright © 2009-2010. All Rights Reserved.