@ -3,6 +3,7 @@ package kr.xit.framework.biz.mng.bbs.model;
import java.util.List ;
import kr.xit.framework.core.model.BaseVO ;
import lombok.* ;
/ * *
*
@ -14,7 +15,14 @@ import kr.xit.framework.core.model.BaseVO;
* @since 2002. 2. 2.
* @version 1.0 Copyright ( c ) XIT All rights reserved .
* /
public class XitBasicBbsMngVO extends BaseVO {
@Getter
@Setter
@NoArgsConstructor
@AllArgsConstructor
@EqualsAndHashCode
@Builder
@ToString
public class XitBasicBbsMngVO {
/ * *
* serialVersionUID
@ -158,593 +166,4 @@ public class XitBasicBbsMngVO extends BaseVO {
// 2020.09.15 : tui-grid tree구조 변수
//---------------------------------
List < XitBasicBbsMngVO > _children ;
/ * *
* atchFileId attribute 를 리 턴 한 다 .
* @return the atchFileId
* /
public String getAtchFileId ( ) {
return atchFileId ;
}
/ * *
* atchFileId attribute 값 을 설 정 한 다 .
* @param atchFileId the atchFileId to set
* /
public void setAtchFileId ( String atchFileId ) {
this . atchFileId = atchFileId ;
}
/ * *
* bbsId attribute 를 리 턴 한 다 .
* @return the bbsId
* /
public String getBbsId ( ) {
return bbsId ;
}
/ * *
* bbsId attribute 값 을 설 정 한 다 .
* @param bbsId the bbsId to set
* /
public void setBbsId ( String bbsId ) {
this . bbsId = bbsId ;
}
/ * *
* frstRegisterId attribute 를 리 턴 한 다 .
* @return the frstRegisterId
* /
public String getFrstRegisterId ( ) {
return frstRegisterId ;
}
/ * *
* frstRegisterId attribute 값 을 설 정 한 다 .
* @param frstRegisterId the frstRegisterId to set
* /
public void setFrstRegisterId ( String frstRegisterId ) {
this . frstRegisterId = frstRegisterId ;
}
/ * *
* frstRegisterPnttm attribute 를 리 턴 한 다 .
* @return the frstRegisterPnttm
* /
public String getFrstRegisterPnttm ( ) {
return frstRegisterPnttm ;
}
/ * *
* frstRegisterPnttm attribute 값 을 설 정 한 다 .
* @param frstRegisterPnttm the frstRegisterPnttm to set
* /
public void setFrstRegisterPnttm ( String frstRegisterPnttm ) {
this . frstRegisterPnttm = frstRegisterPnttm ;
}
/ * *
* lastUpdusrId attribute 를 리 턴 한 다 .
* @return the lastUpdusrId
* /
public String getLastUpdusrId ( ) {
return lastUpdusrId ;
}
/ * *
* lastUpdusrId attribute 값 을 설 정 한 다 .
* @param lastUpdusrId the lastUpdusrId to set
* /
public void setLastUpdusrId ( String lastUpdusrId ) {
this . lastUpdusrId = lastUpdusrId ;
}
/ * *
* lastUpdusrPnttm attribute 를 리 턴 한 다 .
* @return the lastUpdusrPnttm
* /
public String getLastUpdusrPnttm ( ) {
return lastUpdusrPnttm ;
}
/ * *
* lastUpdusrPnttm attribute 값 을 설 정 한 다 .
* @param lastUpdusrPnttm the lastUpdusrPnttm to set
* /
public void setLastUpdusrPnttm ( String lastUpdusrPnttm ) {
this . lastUpdusrPnttm = lastUpdusrPnttm ;
}
/ * *
* ntceBgnde attribute 를 리 턴 한 다 .
* @return the ntceBgnde
* /
public String getNtceBgnde ( ) {
return ntceBgnde ;
}
/ * *
* ntceBgnde attribute 값 을 설 정 한 다 .
* @param ntceBgnde the ntceBgnde to set
* /
public void setNtceBgnde ( String ntceBgnde ) {
this . ntceBgnde = ntceBgnde ;
}
/ * *
* ntceEndde attribute 를 리 턴 한 다 .
* @return the ntceEndde
* /
public String getNtceEndde ( ) {
return ntceEndde ;
}
/ * *
* ntceEndde attribute 값 을 설 정 한 다 .
* @param ntceEndde the ntceEndde to set
* /
public void setNtceEndde ( String ntceEndde ) {
this . ntceEndde = ntceEndde ;
}
/ * *
* ntcrId attribute 를 리 턴 한 다 .
* @return the ntcrId
* /
public String getNtcrId ( ) {
return ntcrId ;
}
/ * *
* ntcrId attribute 값 을 설 정 한 다 .
* @param ntcrId the ntcrId to set
* /
public void setNtcrId ( String ntcrId ) {
this . ntcrId = ntcrId ;
}
/ * *
* ntcrNm attribute 를 리 턴 한 다 .
* @return the ntcrNm
* /
public String getNtcrNm ( ) {
return ntcrNm ;
}
/ * *
* ntcrNm attribute 값 을 설 정 한 다 .
* @param ntcrNm the ntcrNm to set
* /
public void setNtcrNm ( String ntcrNm ) {
this . ntcrNm = ntcrNm ;
}
/ * *
* nttCn attribute 를 리 턴 한 다 .
* @return the nttCn
* /
public String getNttCn ( ) {
return nttCn ;
}
/ * *
* nttCn attribute 값 을 설 정 한 다 .
* @param nttCn the nttCn to set
* /
public void setNttCn ( String nttCn ) {
this . nttCn = nttCn ;
}
/ * *
* nttId attribute 를 리 턴 한 다 .
* @return the nttId
* /
public long getNttId ( ) {
return nttId ;
}
/ * *
* nttId attribute 값 을 설 정 한 다 .
* @param nttId the nttId to set
* /
public void setNttId ( long nttId ) {
this . nttId = nttId ;
}
/ * *
* nttNo attribute 를 리 턴 한 다 .
* @return the nttNo
* /
public long getNttNo ( ) {
return nttNo ;
}
/ * *
* nttNo attribute 값 을 설 정 한 다 .
* @param nttNo the nttNo to set
* /
public void setNttNo ( long nttNo ) {
this . nttNo = nttNo ;
}
/ * *
* nttSj attribute 를 리 턴 한 다 .
* @return the nttSj
* /
public String getNttSj ( ) {
return nttSj ;
}
/ * *
* nttSj attribute 값 을 설 정 한 다 .
* @param nttSj the nttSj to set
* /
public void setNttSj ( String nttSj ) {
this . nttSj = nttSj ;
}
/ * *
* parnts attribute 를 리 턴 한 다 .
* @return the parnts
* /
public String getParnts ( ) {
return parnts ;
}
/ * *
* parnts attribute 값 을 설 정 한 다 .
* @param parnts the parnts to set
* /
public void setParnts ( String parnts ) {
this . parnts = parnts ;
}
/ * *
* password attribute 를 리 턴 한 다 .
* @return the password
* /
public String getPassword ( ) {
return password ;
}
/ * *
* password attribute 값 을 설 정 한 다 .
* @param password the password to set
* /
public void setPassword ( String password ) {
this . password = password ;
}
/ * *
* inqireCo attribute 를 리 턴 한 다 .
* @return the inqireCo
* /
public int getInqireCo ( ) {
return inqireCo ;
}
/ * *
* inqireCo attribute 값 을 설 정 한 다 .
* @param inqireCo the inqireCo to set
* /
public void setInqireCo ( int inqireCo ) {
this . inqireCo = inqireCo ;
}
/ * *
* replyAt attribute 를 리 턴 한 다 .
* @return the replyAt
* /
public String getReplyAt ( ) {
return replyAt ;
}
/ * *
* replyAt attribute 값 을 설 정 한 다 .
* @param replyAt the replyAt to set
* /
public void setReplyAt ( String replyAt ) {
this . replyAt = replyAt ;
}
/ * *
* replyLc attribute 를 리 턴 한 다 .
* @return the replyLc
* /
public String getReplyLc ( ) {
return replyLc ;
}
/ * *
* replyLc attribute 값 을 설 정 한 다 .
* @param replyLc the replyLc to set
* /
public void setReplyLc ( String replyLc ) {
this . replyLc = replyLc ;
}
/ * *
* sortOrdr attribute 를 리 턴 한 다 .
* @return the sortOrdr
* /
public long getSortOrdr ( ) {
return sortOrdr ;
}
/ * *
* sortOrdr attribute 값 을 설 정 한 다 .
* @param sortOrdr the sortOrdr to set
* /
public void setSortOrdr ( long sortOrdr ) {
this . sortOrdr = sortOrdr ;
}
/ * *
* useAt attribute 를 리 턴 한 다 .
* @return the useAt
* /
public String getUseAt ( ) {
return useAt ;
}
/ * *
* useAt attribute 값 을 설 정 한 다 .
* @param useAt the useAt to set
* /
public void setUseAt ( String useAt ) {
this . useAt = useAt ;
}
/ * *
* ntceEnddeView attribute 를 리 턴 한 다 .
* @return the ntceEnddeView
* /
public String getNtceEnddeView ( ) {
return ntceEnddeView ;
}
/ * *
* ntceEnddeView attribute 값 을 설 정 한 다 .
* @param ntceEnddeView the ntceEnddeView to set
* /
public void setNtceEnddeView ( String ntceEnddeView ) {
this . ntceEnddeView = ntceEnddeView ;
}
/ * *
* ntceBgndeView attribute 를 리 턴 한 다 .
* @return the ntceBgndeView
* /
public String getNtceBgndeView ( ) {
return ntceBgndeView ;
}
/ * *
* ntceBgndeView attribute 값 을 설 정 한 다 .
* @param ntceBgndeView the ntceBgndeView to set
* /
public void setNtceBgndeView ( String ntceBgndeView ) {
this . ntceBgndeView = ntceBgndeView ;
}
/ * *
* isExpired attribute 를 리 턴 한 다 .
*
* @return the isExpired
* /
public String getIsExpired ( ) {
return isExpired ;
}
/ * *
* isExpired attribute 값 을 설 정 한 다 .
*
* @param isExpired
* the isExpired to set
* /
public void setIsExpired ( String isExpired ) {
this . isExpired = isExpired ;
}
/ * *
* parntsSortOrdr attribute 를 리 턴 한 다 .
*
* @return the parntsSortOrdr
* /
public String getParntsSortOrdr ( ) {
return parntsSortOrdr ;
}
/ * *
* parntsSortOrdr attribute 값 을 설 정 한 다 .
*
* @param parntsSortOrdr
* the parntsSortOrdr to set
* /
public void setParntsSortOrdr ( String parntsSortOrdr ) {
this . parntsSortOrdr = parntsSortOrdr ;
}
/ * *
* parntsReplyLc attribute 를 리 턴 한 다 .
*
* @return the parntsReplyLc
* /
public String getParntsReplyLc ( ) {
return parntsReplyLc ;
}
/ * *
* parntsReplyLc attribute 값 을 설 정 한 다 .
*
* @param parntsReplyLc
* the parntsReplyLc to set
* /
public void setParntsReplyLc ( String parntsReplyLc ) {
this . parntsReplyLc = parntsReplyLc ;
}
/ * *
* bbsTyCode attribute 를 리 턴 한 다 .
*
* @return the bbsTyCode
* /
public String getBbsTyCode ( ) {
return bbsTyCode ;
}
/ * *
* bbsTyCode attribute 값 을 설 정 한 다 .
*
* @param bbsTyCode
* the bbsTyCode to set
* /
public void setBbsTyCode ( String bbsTyCode ) {
this . bbsTyCode = bbsTyCode ;
}
/ * *
* bbsAttrbCode attribute 를 리 턴 한 다 .
*
* @return the bbsAttrbCode
* /
public String getBbsAttrbCode ( ) {
return bbsAttrbCode ;
}
/ * *
* bbsAttrbCode attribute 값 을 설 정 한 다 .
*
* @param bbsAttrbCode
* the bbsAttrbCode to set
* /
public void setBbsAttrbCode ( String bbsAttrbCode ) {
this . bbsAttrbCode = bbsAttrbCode ;
}
/ * *
* bbsNm attribute 를 리 턴 한 다 .
*
* @return the bbsNm
* /
public String getBbsNm ( ) {
return bbsNm ;
}
/ * *
* bbsNm attribute 값 을 설 정 한 다 .
*
* @param bbsNm
* the bbsNm to set
* /
public void setBbsNm ( String bbsNm ) {
this . bbsNm = bbsNm ;
}
/ * *
* fileAtchPosblAt attribute 를 리 턴 한 다 .
*
* @return the fileAtchPosblAt
* /
public String getFileAtchPosblAt ( ) {
return fileAtchPosblAt ;
}
/ * *
* fileAtchPosblAt attribute 값 을 설 정 한 다 .
*
* @param fileAtchPosblAt
* the fileAtchPosblAt to set
* /
public void setFileAtchPosblAt ( String fileAtchPosblAt ) {
this . fileAtchPosblAt = fileAtchPosblAt ;
}
/ * *
* posblAtchFileNumber attribute 를 리 턴 한 다 .
*
* @return the posblAtchFileNumber
* /
public int getPosblAtchFileNumber ( ) {
return posblAtchFileNumber ;
}
/ * *
* posblAtchFileNumber attribute 값 을 설 정 한 다 .
*
* @param posblAtchFileNumber
* the posblAtchFileNumber to set
* /
public void setPosblAtchFileNumber ( int posblAtchFileNumber ) {
this . posblAtchFileNumber = posblAtchFileNumber ;
}
/ * *
* replyPosblAt attribute 를 리 턴 한 다 .
*
* @return the replyPosblAt
* /
public String getReplyPosblAt ( ) {
return replyPosblAt ;
}
/ * *
* replyPosblAt attribute 값 을 설 정 한 다 .
*
* @param replyPosblAt
* the replyPosblAt to set
* /
public void setReplyPosblAt ( String replyPosblAt ) {
this . replyPosblAt = replyPosblAt ;
}
/ * *
* plusCount attribute 를 리 턴 한 다 .
* @return the plusCount
* /
public boolean isPlusCount ( ) {
return plusCount ;
}
/ * *
* plusCount attribute 값 을 설 정 한 다 .
* @param plusCount the plusCount to set
* /
public void setPlusCount ( boolean plusCount ) {
this . plusCount = plusCount ;
}
/ * *
* subPageIndex attribute 를 리 턴 한 다 .
* @return the subPageIndex
* /
public String getSubPageIndex ( ) {
return subPageIndex ;
}
/ * *
* subPageIndex attribute 값 을 설 정 한 다 .
* @param subPageIndex the subPageIndex to set
* /
public void setSubPageIndex ( String subPageIndex ) {
this . subPageIndex = subPageIndex ;
}
public String getFrstRegisterNm ( ) {
return frstRegisterNm ;
}
public void setFrstRegisterNm ( String frstRegisterNm ) {
this . frstRegisterNm = frstRegisterNm ;
}
public List < XitBasicBbsMngVO > get_children ( ) {
return _children ;
}
public void set_children ( List < XitBasicBbsMngVO > _children ) {
this . _children = _children ;
}
}