org.codelabor.system.web.struts.form
Class IntegerIDListForm

java.lang.Object
  extended by org.apache.struts.action.ActionForm
      extended by org.codelabor.system.web.struts.form.IntegerIDListForm
All Implemented Interfaces:
Serializable

public class IntegerIDListForm
extends org.apache.struts.action.ActionForm

Inter 타입의 Id List Form 클래스

Author:
Shin Sang-jae
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.struts.action.ActionForm
multipartRequestHandler, servlet
 
Constructor Summary
IntegerIDListForm()
           
 
Method Summary
 List<Integer> getId()
          Id를 가져온다.
 void setId(List<Integer> id)
          Id를 설정한다.
 String toString()
          Constructs a String with all attributes in name = value format.
 
Methods inherited from class org.apache.struts.action.ActionForm
getMultipartRequestHandler, getServlet, getServletWrapper, reset, reset, setMultipartRequestHandler, setServlet, validate, validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IntegerIDListForm

public IntegerIDListForm()
Method Detail

getId

public List<Integer> getId()
Id를 가져온다.

Returns:
Id Id List

setId

public void setId(List<Integer> id)
Id를 설정한다.

Parameters:
id - Id List

toString

public String toString()
Constructs a String with all attributes in name = value format.

Overrides:
toString in class Object
Returns:
a String representation of this object.


Copyright © 2011 CODELABOR. All Rights Reserved.