kr.co.hit.live.web.mapper.element
Class Action

java.lang.Object
  extended by kr.co.hit.live.web.mapper.element.Action

public class Action
extends Object

Web Mapper 파일의 <action> 부분을 표현하는 클래스이다.

Since:
4.0
Author:
김형도

Constructor Summary
Action(String url, String target, String inf, String method, boolean tr, long msec)
           
 
Method Summary
 String getInterface()
           
 String getMethod()
           
 String getTarget()
           
 long getTimeout()
           
 String getUrl()
           
 boolean requiresTransaction()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Action

public Action(String url,
              String target,
              String inf,
              String method,
              boolean tr,
              long msec)
Method Detail

getUrl

public String getUrl()

getTarget

public String getTarget()

getMethod

public String getMethod()

getInterface

public String getInterface()

requiresTransaction

public boolean requiresTransaction()

getTimeout

public long getTimeout()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2014. All Rights Reserved.