|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codelabor.system.web.struts.form.StringIDListForm
public class StringIDListForm
String 타입의 ID List
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 |
---|
public StringIDListForm()
Method Detail |
---|
public List<String> getId()
public void setId(List<String> id)
id
- Idpublic String toString()
String
with all attributes in name = value
format.
toString
in class Object
String
representation of this object.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |