egovframework.rfc3.openapiuser.sample
Class SampleListBody

java.lang.Object
  extended by egovframework.rfc3.openapiuser.common.CommonVO
      extended by egovframework.rfc3.openapiuser.sample.SampleListBody

public class SampleListBody
extends CommonVO


Constructor Summary
SampleListBody()
           
 
Method Summary
 java.util.Collection<SampleVO> getCollection()
           
 void setCollection(java.util.Collection paramCollection)
           
 
Methods inherited from class egovframework.rfc3.openapiuser.common.CommonVO
getAuthApiKey, getPageIndex, getPageSize, getStartPage, getTotalCount, setAuthApiKey, setPageIndex, setPageSize, setStartPage, setTotalCount
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SampleListBody

public SampleListBody()
Method Detail

getCollection

public java.util.Collection<SampleVO> getCollection()

setCollection

public void setCollection(java.util.Collection paramCollection)