egovframework.rfc3.common.vo
Class CommonCountVO

java.lang.Object
  extended by egovframework.rfc3.common.vo.ComDefaultVO
      extended by egovframework.rfc3.common.vo.CommonCountVO
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable

public class CommonCountVO
extends ComDefaultVO
implements java.lang.Cloneable

See Also:
Serialized Form

Constructor Summary
CommonCountVO()
           
 
Method Summary
 java.util.Date getCount_date()
           
 java.lang.String getCount_dts()
           
 java.lang.String getCount_field1()
           
 java.lang.String getCount_field2()
           
 java.lang.String getCount_field3()
           
 java.lang.String getCount_field4()
           
 java.lang.String getCount_field5()
           
 long getCount_id()
           
 java.lang.String getCount_title()
           
 java.lang.String getCount_type()
           
 java.lang.String getCount_write()
           
 void setCount_date(java.util.Date count_date)
           
 void setCount_field1(java.lang.String count_field1)
           
 void setCount_field2(java.lang.String count_field2)
           
 void setCount_field3(java.lang.String count_field3)
           
 void setCount_field4(java.lang.String count_field4)
           
 void setCount_field5(java.lang.String count_field5)
           
 void setCount_id(long count_id)
           
 void setCount_title(java.lang.String count_title)
           
 void setCount_type(java.lang.String count_type)
           
 void setCount_write(java.lang.String count_write)
           
 
Methods inherited from class egovframework.rfc3.common.vo.ComDefaultVO
getCommand, getFirstIndex, getIsContinueInsert, getLastIndex, getMenuCd, getMessage, getOfficepageUnit, getOrderField, getOrderSort, getPageIndex, getPageSize, getPageUnit, getRecordCountPerPage, getSearchCondition, getSearchKeyword, getSearchKeywordFrom, getSearchKeywordTo, getSearchUseYn, setCommand, setFirstIndex, setIsContinueInsert, setLastIndex, setMenuCd, setMessage, setOfficepageUnit, setOrderField, setOrderSort, setPageIndex, setPageSize, setPageUnit, setRecordCountPerPage, setSearchCondition, setSearchKeyword, setSearchKeywordFrom, setSearchKeywordTo, setSearchUseYn, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CommonCountVO

public CommonCountVO()
Method Detail

getCount_id

public long getCount_id()

setCount_id

public void setCount_id(long count_id)

getCount_type

public java.lang.String getCount_type()

setCount_type

public void setCount_type(java.lang.String count_type)

getCount_title

public java.lang.String getCount_title()

setCount_title

public void setCount_title(java.lang.String count_title)

getCount_date

public java.util.Date getCount_date()

setCount_date

public void setCount_date(java.util.Date count_date)

getCount_write

public java.lang.String getCount_write()

setCount_write

public void setCount_write(java.lang.String count_write)

getCount_field1

public java.lang.String getCount_field1()

setCount_field1

public void setCount_field1(java.lang.String count_field1)

getCount_field2

public java.lang.String getCount_field2()

setCount_field2

public void setCount_field2(java.lang.String count_field2)

getCount_field3

public java.lang.String getCount_field3()

setCount_field3

public void setCount_field3(java.lang.String count_field3)

getCount_field4

public java.lang.String getCount_field4()

setCount_field4

public void setCount_field4(java.lang.String count_field4)

getCount_field5

public java.lang.String getCount_field5()

setCount_field5

public void setCount_field5(java.lang.String count_field5)

getCount_dts

public java.lang.String getCount_dts()