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

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

public class StringIDArrayForm
extends Object
implements Serializable

String 타입 Id 배열 Form 클래스

Author:
Shin Sang-jae
See Also:
Serialized Form

Constructor Summary
StringIDArrayForm()
           
 
Method Summary
 String[] getId()
          Id를 가져온다.
 void setId(String[] 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

StringIDArrayForm

public StringIDArrayForm()
Method Detail

getId

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

Returns:
Id 배열

setId

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