org.codelabor.example.helloworld.service
Class HelloWorldServiceImpl
java.lang.Object
org.codelabor.example.helloworld.service.HelloWorldServiceImpl
- All Implemented Interfaces:
- HelloWorldService
public class HelloWorldServiceImpl
- extends Object
- implements HelloWorldService
- Author:
- Shin Sang-jae
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HelloWorldServiceImpl
public HelloWorldServiceImpl()
sayHello
public String sayHello()
- Description copied from interface:
HelloWorldService
- 인사를 한다.
- Specified by:
sayHello
in interface HelloWorldService
- Returns:
- 인삿말
sayHello
public String sayHello(String name)
- Description copied from interface:
HelloWorldService
- 인사를 한다.
- Specified by:
sayHello
in interface HelloWorldService
- Parameters:
name
- 이름
- Returns:
- 인삿말
Copyright © 2011 CODELABOR. All Rights Reserved.