|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.struts.action.ActionForm
org.codelabor.system.web.struts.form.IntegerIDListForm
public class IntegerIDListForm
Inter 타입의 Id List Form 클래스
Field Summary |
---|
Fields inherited from class org.apache.struts.action.ActionForm |
---|
multipartRequestHandler, servlet |
Constructor Summary | |
---|---|
IntegerIDListForm()
|
Method Summary | |
---|---|
List<Integer> |
getId()
Id를 가져온다. |
void |
setId(List<Integer> 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 |
---|
public IntegerIDListForm()
Method Detail |
---|
public List<Integer> getId()
public void setId(List<Integer> id)
id
- Id Listpublic 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 |