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

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

public class StringIDListForm
extends Object
implements Serializable

String 타입의 ID List

Author:
Shin Sang-jae
See Also:
Serialized Form

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

StringIDListForm

public StringIDListForm()
Method Detail

getId

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

Returns:
Id

setId

public void setId(List<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.