egovframework.rfc3.popup.vo
Class PopupUseDomainVO

java.lang.Object
  extended by egovframework.rfc3.common.vo.ComDefaultVO
      extended by egovframework.rfc3.popup.vo.PopupUseDomainVO
All Implemented Interfaces:
java.io.Serializable

public class PopupUseDomainVO
extends ComDefaultVO

See Also:
Serialized Form

Constructor Summary
PopupUseDomainVO()
           
 
Method Summary
 java.lang.String getDomainId()
           
 java.lang.String getDomainNm()
           
 long getPopupSid()
           
 java.lang.String getPopupTitle()
           
 long getPopUseSid()
           
 void setDomainId(java.lang.String domainId)
           
 void setDomainNm(java.lang.String domainNm)
           
 void setPopupSid(long popupSid)
           
 void setPopupTitle(java.lang.String popupTitle)
           
 void setPopUseSid(long popUseSid)
           
 
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

PopupUseDomainVO

public PopupUseDomainVO()
Method Detail

getPopUseSid

public long getPopUseSid()

setPopUseSid

public void setPopUseSid(long popUseSid)

getPopupSid

public long getPopupSid()

setPopupSid

public void setPopupSid(long popupSid)

getPopupTitle

public java.lang.String getPopupTitle()

setPopupTitle

public void setPopupTitle(java.lang.String popupTitle)

getDomainId

public java.lang.String getDomainId()

setDomainId

public void setDomainId(java.lang.String domainId)

getDomainNm

public java.lang.String getDomainNm()

setDomainNm

public void setDomainNm(java.lang.String domainNm)