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

java.lang.Object
  extended by org.codelabor.system.web.struts.form.IntegerIDArrayForm
All Implemented Interfaces:
Serializable

public class IntegerIDArrayForm
extends Object
implements Serializable

Integer 타입 ID 배열 Form 클래스

Author:
Shin Sang-jae
See Also:
Serialized Form

Constructor Summary
IntegerIDArrayForm()
           
 
Method Summary
 Integer[] getId()
          Id를 가져온다.
 void setId(Integer[] id)
          Id를 설정한다.
 String toString()
          Constructs a String with all attributes in name = value format.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IntegerIDArrayForm

public IntegerIDArrayForm()
Method Detail

getId

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

Returns:
Id 배열

setId

public void setId(Integer[] 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.