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

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

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

int 타입 ID 배열 Form 클래스

Author:
Shin Sang-jae
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.struts.action.ActionForm
multipartRequestHandler, servlet
 
Constructor Summary
IntIDArrayForm()
           
 
Method Summary
 int[] getId()
          Id를 가져온다.
 void setId(int[] 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

IntIDArrayForm

public IntIDArrayForm()
Method Detail

getId

public int[] getId()
Id를 가져온다.

Returns:
Id

setId

public void setId(int[] id)
Id를 설정한다.

Parameters:
id - Id

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.