You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1969 lines
48 KiB
Java
1969 lines
48 KiB
Java
package cokr.xit.interfaces.sntris.buga;
|
|
|
|
import javax.xml.namespace.QName;
|
|
|
|
import org.apache.axis.description.ElementDesc;
|
|
import org.apache.axis.description.TypeDesc;
|
|
import org.apache.axis.encoding.Deserializer;
|
|
import org.apache.axis.encoding.Serializer;
|
|
import org.apache.axis.encoding.ser.BeanDeserializer;
|
|
import org.apache.axis.encoding.ser.BeanSerializer;
|
|
|
|
import cokr.xit.interfaces.sntris.SntrisWSDTO;
|
|
/**
|
|
* @Description : 세외수입웹서비스 dto
|
|
* @Version 1.0
|
|
* @Since 2019. 09. 03
|
|
* @Author 박영수
|
|
* <pre>
|
|
* 수정일 수정자 수정내용
|
|
* ------- ------------- ----------------------
|
|
* </pre>
|
|
*/
|
|
public class Bu04BugaWSDTO extends SntrisWSDTO {
|
|
private static final long serialVersionUID = 1L;
|
|
|
|
/** 비고 */
|
|
private String bigo;
|
|
/** 대장번호 */
|
|
private String bookNo;
|
|
/** 분할횟수 */
|
|
private long bunhalCnt;
|
|
/** 부서코드 */
|
|
private String buseoCd;
|
|
/** 기타1 */
|
|
private String etc1;
|
|
/** 가산금면제유무 */
|
|
private String gasanAmtSkipGubun;
|
|
/** 가산율구분 */
|
|
private String gasanRateGubun;
|
|
/** 기금 */
|
|
private long gigum;
|
|
/** 기금가산금 */
|
|
private long gigumGasanAmt;
|
|
/** 기금이자 */
|
|
private long gigumIja;
|
|
/** 국세 */
|
|
private long gukse;
|
|
/** 국세가산금 */
|
|
private long gukseGasanAmt;
|
|
/** 국세이자 */
|
|
private long gukseIja;
|
|
/** 구세 */
|
|
private long guse;
|
|
/** 구세가산금 */
|
|
private long guseGasanAmt;
|
|
/** 구세이자 */
|
|
private long guseIja;
|
|
/** 항목1 */
|
|
private String hangmok1;
|
|
/** 항목2 */
|
|
private String hangmok2;
|
|
/** 항목3 */
|
|
private String hangmok3;
|
|
/** 항목4 */
|
|
private String hangmok4;
|
|
/** 항목5 */
|
|
private String hangmok5;
|
|
/** 항목6 */
|
|
private String hangmok6;
|
|
/** 행정동코드 */
|
|
private String hdongCd;
|
|
/** 최종작업날짜 */
|
|
private String lastWorkDate;
|
|
/** 최종작업자ID */
|
|
private String lastWorkId;
|
|
/** 물건아파트명 */
|
|
private String mulAptNm;
|
|
/** 물건반 */
|
|
private String mulBan;
|
|
/** 물건법정동리코드 */
|
|
private String mulBdongriCd;
|
|
/** 물건본번 */
|
|
private String mulBon;
|
|
/** 물건부번 */
|
|
private String mulBu;
|
|
/** 물건동 */
|
|
private String mulDong;
|
|
/** 물건상세주소 */
|
|
private String mulDtlAddr;
|
|
/** 물건구분 */
|
|
private String mulGubun;
|
|
/** 물건호 */
|
|
private String mulHosu;
|
|
/** 물건명 */
|
|
private String mulNm;
|
|
/** 물건OCR시구코드 */
|
|
private String mulOcrSiguCd;
|
|
/** 물건특수지코드 */
|
|
private String mulSpcCd;
|
|
/** 물건통 */
|
|
private String mulTong;
|
|
/** 물건우편번호주소 */
|
|
private String mulZipAddr;
|
|
/** 물건우편번호 */
|
|
private String mulZipCd;
|
|
/* 도로명 건물본번 */
|
|
private String napBldBon;
|
|
/* 도로명 건물부번 */
|
|
private String napBldBu;
|
|
/** 납세자 도로명 상세주소 */
|
|
private String napDdtlAddr;
|
|
/** 납세자 도로명 주소 */
|
|
private String napDoroAddr;
|
|
/** 납세자 도로명 주소 코드 */
|
|
private String napDoroCd;
|
|
/** 납세자 도로명 참고항목 */
|
|
private String napDrefAddr;
|
|
/** 납세자 상세주소 */
|
|
private String napDtlAddr;
|
|
/** 납세자 우편주소 */
|
|
private String napDzipAddr;
|
|
/** 납세자 우편번호 */
|
|
private String napDzipCd;
|
|
/** 납세자 EMAIL */
|
|
private String napEmail;
|
|
/** 납세자 구분 */
|
|
private String napGubun;
|
|
/** 납세자 ID */
|
|
private String napId;
|
|
/** 납세자 휴대폰번호 */
|
|
private String napMobilNo;
|
|
/** 납세자명 */
|
|
private String napNm;
|
|
/** 납세자전화번호 */
|
|
private String napTelNo;
|
|
/** 납세자 도로명 지하여부 */
|
|
private String napUndYn;
|
|
/** 납세자 우편번호 주소 */
|
|
private String napZipAddr;
|
|
/** 납세자 우편번호 */
|
|
private String napZipCd;
|
|
/** 납부일자 */
|
|
private String napbuYmd;
|
|
/** 납기후일자 */
|
|
private String napgiAftYmd;
|
|
/** 납기일자 */
|
|
private String napgiYmd;
|
|
/** ocr 부서코드 */
|
|
private String ocrBuseoCd;
|
|
/** ocr 시구코드 */
|
|
private String ocrSiguCd;
|
|
/** 거주상태 */
|
|
private String resideStatus;
|
|
/** row상태 */
|
|
private String rowStatus;
|
|
/** 세목코드 */
|
|
private String semokCd;
|
|
/** 발송일자 */
|
|
private String sendYmd;
|
|
/** 시도코드 */
|
|
private String sidoCd;
|
|
/** 시구코드 */
|
|
private String siguCd;
|
|
/** 시세 */
|
|
private long sise;
|
|
/** 시세가산금 */
|
|
private long siseGasanAmt;
|
|
/** 시세이자 */
|
|
private long siseIja;
|
|
/** 소관 부서코드 */
|
|
private String sokwanBuseoCd;
|
|
/** 소관 담당자 이름 */
|
|
private String sokwanMgrNm;
|
|
/** 소관 담당자 전화번호 */
|
|
private String sokwanTelNo;
|
|
/** 특별이율 */
|
|
private double specialRate;
|
|
/** 특별이율 적용건수 */
|
|
private long specialRateApplyCnt;
|
|
/** 특별이율 적용사유 */
|
|
private String specialRateApplySayu;
|
|
/** 특별이율 적용상한율 */
|
|
private double specialRateHighRate;
|
|
/** 수납 부서코드 */
|
|
private String suBuseoCd;
|
|
/** 시스템 구분 */
|
|
private String sysGubun;
|
|
/** 과세금액 */
|
|
private long taxAmt;
|
|
/** 과세구분 */
|
|
private String taxGubun;
|
|
/** 과세번호 */
|
|
private String taxNo;
|
|
/** 과세연월 */
|
|
private String taxYm;
|
|
/** 과세일자 */
|
|
private String taxYmd;
|
|
/** 부가세 */
|
|
private long vatAmt;
|
|
|
|
public Bu04BugaWSDTO() {}
|
|
|
|
public Bu04BugaWSDTO(
|
|
String bigo,
|
|
String bookNo,
|
|
long bunhalCnt,
|
|
String buseoCd,
|
|
String etc1,
|
|
String gasanAmtSkipGubun,
|
|
String gasanRateGubun,
|
|
long gigum,
|
|
long gigumGasanAmt,
|
|
long gigumIja,
|
|
long gukse,
|
|
long gukseGasanAmt,
|
|
long gukseIja,
|
|
long guse,
|
|
long guseGasanAmt,
|
|
long guseIja,
|
|
String hangmok1,
|
|
String hangmok2,
|
|
String hangmok3,
|
|
String hangmok4,
|
|
String hangmok5,
|
|
String hangmok6,
|
|
String hdongCd,
|
|
String lastWorkDate,
|
|
String lastWorkId,
|
|
String mulAptNm,
|
|
String mulBan,
|
|
String mulBdongriCd,
|
|
String mulBon,
|
|
String mulBu,
|
|
String mulDong,
|
|
String mulDtlAddr,
|
|
String mulGubun,
|
|
String mulHosu,
|
|
String mulNm,
|
|
String mulOcrSiguCd,
|
|
String mulSpcCd,
|
|
String mulTong,
|
|
String mulZipAddr,
|
|
String mulZipCd,
|
|
String napBldBon,
|
|
String napBldBu,
|
|
String napDdtlAddr,
|
|
String napDoroAddr,
|
|
String napDoroCd,
|
|
String napDrefAddr,
|
|
String napDtlAddr,
|
|
String napDzipAddr,
|
|
String napDzipCd,
|
|
String napEmail,
|
|
String napGubun,
|
|
String napId,
|
|
String napMobilNo,
|
|
String napNm,
|
|
String napTelNo,
|
|
String napUndYn,
|
|
String napZipAddr,
|
|
String napZipCd,
|
|
String napbuYmd,
|
|
String napgiAftYmd,
|
|
String napgiYmd,
|
|
String ocrBuseoCd,
|
|
String ocrSiguCd,
|
|
String resideStatus,
|
|
String rowStatus,
|
|
String semokCd,
|
|
String sendYmd,
|
|
String sidoCd,
|
|
String siguCd,
|
|
long sise,
|
|
long siseGasanAmt,
|
|
long siseIja,
|
|
String sokwanBuseoCd,
|
|
String sokwanMgrNm,
|
|
String sokwanTelNo,
|
|
double specialRate,
|
|
long specialRateApplyCnt,
|
|
String specialRateApplySayu,
|
|
double specialRateHighRate,
|
|
String suBuseoCd,
|
|
String sysGubun,
|
|
long taxAmt,
|
|
String taxGubun,
|
|
String taxNo,
|
|
String taxYm,
|
|
String taxYmd,
|
|
long vatAmt
|
|
) {
|
|
this.bigo = bigo;
|
|
this.bookNo = bookNo;
|
|
this.bunhalCnt = bunhalCnt;
|
|
this.buseoCd = buseoCd;
|
|
this.etc1 = etc1;
|
|
this.gasanAmtSkipGubun = gasanAmtSkipGubun;
|
|
this.gasanRateGubun = gasanRateGubun;
|
|
this.gigum = gigum;
|
|
this.gigumGasanAmt = gigumGasanAmt;
|
|
this.gigumIja = gigumIja;
|
|
this.gukse = gukse;
|
|
this.gukseGasanAmt = gukseGasanAmt;
|
|
this.gukseIja = gukseIja;
|
|
this.guse = guse;
|
|
this.guseGasanAmt = guseGasanAmt;
|
|
this.guseIja = guseIja;
|
|
this.hangmok1 = hangmok1;
|
|
this.hangmok2 = hangmok2;
|
|
this.hangmok3 = hangmok3;
|
|
this.hangmok4 = hangmok4;
|
|
this.hangmok5 = hangmok5;
|
|
this.hangmok6 = hangmok6;
|
|
this.hdongCd = hdongCd;
|
|
this.lastWorkDate = lastWorkDate;
|
|
this.lastWorkId = lastWorkId;
|
|
this.mulAptNm = mulAptNm;
|
|
this.mulBan = mulBan;
|
|
this.mulBdongriCd = mulBdongriCd;
|
|
this.mulBon = mulBon;
|
|
this.mulBu = mulBu;
|
|
this.mulDong = mulDong;
|
|
this.mulDtlAddr = mulDtlAddr;
|
|
this.mulGubun = mulGubun;
|
|
this.mulHosu = mulHosu;
|
|
this.mulNm = mulNm;
|
|
this.mulOcrSiguCd = mulOcrSiguCd;
|
|
this.mulSpcCd = mulSpcCd;
|
|
this.mulTong = mulTong;
|
|
this.mulZipAddr = mulZipAddr;
|
|
this.mulZipCd = mulZipCd;
|
|
this.napBldBon = napBldBon;
|
|
this.napBldBu = napBldBu;
|
|
this.napDdtlAddr = napDdtlAddr;
|
|
this.napDoroAddr = napDoroAddr;
|
|
this.napDoroCd = napDoroCd;
|
|
this.napDrefAddr = napDrefAddr;
|
|
this.napDtlAddr = napDtlAddr;
|
|
this.napDzipAddr = napDzipAddr;
|
|
this.napDzipCd = napDzipCd;
|
|
this.napEmail = napEmail;
|
|
this.napGubun = napGubun;
|
|
this.napId = napId;
|
|
this.napMobilNo = napMobilNo;
|
|
this.napNm = napNm;
|
|
this.napTelNo = napTelNo;
|
|
this.napUndYn = napUndYn;
|
|
this.napZipAddr = napZipAddr;
|
|
this.napZipCd = napZipCd;
|
|
this.napbuYmd = napbuYmd;
|
|
this.napgiAftYmd = napgiAftYmd;
|
|
this.napgiYmd = napgiYmd;
|
|
this.ocrBuseoCd = ocrBuseoCd;
|
|
this.ocrSiguCd = ocrSiguCd;
|
|
this.resideStatus = resideStatus;
|
|
this.rowStatus = rowStatus;
|
|
this.semokCd = semokCd;
|
|
this.sendYmd = sendYmd;
|
|
this.sidoCd = sidoCd;
|
|
this.siguCd = siguCd;
|
|
this.sise = sise;
|
|
this.siseGasanAmt = siseGasanAmt;
|
|
this.siseIja = siseIja;
|
|
this.sokwanBuseoCd = sokwanBuseoCd;
|
|
this.sokwanMgrNm = sokwanMgrNm;
|
|
this.sokwanTelNo = sokwanTelNo;
|
|
this.specialRate = specialRate;
|
|
this.specialRateApplyCnt = specialRateApplyCnt;
|
|
this.specialRateApplySayu = specialRateApplySayu;
|
|
this.specialRateHighRate = specialRateHighRate;
|
|
this.suBuseoCd = suBuseoCd;
|
|
this.sysGubun = sysGubun;
|
|
this.taxAmt = taxAmt;
|
|
this.taxGubun = taxGubun;
|
|
this.taxNo = taxNo;
|
|
this.taxYm = taxYm;
|
|
this.taxYmd = taxYmd;
|
|
this.vatAmt = vatAmt;
|
|
}
|
|
|
|
/**Gets the bigo value for this Bu04BugaWSDTO.
|
|
* @return bigo
|
|
*/
|
|
public String getBigo() {
|
|
return bigo;
|
|
}
|
|
|
|
/**Sets the bigo value for this Bu04BugaWSDTO.
|
|
* @param bigo
|
|
*/
|
|
public void setBigo(String bigo) {
|
|
this.bigo = bigo;
|
|
}
|
|
|
|
/**Gets the bookNo value for this Bu04BugaWSDTO.
|
|
* @return bookNo
|
|
*/
|
|
public String getBookNo() {
|
|
return bookNo;
|
|
}
|
|
|
|
/**Sets the bookNo value for this Bu04BugaWSDTO.
|
|
* @param bookNo
|
|
*/
|
|
public void setBookNo(String bookNo) {
|
|
this.bookNo = bookNo;
|
|
}
|
|
|
|
/**Gets the bunhalCnt value for this Bu04BugaWSDTO.
|
|
* @return bunhalCnt
|
|
*/
|
|
public long getBunhalCnt() {
|
|
return bunhalCnt;
|
|
}
|
|
|
|
/**Sets the bunhalCnt value for this Bu04BugaWSDTO.
|
|
* @param bunhalCnt
|
|
*/
|
|
public void setBunhalCnt(long bunhalCnt) {
|
|
this.bunhalCnt = bunhalCnt;
|
|
}
|
|
|
|
/**Gets the buseoCd value for this Bu04BugaWSDTO.
|
|
* @return buseoCd
|
|
*/
|
|
public String getBuseoCd() {
|
|
return buseoCd;
|
|
}
|
|
|
|
/**Sets the buseoCd value for this Bu04BugaWSDTO.
|
|
* @param buseoCd
|
|
*/
|
|
public void setBuseoCd(String buseoCd) {
|
|
this.buseoCd = buseoCd;
|
|
}
|
|
|
|
/**Gets the etc1 value for this Bu04BugaWSDTO.
|
|
* @return etc1
|
|
*/
|
|
public String getEtc1() {
|
|
return etc1;
|
|
}
|
|
|
|
/**Sets the etc1 value for this Bu04BugaWSDTO.
|
|
* @param etc1
|
|
*/
|
|
public void setEtc1(String etc1) {
|
|
this.etc1 = etc1;
|
|
}
|
|
|
|
/**Gets the gasanAmtSkipGubun value for this Bu04BugaWSDTO.
|
|
* @return gasanAmtSkipGubun
|
|
*/
|
|
public String getGasanAmtSkipGubun() {
|
|
return gasanAmtSkipGubun;
|
|
}
|
|
|
|
/**Sets the gasanAmtSkipGubun value for this Bu04BugaWSDTO.
|
|
* @param gasanAmtSkipGubun
|
|
*/
|
|
public void setGasanAmtSkipGubun(String gasanAmtSkipGubun) {
|
|
this.gasanAmtSkipGubun = gasanAmtSkipGubun;
|
|
}
|
|
|
|
/**Gets the gasanRateGubun value for this Bu04BugaWSDTO.
|
|
* @return gasanRateGubun
|
|
*/
|
|
public String getGasanRateGubun() {
|
|
return gasanRateGubun;
|
|
}
|
|
|
|
/**Sets the gasanRateGubun value for this Bu04BugaWSDTO.
|
|
* @param gasanRateGubun
|
|
*/
|
|
public void setGasanRateGubun(String gasanRateGubun) {
|
|
this.gasanRateGubun = gasanRateGubun;
|
|
}
|
|
|
|
/**Gets the gigum value for this Bu04BugaWSDTO.
|
|
* @return gigum
|
|
*/
|
|
public long getGigum() {
|
|
return gigum;
|
|
}
|
|
|
|
/**Sets the gigum value for this Bu04BugaWSDTO.
|
|
* @param gigum
|
|
*/
|
|
public void setGigum(long gigum) {
|
|
this.gigum = gigum;
|
|
}
|
|
|
|
/**Gets the gigumGasanAmt value for this Bu04BugaWSDTO.
|
|
* @return gigumGasanAmt
|
|
*/
|
|
public long getGigumGasanAmt() {
|
|
return gigumGasanAmt;
|
|
}
|
|
|
|
/**Sets the gigumGasanAmt value for this Bu04BugaWSDTO.
|
|
* @param gigumGasanAmt
|
|
*/
|
|
public void setGigumGasanAmt(long gigumGasanAmt) {
|
|
this.gigumGasanAmt = gigumGasanAmt;
|
|
}
|
|
|
|
/**Gets the gigumIja value for this Bu04BugaWSDTO.
|
|
* @return gigumIja
|
|
*/
|
|
public long getGigumIja() {
|
|
return gigumIja;
|
|
}
|
|
|
|
/**Sets the gigumIja value for this Bu04BugaWSDTO.
|
|
* @param gigumIja
|
|
*/
|
|
public void setGigumIja(long gigumIja) {
|
|
this.gigumIja = gigumIja;
|
|
}
|
|
|
|
/**Gets the gukse value for this Bu04BugaWSDTO.
|
|
* @return gukse
|
|
*/
|
|
public long getGukse() {
|
|
return gukse;
|
|
}
|
|
|
|
/**Sets the gukse value for this Bu04BugaWSDTO.
|
|
* @param gukse
|
|
*/
|
|
public void setGukse(long gukse) {
|
|
this.gukse = gukse;
|
|
}
|
|
|
|
/**Gets the gukseGasanAmt value for this Bu04BugaWSDTO.
|
|
* @return gukseGasanAmt
|
|
*/
|
|
public long getGukseGasanAmt() {
|
|
return gukseGasanAmt;
|
|
}
|
|
|
|
/**Sets the gukseGasanAmt value for this Bu04BugaWSDTO.
|
|
* @param gukseGasanAmt
|
|
*/
|
|
public void setGukseGasanAmt(long gukseGasanAmt) {
|
|
this.gukseGasanAmt = gukseGasanAmt;
|
|
}
|
|
|
|
/**Gets the gukseIja value for this Bu04BugaWSDTO.
|
|
* @return gukseIja
|
|
*/
|
|
public long getGukseIja() {
|
|
return gukseIja;
|
|
}
|
|
|
|
/**Sets the gukseIja value for this Bu04BugaWSDTO.
|
|
* @param gukseIja
|
|
*/
|
|
public void setGukseIja(long gukseIja) {
|
|
this.gukseIja = gukseIja;
|
|
}
|
|
|
|
/**Gets the guse value for this Bu04BugaWSDTO.
|
|
* @return guse
|
|
*/
|
|
public long getGuse() {
|
|
return guse;
|
|
}
|
|
|
|
/**Sets the guse value for this Bu04BugaWSDTO.
|
|
* @param guse
|
|
*/
|
|
public void setGuse(long guse) {
|
|
this.guse = guse;
|
|
}
|
|
|
|
/**Gets the guseGasanAmt value for this Bu04BugaWSDTO.
|
|
* @return guseGasanAmt
|
|
*/
|
|
public long getGuseGasanAmt() {
|
|
return guseGasanAmt;
|
|
}
|
|
|
|
/**Sets the guseGasanAmt value for this Bu04BugaWSDTO.
|
|
* @param guseGasanAmt
|
|
*/
|
|
public void setGuseGasanAmt(long guseGasanAmt) {
|
|
this.guseGasanAmt = guseGasanAmt;
|
|
}
|
|
|
|
/**Gets the guseIja value for this Bu04BugaWSDTO.
|
|
* @return guseIja
|
|
*/
|
|
public long getGuseIja() {
|
|
return guseIja;
|
|
}
|
|
|
|
/**Sets the guseIja value for this Bu04BugaWSDTO.
|
|
* @param guseIja
|
|
*/
|
|
public void setGuseIja(long guseIja) {
|
|
this.guseIja = guseIja;
|
|
}
|
|
|
|
/**Gets the hangmok1 value for this Bu04BugaWSDTO.
|
|
* @return hangmok1
|
|
*/
|
|
public String getHangmok1() {
|
|
return hangmok1;
|
|
}
|
|
|
|
/**Sets the hangmok1 value for this Bu04BugaWSDTO.
|
|
* @param hangmok1
|
|
*/
|
|
public void setHangmok1(String hangmok1) {
|
|
this.hangmok1 = hangmok1;
|
|
}
|
|
|
|
/**Gets the hangmok2 value for this Bu04BugaWSDTO.
|
|
* @return hangmok2
|
|
*/
|
|
public String getHangmok2() {
|
|
return hangmok2;
|
|
}
|
|
|
|
/**Sets the hangmok2 value for this Bu04BugaWSDTO.
|
|
* @param hangmok2
|
|
*/
|
|
public void setHangmok2(String hangmok2) {
|
|
this.hangmok2 = hangmok2;
|
|
}
|
|
|
|
/**Gets the hangmok3 value for this Bu04BugaWSDTO.
|
|
* @return hangmok3
|
|
*/
|
|
public String getHangmok3() {
|
|
return hangmok3;
|
|
}
|
|
|
|
/**Sets the hangmok3 value for this Bu04BugaWSDTO.
|
|
* @param hangmok3
|
|
*/
|
|
public void setHangmok3(String hangmok3) {
|
|
this.hangmok3 = hangmok3;
|
|
}
|
|
|
|
/**Gets the hangmok4 value for this Bu04BugaWSDTO.
|
|
* @return hangmok4
|
|
*/
|
|
public String getHangmok4() {
|
|
return hangmok4;
|
|
}
|
|
|
|
/**Sets the hangmok4 value for this Bu04BugaWSDTO.
|
|
* @param hangmok4
|
|
*/
|
|
public void setHangmok4(String hangmok4) {
|
|
this.hangmok4 = hangmok4;
|
|
}
|
|
|
|
/**Gets the hangmok5 value for this Bu04BugaWSDTO.
|
|
* @return hangmok5
|
|
*/
|
|
public String getHangmok5() {
|
|
return hangmok5;
|
|
}
|
|
|
|
/**Sets the hangmok5 value for this Bu04BugaWSDTO.
|
|
* @param hangmok5
|
|
*/
|
|
public void setHangmok5(String hangmok5) {
|
|
this.hangmok5 = hangmok5;
|
|
}
|
|
|
|
/**Gets the hangmok6 value for this Bu04BugaWSDTO.
|
|
* @return hangmok6
|
|
*/
|
|
public String getHangmok6() {
|
|
return hangmok6;
|
|
}
|
|
|
|
/**Sets the hangmok6 value for this Bu04BugaWSDTO.
|
|
* @param hangmok6
|
|
*/
|
|
public void setHangmok6(String hangmok6) {
|
|
this.hangmok6 = hangmok6;
|
|
}
|
|
|
|
/**Gets the hdongCd value for this Bu04BugaWSDTO.
|
|
* @return hdongCd
|
|
*/
|
|
public String getHdongCd() {
|
|
return hdongCd;
|
|
}
|
|
|
|
/**Sets the hdongCd value for this Bu04BugaWSDTO.
|
|
* @param hdongCd
|
|
*/
|
|
public void setHdongCd(String hdongCd) {
|
|
this.hdongCd = hdongCd;
|
|
}
|
|
|
|
/**Gets the lastWorkDate value for this Bu04BugaWSDTO.
|
|
* @return lastWorkDate
|
|
*/
|
|
public String getLastWorkDate() {
|
|
return lastWorkDate;
|
|
}
|
|
|
|
/**Sets the lastWorkDate value for this Bu04BugaWSDTO.
|
|
* @param lastWorkDate
|
|
*/
|
|
public void setLastWorkDate(String lastWorkDate) {
|
|
this.lastWorkDate = lastWorkDate;
|
|
}
|
|
|
|
/**Gets the lastWorkId value for this Bu04BugaWSDTO.
|
|
* @return lastWorkId
|
|
*/
|
|
public String getLastWorkId() {
|
|
return lastWorkId;
|
|
}
|
|
|
|
/**Sets the lastWorkId value for this Bu04BugaWSDTO.
|
|
* @param lastWorkId
|
|
*/
|
|
public void setLastWorkId(String lastWorkId) {
|
|
this.lastWorkId = lastWorkId;
|
|
}
|
|
|
|
/**Gets the mulAptNm value for this Bu04BugaWSDTO.
|
|
* @return mulAptNm
|
|
*/
|
|
public String getMulAptNm() {
|
|
return mulAptNm;
|
|
}
|
|
|
|
/**Sets the mulAptNm value for this Bu04BugaWSDTO.
|
|
* @param mulAptNm
|
|
*/
|
|
public void setMulAptNm(String mulAptNm) {
|
|
this.mulAptNm = mulAptNm;
|
|
}
|
|
|
|
/**Gets the mulBan value for this Bu04BugaWSDTO.
|
|
* @return mulBan
|
|
*/
|
|
public String getMulBan() {
|
|
return mulBan;
|
|
}
|
|
|
|
/**Sets the mulBan value for this Bu04BugaWSDTO.
|
|
* @param mulBan
|
|
*/
|
|
public void setMulBan(String mulBan) {
|
|
this.mulBan = mulBan;
|
|
}
|
|
|
|
/**Gets the mulBdongriCd value for this Bu04BugaWSDTO.
|
|
* @return mulBdongriCd
|
|
*/
|
|
public String getMulBdongriCd() {
|
|
return mulBdongriCd;
|
|
}
|
|
|
|
/**Sets the mulBdongriCd value for this Bu04BugaWSDTO.
|
|
* @param mulBdongriCd
|
|
*/
|
|
public void setMulBdongriCd(String mulBdongriCd) {
|
|
this.mulBdongriCd = mulBdongriCd;
|
|
}
|
|
|
|
/**Gets the mulBon value for this Bu04BugaWSDTO.
|
|
* @return mulBon
|
|
*/
|
|
public String getMulBon() {
|
|
return mulBon;
|
|
}
|
|
|
|
/**Sets the mulBon value for this Bu04BugaWSDTO.
|
|
* @param mulBon
|
|
*/
|
|
public void setMulBon(String mulBon) {
|
|
this.mulBon = mulBon;
|
|
}
|
|
|
|
/**Gets the mulBu value for this Bu04BugaWSDTO.
|
|
* @return mulBu
|
|
*/
|
|
public String getMulBu() {
|
|
return mulBu;
|
|
}
|
|
|
|
/**Sets the mulBu value for this Bu04BugaWSDTO.
|
|
* @param mulBu
|
|
*/
|
|
public void setMulBu(String mulBu) {
|
|
this.mulBu = mulBu;
|
|
}
|
|
|
|
/**Gets the mulDong value for this Bu04BugaWSDTO.
|
|
* @return mulDong
|
|
*/
|
|
public String getMulDong() {
|
|
return mulDong;
|
|
}
|
|
|
|
/**Sets the mulDong value for this Bu04BugaWSDTO.
|
|
* @param mulDong
|
|
*/
|
|
public void setMulDong(String mulDong) {
|
|
this.mulDong = mulDong;
|
|
}
|
|
|
|
/**Gets the mulDtlAddr value for this Bu04BugaWSDTO.
|
|
* @return mulDtlAddr
|
|
*/
|
|
public String getMulDtlAddr() {
|
|
return mulDtlAddr;
|
|
}
|
|
|
|
/**Sets the mulDtlAddr value for this Bu04BugaWSDTO.
|
|
* @param mulDtlAddr
|
|
*/
|
|
public void setMulDtlAddr(String mulDtlAddr) {
|
|
this.mulDtlAddr = mulDtlAddr;
|
|
}
|
|
|
|
/**Gets the mulGubun value for this Bu04BugaWSDTO.
|
|
* @return mulGubun
|
|
*/
|
|
public String getMulGubun() {
|
|
return mulGubun;
|
|
}
|
|
|
|
/**Sets the mulGubun value for this Bu04BugaWSDTO.
|
|
* @param mulGubun
|
|
*/
|
|
public void setMulGubun(String mulGubun) {
|
|
this.mulGubun = mulGubun;
|
|
}
|
|
|
|
/**Gets the mulHosu value for this Bu04BugaWSDTO.
|
|
* @return mulHosu
|
|
*/
|
|
public String getMulHosu() {
|
|
return mulHosu;
|
|
}
|
|
|
|
/**Sets the mulHosu value for this Bu04BugaWSDTO.
|
|
* @param mulHosu
|
|
*/
|
|
public void setMulHosu(String mulHosu) {
|
|
this.mulHosu = mulHosu;
|
|
}
|
|
|
|
/**Gets the mulNm value for this Bu04BugaWSDTO.
|
|
* @return mulNm
|
|
*/
|
|
public String getMulNm() {
|
|
return mulNm;
|
|
}
|
|
|
|
/**Sets the mulNm value for this Bu04BugaWSDTO.
|
|
* @param mulNm
|
|
*/
|
|
public void setMulNm(String mulNm) {
|
|
this.mulNm = mulNm;
|
|
}
|
|
|
|
/**Gets the mulOcrSiguCd value for this Bu04BugaWSDTO.
|
|
* @return mulOcrSiguCd
|
|
*/
|
|
public String getMulOcrSiguCd() {
|
|
return mulOcrSiguCd;
|
|
}
|
|
|
|
/**Sets the mulOcrSiguCd value for this Bu04BugaWSDTO.
|
|
* @param mulOcrSiguCd
|
|
*/
|
|
public void setMulOcrSiguCd(String mulOcrSiguCd) {
|
|
this.mulOcrSiguCd = mulOcrSiguCd;
|
|
}
|
|
|
|
/**Gets the mulSpcCd value for this Bu04BugaWSDTO.
|
|
* @return mulSpcCd
|
|
*/
|
|
public String getMulSpcCd() {
|
|
return mulSpcCd;
|
|
}
|
|
|
|
/**Sets the mulSpcCd value for this Bu04BugaWSDTO.
|
|
* @param mulSpcCd
|
|
*/
|
|
public void setMulSpcCd(String mulSpcCd) {
|
|
this.mulSpcCd = mulSpcCd;
|
|
}
|
|
|
|
/**Gets the mulTong value for this Bu04BugaWSDTO.
|
|
* @return mulTong
|
|
*/
|
|
public String getMulTong() {
|
|
return mulTong;
|
|
}
|
|
|
|
/**Sets the mulTong value for this Bu04BugaWSDTO.
|
|
* @param mulTong
|
|
*/
|
|
public void setMulTong(String mulTong) {
|
|
this.mulTong = mulTong;
|
|
}
|
|
|
|
/**Gets the mulZipAddr value for this Bu04BugaWSDTO.
|
|
* @return mulZipAddr
|
|
*/
|
|
public String getMulZipAddr() {
|
|
return mulZipAddr;
|
|
}
|
|
|
|
/**Sets the mulZipAddr value for this Bu04BugaWSDTO.
|
|
* @param mulZipAddr
|
|
*/
|
|
public void setMulZipAddr(String mulZipAddr) {
|
|
this.mulZipAddr = mulZipAddr;
|
|
}
|
|
|
|
/**Gets the mulZipCd value for this Bu04BugaWSDTO.
|
|
* @return mulZipCd
|
|
*/
|
|
public String getMulZipCd() {
|
|
return mulZipCd;
|
|
}
|
|
|
|
/**Sets the mulZipCd value for this Bu04BugaWSDTO.
|
|
* @param mulZipCd
|
|
*/
|
|
public void setMulZipCd(String mulZipCd) {
|
|
this.mulZipCd = mulZipCd;
|
|
}
|
|
|
|
/**Gets the napBldBon value for this Bu04BugaWSDTO.
|
|
* @return napBldBon
|
|
*/
|
|
public String getNapBldBon() {
|
|
return napBldBon;
|
|
}
|
|
|
|
/**Sets the napBldBon value for this Bu04BugaWSDTO.
|
|
* @param napBldBon
|
|
*/
|
|
public void setNapBldBon(String napBldBon) {
|
|
this.napBldBon = napBldBon;
|
|
}
|
|
|
|
/**Gets the napBldBu value for this Bu04BugaWSDTO.
|
|
* @return napBldBu
|
|
*/
|
|
public String getNapBldBu() {
|
|
return napBldBu;
|
|
}
|
|
|
|
/**Sets the napBldBu value for this Bu04BugaWSDTO.
|
|
* @param napBldBu
|
|
*/
|
|
public void setNapBldBu(String napBldBu) {
|
|
this.napBldBu = napBldBu;
|
|
}
|
|
|
|
/**Gets the napDdtlAddr value for this Bu04BugaWSDTO.
|
|
* @return napDdtlAddr
|
|
*/
|
|
public String getNapDdtlAddr() {
|
|
return napDdtlAddr;
|
|
}
|
|
|
|
/**Sets the napDdtlAddr value for this Bu04BugaWSDTO.
|
|
* @param napDdtlAddr
|
|
*/
|
|
public void setNapDdtlAddr(String napDdtlAddr) {
|
|
this.napDdtlAddr = napDdtlAddr;
|
|
}
|
|
|
|
/**Gets the napDoroAddr value for this Bu04BugaWSDTO.
|
|
* @return napDoroAddr
|
|
*/
|
|
public String getNapDoroAddr() {
|
|
return napDoroAddr;
|
|
}
|
|
|
|
/**Sets the napDoroAddr value for this Bu04BugaWSDTO.
|
|
* @param napDoroAddr
|
|
*/
|
|
public void setNapDoroAddr(String napDoroAddr) {
|
|
this.napDoroAddr = napDoroAddr;
|
|
}
|
|
|
|
/**Gets the napDoroCd value for this Bu04BugaWSDTO.
|
|
* @return napDoroCd
|
|
*/
|
|
public String getNapDoroCd() {
|
|
return napDoroCd;
|
|
}
|
|
|
|
/**Sets the napDoroCd value for this Bu04BugaWSDTO.
|
|
* @param napDoroCd
|
|
*/
|
|
public void setNapDoroCd(String napDoroCd) {
|
|
this.napDoroCd = napDoroCd;
|
|
}
|
|
|
|
/**Gets the napDrefAddr value for this Bu04BugaWSDTO.
|
|
* @return napDrefAddr
|
|
*/
|
|
public String getNapDrefAddr() {
|
|
return napDrefAddr;
|
|
}
|
|
|
|
/**Sets the napDrefAddr value for this Bu04BugaWSDTO.
|
|
* @param napDrefAddr
|
|
*/
|
|
public void setNapDrefAddr(String napDrefAddr) {
|
|
this.napDrefAddr = napDrefAddr;
|
|
}
|
|
|
|
/**Gets the napDtlAddr value for this Bu04BugaWSDTO.
|
|
* @return napDtlAddr
|
|
*/
|
|
public String getNapDtlAddr() {
|
|
return napDtlAddr;
|
|
}
|
|
|
|
/**Sets the napDtlAddr value for this Bu04BugaWSDTO.
|
|
* @param napDtlAddr
|
|
*/
|
|
public void setNapDtlAddr(String napDtlAddr) {
|
|
this.napDtlAddr = napDtlAddr;
|
|
}
|
|
|
|
/**Gets the napDzipAddr value for this Bu04BugaWSDTO.
|
|
* @return napDzipAddr
|
|
*/
|
|
public String getNapDzipAddr() {
|
|
return napDzipAddr;
|
|
}
|
|
|
|
/**Sets the napDzipAddr value for this Bu04BugaWSDTO.
|
|
* @param napDzipAddr
|
|
*/
|
|
public void setNapDzipAddr(String napDzipAddr) {
|
|
this.napDzipAddr = napDzipAddr;
|
|
}
|
|
|
|
/**Gets the napDzipCd value for this Bu04BugaWSDTO.
|
|
* @return napDzipCd
|
|
*/
|
|
public String getNapDzipCd() {
|
|
return napDzipCd;
|
|
}
|
|
|
|
/**Sets the napDzipCd value for this Bu04BugaWSDTO.
|
|
* @param napDzipCd
|
|
*/
|
|
public void setNapDzipCd(String napDzipCd) {
|
|
this.napDzipCd = napDzipCd;
|
|
}
|
|
|
|
/**Gets the napEmail value for this Bu04BugaWSDTO.
|
|
* @return napEmail
|
|
*/
|
|
public String getNapEmail() {
|
|
return napEmail;
|
|
}
|
|
|
|
/**Sets the napEmail value for this Bu04BugaWSDTO.
|
|
* @param napEmail
|
|
*/
|
|
public void setNapEmail(String napEmail) {
|
|
this.napEmail = napEmail;
|
|
}
|
|
|
|
/**Gets the napGubun value for this Bu04BugaWSDTO.
|
|
* @return napGubun
|
|
*/
|
|
public String getNapGubun() {
|
|
return napGubun;
|
|
}
|
|
|
|
/**Sets the napGubun value for this Bu04BugaWSDTO.
|
|
* @param napGubun
|
|
*/
|
|
public void setNapGubun(String napGubun) {
|
|
this.napGubun = napGubun;
|
|
}
|
|
|
|
/**Gets the napId value for this Bu04BugaWSDTO.
|
|
* @return napId
|
|
*/
|
|
public String getNapId() {
|
|
return napId;
|
|
}
|
|
|
|
/**Sets the napId value for this Bu04BugaWSDTO.
|
|
* @param napId
|
|
*/
|
|
public void setNapId(String napId) {
|
|
this.napId = napId;
|
|
}
|
|
|
|
/**Gets the napMobilNo value for this Bu04BugaWSDTO.
|
|
* @return napMobilNo
|
|
*/
|
|
public String getNapMobilNo() {
|
|
return napMobilNo;
|
|
}
|
|
|
|
/**Sets the napMobilNo value for this Bu04BugaWSDTO.
|
|
* @param napMobilNo
|
|
*/
|
|
public void setNapMobilNo(String napMobilNo) {
|
|
this.napMobilNo = napMobilNo;
|
|
}
|
|
|
|
/**Gets the napNm value for this Bu04BugaWSDTO.
|
|
* @return napNm
|
|
*/
|
|
public String getNapNm() {
|
|
return napNm;
|
|
}
|
|
|
|
/**Sets the napNm value for this Bu04BugaWSDTO.
|
|
* @param napNm
|
|
*/
|
|
public void setNapNm(String napNm) {
|
|
this.napNm = napNm;
|
|
}
|
|
|
|
/**Gets the napTelNo value for this Bu04BugaWSDTO.
|
|
* @return napTelNo
|
|
*/
|
|
public String getNapTelNo() {
|
|
return napTelNo;
|
|
}
|
|
|
|
/**Sets the napTelNo value for this Bu04BugaWSDTO.
|
|
* @param napTelNo
|
|
*/
|
|
public void setNapTelNo(String napTelNo) {
|
|
this.napTelNo = napTelNo;
|
|
}
|
|
|
|
/**Gets the napUndYn value for this Bu04BugaWSDTO.
|
|
* @return napUndYn
|
|
*/
|
|
public String getNapUndYn() {
|
|
return napUndYn;
|
|
}
|
|
|
|
/**Sets the napUndYn value for this Bu04BugaWSDTO.
|
|
* @param napUndYn
|
|
*/
|
|
public void setNapUndYn(String napUndYn) {
|
|
this.napUndYn = napUndYn;
|
|
}
|
|
|
|
/**Gets the napZipAddr value for this Bu04BugaWSDTO.
|
|
* @return napZipAddr
|
|
*/
|
|
public String getNapZipAddr() {
|
|
return napZipAddr;
|
|
}
|
|
|
|
/**Sets the napZipAddr value for this Bu04BugaWSDTO.
|
|
* @param napZipAddr
|
|
*/
|
|
public void setNapZipAddr(String napZipAddr) {
|
|
this.napZipAddr = napZipAddr;
|
|
}
|
|
|
|
/**Gets the napZipCd value for this Bu04BugaWSDTO.
|
|
* @return napZipCd
|
|
*/
|
|
public String getNapZipCd() {
|
|
return napZipCd;
|
|
}
|
|
|
|
/**Sets the napZipCd value for this Bu04BugaWSDTO.
|
|
* @param napZipCd
|
|
*/
|
|
public void setNapZipCd(String napZipCd) {
|
|
this.napZipCd = napZipCd;
|
|
}
|
|
|
|
/**Gets the napbuYmd value for this Bu04BugaWSDTO.
|
|
* @return napbuYmd
|
|
*/
|
|
public String getNapbuYmd() {
|
|
return napbuYmd;
|
|
}
|
|
|
|
/**Sets the napbuYmd value for this Bu04BugaWSDTO.
|
|
* @param napbuYmd
|
|
*/
|
|
public void setNapbuYmd(String napbuYmd) {
|
|
this.napbuYmd = napbuYmd;
|
|
}
|
|
|
|
/**Gets the napgiAftYmd value for this Bu04BugaWSDTO.
|
|
* @return napgiAftYmd
|
|
*/
|
|
public String getNapgiAftYmd() {
|
|
return napgiAftYmd;
|
|
}
|
|
|
|
/**Sets the napgiAftYmd value for this Bu04BugaWSDTO.
|
|
* @param napgiAftYmd
|
|
*/
|
|
public void setNapgiAftYmd(String napgiAftYmd) {
|
|
this.napgiAftYmd = napgiAftYmd;
|
|
}
|
|
|
|
/**Gets the napgiYmd value for this Bu04BugaWSDTO.
|
|
* @return napgiYmd
|
|
*/
|
|
public String getNapgiYmd() {
|
|
return napgiYmd;
|
|
}
|
|
|
|
/**Sets the napgiYmd value for this Bu04BugaWSDTO.
|
|
* @param napgiYmd
|
|
*/
|
|
public void setNapgiYmd(String napgiYmd) {
|
|
this.napgiYmd = napgiYmd;
|
|
}
|
|
|
|
/**Gets the ocrBuseoCd value for this Bu04BugaWSDTO.
|
|
* @return ocrBuseoCd
|
|
*/
|
|
public String getOcrBuseoCd() {
|
|
return ocrBuseoCd;
|
|
}
|
|
|
|
/**Sets the ocrBuseoCd value for this Bu04BugaWSDTO.
|
|
* @param ocrBuseoCd
|
|
*/
|
|
public void setOcrBuseoCd(String ocrBuseoCd) {
|
|
this.ocrBuseoCd = ocrBuseoCd;
|
|
}
|
|
|
|
/**Gets the ocrSiguCd value for this Bu04BugaWSDTO.
|
|
* @return ocrSiguCd
|
|
*/
|
|
public String getOcrSiguCd() {
|
|
return ocrSiguCd;
|
|
}
|
|
|
|
/**Sets the ocrSiguCd value for this Bu04BugaWSDTO.
|
|
* @param ocrSiguCd
|
|
*/
|
|
public void setOcrSiguCd(String ocrSiguCd) {
|
|
this.ocrSiguCd = ocrSiguCd;
|
|
}
|
|
|
|
/**Gets the resideStatus value for this Bu04BugaWSDTO.
|
|
* @return resideStatus
|
|
*/
|
|
public String getResideStatus() {
|
|
return resideStatus;
|
|
}
|
|
|
|
/**Sets the resideStatus value for this Bu04BugaWSDTO.
|
|
* @param resideStatus
|
|
*/
|
|
public void setResideStatus(String resideStatus) {
|
|
this.resideStatus = resideStatus;
|
|
}
|
|
|
|
/**Gets the rowStatus value for this Bu04BugaWSDTO.
|
|
* @return rowStatus
|
|
*/
|
|
public String getRowStatus() {
|
|
return rowStatus;
|
|
}
|
|
|
|
/**Sets the rowStatus value for this Bu04BugaWSDTO.
|
|
* @param rowStatus
|
|
*/
|
|
public void setRowStatus(String rowStatus) {
|
|
this.rowStatus = rowStatus;
|
|
}
|
|
|
|
/**Gets the semokCd value for this Bu04BugaWSDTO.
|
|
* @return semokCd
|
|
*/
|
|
public String getSemokCd() {
|
|
return semokCd;
|
|
}
|
|
|
|
/**Sets the semokCd value for this Bu04BugaWSDTO.
|
|
* @param semokCd
|
|
*/
|
|
public void setSemokCd(String semokCd) {
|
|
this.semokCd = semokCd;
|
|
}
|
|
|
|
/**Gets the sendYmd value for this Bu04BugaWSDTO.
|
|
* @return sendYmd
|
|
*/
|
|
public String getSendYmd() {
|
|
return sendYmd;
|
|
}
|
|
|
|
/**Sets the sendYmd value for this Bu04BugaWSDTO.
|
|
* @param sendYmd
|
|
*/
|
|
public void setSendYmd(String sendYmd) {
|
|
this.sendYmd = sendYmd;
|
|
}
|
|
|
|
/**Gets the sidoCd value for this Bu04BugaWSDTO.
|
|
* @return sidoCd
|
|
*/
|
|
public String getSidoCd() {
|
|
return sidoCd;
|
|
}
|
|
|
|
/**Sets the sidoCd value for this Bu04BugaWSDTO.
|
|
* @param sidoCd
|
|
*/
|
|
public void setSidoCd(String sidoCd) {
|
|
this.sidoCd = sidoCd;
|
|
}
|
|
|
|
/**Gets the siguCd value for this Bu04BugaWSDTO.
|
|
* @return siguCd
|
|
*/
|
|
public String getSiguCd() {
|
|
return siguCd;
|
|
}
|
|
|
|
/**Sets the siguCd value for this Bu04BugaWSDTO.
|
|
* @param siguCd
|
|
*/
|
|
public void setSiguCd(String siguCd) {
|
|
this.siguCd = siguCd;
|
|
}
|
|
|
|
/**Gets the sise value for this Bu04BugaWSDTO.
|
|
* @return sise
|
|
*/
|
|
public long getSise() {
|
|
return sise;
|
|
}
|
|
|
|
/**Sets the sise value for this Bu04BugaWSDTO.
|
|
* @param sise
|
|
*/
|
|
public void setSise(long sise) {
|
|
this.sise = sise;
|
|
}
|
|
|
|
/**Gets the siseGasanAmt value for this Bu04BugaWSDTO.
|
|
* @return siseGasanAmt
|
|
*/
|
|
public long getSiseGasanAmt() {
|
|
return siseGasanAmt;
|
|
}
|
|
|
|
/**Sets the siseGasanAmt value for this Bu04BugaWSDTO.
|
|
* @param siseGasanAmt
|
|
*/
|
|
public void setSiseGasanAmt(long siseGasanAmt) {
|
|
this.siseGasanAmt = siseGasanAmt;
|
|
}
|
|
|
|
/**Gets the siseIja value for this Bu04BugaWSDTO.
|
|
* @return siseIja
|
|
*/
|
|
public long getSiseIja() {
|
|
return siseIja;
|
|
}
|
|
|
|
/**Sets the siseIja value for this Bu04BugaWSDTO.
|
|
* @param siseIja
|
|
*/
|
|
public void setSiseIja(long siseIja) {
|
|
this.siseIja = siseIja;
|
|
}
|
|
|
|
/**Gets the sokwanBuseoCd value for this Bu04BugaWSDTO.
|
|
* @return sokwanBuseoCd
|
|
*/
|
|
public String getSokwanBuseoCd() {
|
|
return sokwanBuseoCd;
|
|
}
|
|
|
|
/**Sets the sokwanBuseoCd value for this Bu04BugaWSDTO.
|
|
* @param sokwanBuseoCd
|
|
*/
|
|
public void setSokwanBuseoCd(String sokwanBuseoCd) {
|
|
this.sokwanBuseoCd = sokwanBuseoCd;
|
|
}
|
|
|
|
/**Gets the sokwanMgrNm value for this Bu04BugaWSDTO.
|
|
* @return sokwanMgrNm
|
|
*/
|
|
public String getSokwanMgrNm() {
|
|
return sokwanMgrNm;
|
|
}
|
|
|
|
/**Sets the sokwanMgrNm value for this Bu04BugaWSDTO.
|
|
* @param sokwanMgrNm
|
|
*/
|
|
public void setSokwanMgrNm(String sokwanMgrNm) {
|
|
this.sokwanMgrNm = sokwanMgrNm;
|
|
}
|
|
|
|
/**Gets the sokwanTelNo value for this Bu04BugaWSDTO.
|
|
* @return sokwanTelNo
|
|
*/
|
|
public String getSokwanTelNo() {
|
|
return sokwanTelNo;
|
|
}
|
|
|
|
/**Sets the sokwanTelNo value for this Bu04BugaWSDTO.
|
|
* @param sokwanTelNo
|
|
*/
|
|
public void setSokwanTelNo(String sokwanTelNo) {
|
|
this.sokwanTelNo = sokwanTelNo;
|
|
}
|
|
|
|
/**Gets the specialRate value for this Bu04BugaWSDTO.
|
|
* @return specialRate
|
|
*/
|
|
public double getSpecialRate() {
|
|
return specialRate;
|
|
}
|
|
|
|
/**Sets the specialRate value for this Bu04BugaWSDTO.
|
|
* @param specialRate
|
|
*/
|
|
public void setSpecialRate(double specialRate) {
|
|
this.specialRate = specialRate;
|
|
}
|
|
|
|
/**Gets the specialRateApplyCnt value for this Bu04BugaWSDTO.
|
|
* @return specialRateApplyCnt
|
|
*/
|
|
public long getSpecialRateApplyCnt() {
|
|
return specialRateApplyCnt;
|
|
}
|
|
|
|
/**Sets the specialRateApplyCnt value for this Bu04BugaWSDTO.
|
|
* @param specialRateApplyCnt
|
|
*/
|
|
public void setSpecialRateApplyCnt(long specialRateApplyCnt) {
|
|
this.specialRateApplyCnt = specialRateApplyCnt;
|
|
}
|
|
|
|
/**Gets the specialRateApplySayu value for this Bu04BugaWSDTO.
|
|
* @return specialRateApplySayu
|
|
*/
|
|
public String getSpecialRateApplySayu() {
|
|
return specialRateApplySayu;
|
|
}
|
|
|
|
/**Sets the specialRateApplySayu value for this Bu04BugaWSDTO.
|
|
* @param specialRateApplySayu
|
|
*/
|
|
public void setSpecialRateApplySayu(String specialRateApplySayu) {
|
|
this.specialRateApplySayu = specialRateApplySayu;
|
|
}
|
|
|
|
/**Gets the specialRateHighRate value for this Bu04BugaWSDTO.
|
|
* @return specialRateHighRate
|
|
*/
|
|
public double getSpecialRateHighRate() {
|
|
return specialRateHighRate;
|
|
}
|
|
|
|
/**Sets the specialRateHighRate value for this Bu04BugaWSDTO.
|
|
* @param specialRateHighRate
|
|
*/
|
|
public void setSpecialRateHighRate(double specialRateHighRate) {
|
|
this.specialRateHighRate = specialRateHighRate;
|
|
}
|
|
|
|
/**Gets the suBuseoCd value for this Bu04BugaWSDTO.
|
|
* @return suBuseoCd
|
|
*/
|
|
public String getSuBuseoCd() {
|
|
return suBuseoCd;
|
|
}
|
|
|
|
/**Sets the suBuseoCd value for this Bu04BugaWSDTO.
|
|
* @param suBuseoCd
|
|
*/
|
|
public void setSuBuseoCd(String suBuseoCd) {
|
|
this.suBuseoCd = suBuseoCd;
|
|
}
|
|
|
|
/**Gets the sysGubun value for this Bu04BugaWSDTO.
|
|
* @return sysGubun
|
|
*/
|
|
public String getSysGubun() {
|
|
return sysGubun;
|
|
}
|
|
|
|
/**Sets the sysGubun value for this Bu04BugaWSDTO.
|
|
* @param sysGubun
|
|
*/
|
|
public void setSysGubun(String sysGubun) {
|
|
this.sysGubun = sysGubun;
|
|
}
|
|
|
|
/**Gets the taxAmt value for this Bu04BugaWSDTO.
|
|
* @return taxAmt
|
|
*/
|
|
public long getTaxAmt() {
|
|
return taxAmt;
|
|
}
|
|
|
|
/**Sets the taxAmt value for this Bu04BugaWSDTO.
|
|
* @param taxAmt
|
|
*/
|
|
public void setTaxAmt(long taxAmt) {
|
|
this.taxAmt = taxAmt;
|
|
}
|
|
|
|
/**Gets the taxGubun value for this Bu04BugaWSDTO.
|
|
* @return taxGubun
|
|
*/
|
|
public String getTaxGubun() {
|
|
return taxGubun;
|
|
}
|
|
|
|
/**Sets the taxGubun value for this Bu04BugaWSDTO.
|
|
* @param taxGubun
|
|
*/
|
|
public void setTaxGubun(String taxGubun) {
|
|
this.taxGubun = taxGubun;
|
|
}
|
|
|
|
/**Gets the taxNo value for this Bu04BugaWSDTO.
|
|
* @return taxNo
|
|
*/
|
|
public String getTaxNo() {
|
|
return taxNo;
|
|
}
|
|
|
|
/**Sets the taxNo value for this Bu04BugaWSDTO.
|
|
* @param taxNo
|
|
*/
|
|
public void setTaxNo(String taxNo) {
|
|
this.taxNo = taxNo;
|
|
}
|
|
|
|
/**Gets the taxYm value for this Bu04BugaWSDTO.
|
|
* @return taxYm
|
|
*/
|
|
public String getTaxYm() {
|
|
return taxYm;
|
|
}
|
|
|
|
/**Sets the taxYm value for this Bu04BugaWSDTO.
|
|
* @param taxYm
|
|
*/
|
|
public void setTaxYm(String taxYm) {
|
|
this.taxYm = taxYm;
|
|
}
|
|
|
|
/**Gets the taxYmd value for this Bu04BugaWSDTO.
|
|
* @return taxYmd
|
|
*/
|
|
public String getTaxYmd() {
|
|
return taxYmd;
|
|
}
|
|
|
|
/**Sets the taxYmd value for this Bu04BugaWSDTO.
|
|
* @param taxYmd
|
|
*/
|
|
public void setTaxYmd(String taxYmd) {
|
|
this.taxYmd = taxYmd;
|
|
}
|
|
|
|
/**Gets the vatAmt value for this Bu04BugaWSDTO.
|
|
* @return vatAmt
|
|
*/
|
|
public long getVatAmt() {
|
|
return vatAmt;
|
|
}
|
|
|
|
/**Sets the vatAmt value for this Bu04BugaWSDTO.
|
|
* @param vatAmt
|
|
*/
|
|
public void setVatAmt(long vatAmt) {
|
|
this.vatAmt = vatAmt;
|
|
}
|
|
|
|
public void setInfo(Bu04UserInfoWSDTO userInfo) {
|
|
setSiguCd(userInfo.getSiguCd());
|
|
setBuseoCd(userInfo.getBuseoCd());
|
|
}
|
|
|
|
public void setInfo(Bu04SemokWSDTO semokInfo) {
|
|
// semokInfo.getGasanRate();
|
|
setGasanRateGubun(semokInfo.getGasanRateGubun());
|
|
setOcrBuseoCd(semokInfo.getOcrBuseoCd());
|
|
setOcrSiguCd(semokInfo.getOcrSiguCd());
|
|
// semokInfo.getSemokNm();
|
|
setSuBuseoCd(semokInfo.getSuBuseoCd());
|
|
// semokInfo.getVatYn();
|
|
|
|
if (semokInfo instanceof Bu04SemokWSRACSDTO racs) {
|
|
setHangmok1(racs.getHangmokcd1());
|
|
setHangmok2(racs.getHangmokcd2());
|
|
setHangmok3(racs.getHangmokcd3());
|
|
setHangmok4(racs.getHangmokcd4());
|
|
setHangmok5(racs.getHangmokcd5());
|
|
setHangmok6(racs.getHangmokcd6());
|
|
// racs.getNapgiGubun();
|
|
}
|
|
}
|
|
|
|
private Object __equalsCalc = null;
|
|
|
|
@Override
|
|
public synchronized boolean equals(Object obj) {
|
|
if (!(obj instanceof Bu04BugaWSDTO)) return false;
|
|
Bu04BugaWSDTO other = (Bu04BugaWSDTO) obj;
|
|
if (this == obj) return true;
|
|
if (__equalsCalc != null) {
|
|
return (__equalsCalc == obj);
|
|
}
|
|
__equalsCalc = obj;
|
|
boolean _equals =
|
|
equals(this.bigo, other.getBigo()) &&
|
|
equals(this.bookNo, other.getBookNo()) &&
|
|
this.bunhalCnt == other.getBunhalCnt() &&
|
|
equals(this.buseoCd, other.getBuseoCd()) &&
|
|
equals(this.etc1, other.getEtc1()) &&
|
|
equals(this.gasanAmtSkipGubun, other.getGasanAmtSkipGubun()) &&
|
|
equals(this.gasanRateGubun, other.getGasanRateGubun()) &&
|
|
this.gigum == other.getGigum() &&
|
|
this.gigumGasanAmt == other.getGigumGasanAmt() &&
|
|
this.gigumIja == other.getGigumIja() &&
|
|
this.gukse == other.getGukse() &&
|
|
this.gukseGasanAmt == other.getGukseGasanAmt() &&
|
|
this.gukseIja == other.getGukseIja() &&
|
|
this.guse == other.getGuse() &&
|
|
this.guseGasanAmt == other.getGuseGasanAmt() &&
|
|
this.guseIja == other.getGuseIja() &&
|
|
equals(this.hangmok1, other.getHangmok1()) &&
|
|
equals(this.hangmok2, other.getHangmok2()) &&
|
|
equals(this.hangmok3, other.getHangmok3()) &&
|
|
equals(this.hangmok4, other.getHangmok4()) &&
|
|
equals(this.hangmok5, other.getHangmok5()) &&
|
|
equals(this.hangmok6, other.getHangmok6()) &&
|
|
equals(this.hdongCd, other.getHdongCd()) &&
|
|
equals(this.lastWorkDate, other.getLastWorkDate()) &&
|
|
equals(this.lastWorkId, other.getLastWorkId()) &&
|
|
equals(this.mulAptNm, other.getMulAptNm()) &&
|
|
equals(this.mulBan, other.getMulBan()) &&
|
|
equals(this.mulBdongriCd, other.getMulBdongriCd()) &&
|
|
equals(this.mulBon, other.getMulBon()) &&
|
|
equals(this.mulBu, other.getMulBu()) &&
|
|
equals(this.mulDong, other.getMulDong()) &&
|
|
equals(this.mulDtlAddr, other.getMulDtlAddr()) &&
|
|
equals(this.mulGubun, other.getMulGubun()) &&
|
|
equals(this.mulHosu, other.getMulHosu()) &&
|
|
equals(this.mulNm, other.getMulNm()) &&
|
|
equals(this.mulOcrSiguCd, other.getMulOcrSiguCd()) &&
|
|
equals(this.mulSpcCd, other.getMulSpcCd()) &&
|
|
equals(this.mulTong, other.getMulTong()) &&
|
|
equals(this.mulZipAddr, other.getMulZipAddr()) &&
|
|
equals(this.mulZipCd, other.getMulZipCd()) &&
|
|
equals(this.napBldBon, other.getNapBldBon()) &&
|
|
equals(this.napBldBu, other.getNapBldBu()) &&
|
|
equals(this.napDdtlAddr, other.getNapDdtlAddr()) &&
|
|
equals(this.napDoroAddr, other.getNapDoroAddr()) &&
|
|
equals(this.napDoroCd, other.getNapDoroCd()) &&
|
|
equals(this.napDrefAddr, other.getNapDrefAddr()) &&
|
|
equals(this.napDtlAddr, other.getNapDtlAddr()) &&
|
|
equals(this.napDzipAddr, other.getNapDzipAddr()) &&
|
|
equals(this.napDzipCd, other.getNapDzipCd()) &&
|
|
equals(this.napEmail, other.getNapEmail()) &&
|
|
equals(this.napGubun, other.getNapGubun()) &&
|
|
equals(this.napId, other.getNapId()) &&
|
|
equals(this.napMobilNo, other.getNapMobilNo()) &&
|
|
equals(this.napNm, other.getNapNm()) &&
|
|
equals(this.napTelNo, other.getNapTelNo()) &&
|
|
equals(this.napUndYn, other.getNapUndYn()) &&
|
|
equals(this.napZipAddr, other.getNapZipAddr()) &&
|
|
equals(this.napZipCd, other.getNapZipCd()) &&
|
|
equals(this.napbuYmd, other.getNapbuYmd()) &&
|
|
equals(this.napgiAftYmd, other.getNapgiAftYmd()) &&
|
|
equals(this.napgiYmd, other.getNapgiYmd()) &&
|
|
equals(this.ocrBuseoCd, other.getOcrBuseoCd()) &&
|
|
equals(this.ocrSiguCd, other.getOcrSiguCd()) &&
|
|
equals(this.resideStatus, other.getResideStatus()) &&
|
|
equals(this.rowStatus, other.getRowStatus()) &&
|
|
equals(this.semokCd, other.getSemokCd()) &&
|
|
equals(this.sendYmd, other.getSendYmd()) &&
|
|
equals(this.sidoCd, other.getSidoCd()) &&
|
|
equals(this.siguCd, other.getSiguCd()) &&
|
|
this.sise == other.getSise() &&
|
|
this.siseGasanAmt == other.getSiseGasanAmt() &&
|
|
this.siseIja == other.getSiseIja() &&
|
|
equals(this.sokwanBuseoCd, other.getSokwanBuseoCd()) &&
|
|
equals(this.sokwanMgrNm, other.getSokwanMgrNm()) &&
|
|
equals(this.sokwanTelNo, other.getSokwanTelNo()) &&
|
|
this.specialRate == other.getSpecialRate() &&
|
|
this.specialRateApplyCnt == other.getSpecialRateApplyCnt() &&
|
|
equals(this.specialRateApplySayu, other.getSpecialRateApplySayu()) &&
|
|
this.specialRateHighRate == other.getSpecialRateHighRate() &&
|
|
equals(this.suBuseoCd, other.getSuBuseoCd()) &&
|
|
equals(this.sysGubun, other.getSysGubun()) &&
|
|
this.taxAmt == other.getTaxAmt() &&
|
|
equals(this.taxGubun, other.getTaxGubun()) &&
|
|
equals(this.taxNo, other.getTaxNo()) &&
|
|
equals(this.taxYm, other.getTaxYm()) &&
|
|
equals(this.taxYmd, other.getTaxYmd()) &&
|
|
this.vatAmt == other.getVatAmt();
|
|
__equalsCalc = null;
|
|
return _equals;
|
|
}
|
|
|
|
private boolean __hashCodeCalc = false;
|
|
@Override
|
|
public synchronized int hashCode() {
|
|
if (__hashCodeCalc) {
|
|
return 0;
|
|
}
|
|
__hashCodeCalc = true;
|
|
int _hashCode = hashCode(
|
|
getBigo(),
|
|
getBookNo(),
|
|
Long.valueOf(getBunhalCnt()),
|
|
getBuseoCd(),
|
|
getEtc1(),
|
|
getGasanAmtSkipGubun(),
|
|
getGasanRateGubun(),
|
|
Long.valueOf(getGigum()),
|
|
Long.valueOf(getGigumGasanAmt()),
|
|
Long.valueOf(getGigumIja()),
|
|
Long.valueOf(getGukse()),
|
|
Long.valueOf(getGukseGasanAmt()),
|
|
Long.valueOf(getGukseIja()),
|
|
Long.valueOf(getGuse()),
|
|
Long.valueOf(getGuseGasanAmt()),
|
|
Long.valueOf(getGuseIja()),
|
|
getHangmok1(),
|
|
getHangmok2(),
|
|
getHangmok3(),
|
|
getHangmok4(),
|
|
getHangmok5(),
|
|
getHangmok6(),
|
|
getHdongCd(),
|
|
getLastWorkDate(),
|
|
getLastWorkId(),
|
|
getMulAptNm(),
|
|
getMulBan(),
|
|
getMulBdongriCd(),
|
|
getMulBon(),
|
|
getMulBu(),
|
|
getMulDong(),
|
|
getMulDtlAddr(),
|
|
getMulGubun(),
|
|
getMulHosu(),
|
|
getMulNm(),
|
|
getMulOcrSiguCd(),
|
|
getMulSpcCd(),
|
|
getMulTong(),
|
|
getMulZipAddr(),
|
|
getMulZipCd(),
|
|
getNapBldBon(),
|
|
getNapBldBu(),
|
|
getNapDdtlAddr(),
|
|
getNapDoroAddr(),
|
|
getNapDoroCd(),
|
|
getNapDrefAddr(),
|
|
getNapDtlAddr(),
|
|
getNapDzipAddr(),
|
|
getNapDzipCd(),
|
|
getNapEmail(),
|
|
getNapGubun(),
|
|
getNapId(),
|
|
getNapMobilNo(),
|
|
getNapNm(),
|
|
getNapTelNo(),
|
|
getNapUndYn(),
|
|
getNapZipAddr(),
|
|
getNapZipCd(),
|
|
getNapbuYmd(),
|
|
getNapgiAftYmd(),
|
|
getNapgiYmd(),
|
|
getOcrBuseoCd(),
|
|
getOcrSiguCd(),
|
|
getResideStatus(),
|
|
getRowStatus(),
|
|
getSemokCd(),
|
|
getSendYmd(),
|
|
getSidoCd(),
|
|
getSiguCd(),
|
|
Long.valueOf(getSise()),
|
|
Long.valueOf(getSiseGasanAmt()),
|
|
Long.valueOf(getSiseIja()),
|
|
getSokwanBuseoCd(),
|
|
getSokwanMgrNm(),
|
|
getSokwanTelNo(),
|
|
Double.valueOf(getSpecialRate()),
|
|
Long.valueOf(getSpecialRateApplyCnt()),
|
|
getSpecialRateApplySayu(),
|
|
Double.valueOf(getSpecialRateHighRate()),
|
|
getSuBuseoCd(),
|
|
getSysGubun(),
|
|
Long.valueOf(getTaxAmt()),
|
|
getTaxGubun(),
|
|
getTaxNo(),
|
|
getTaxYm(),
|
|
getTaxYmd(),
|
|
Long.valueOf(getVatAmt()).hashCode()
|
|
);
|
|
__hashCodeCalc = false;
|
|
return _hashCode;
|
|
}
|
|
|
|
// Type metadata
|
|
private static TypeDesc typeDesc = BugaWebService.descriptor().type(
|
|
Bu04BugaWSDTO.class,
|
|
desc -> new ElementDesc[] {
|
|
desc.field("bigo", "string", true),
|
|
desc.field("bookNo", "string", true),
|
|
desc.field("bunhalCnt", "long", false),
|
|
desc.field("buseoCd", "string", true),
|
|
desc.field("etc1", "string", true),
|
|
desc.field("gasanAmtSkipGubun", "string", true),
|
|
desc.field("gasanRateGubun", "string", true),
|
|
desc.field("gigum", "long", false),
|
|
desc.field("gigumGasanAmt", "long", false),
|
|
desc.field("gigumIja", "long", false),
|
|
desc.field("gukse", "long", false),
|
|
desc.field("gukseGasanAmt", "long", false),
|
|
desc.field("gukseIja", "long", false),
|
|
desc.field("guse", "long", false),
|
|
desc.field("guseGasanAmt", "long", false),
|
|
desc.field("guseIja", "long", false),
|
|
desc.field("hangmok1", "string", true),
|
|
desc.field("hangmok2", "string", true),
|
|
desc.field("hangmok3", "string", true),
|
|
desc.field("hangmok4", "string", true),
|
|
desc.field("hangmok5", "string", true),
|
|
desc.field("hangmok6", "string", true),
|
|
desc.field("hdongCd", "string", true),
|
|
desc.field("lastWorkDate", "string", true),
|
|
desc.field("lastWorkId", "string", true),
|
|
desc.field("mulAptNm", "string", true),
|
|
desc.field("mulBan", "string", true),
|
|
desc.field("mulBdongriCd", "string", true),
|
|
desc.field("mulBon", "string", true),
|
|
desc.field("mulBu", "string", true),
|
|
desc.field("mulDong", "string", true),
|
|
desc.field("mulDtlAddr", "string", true),
|
|
desc.field("mulGubun", "string", true),
|
|
desc.field("mulHosu", "string", true),
|
|
desc.field("mulNm", "string", true),
|
|
desc.field("mulOcrSiguCd", "string", true),
|
|
desc.field("mulSpcCd", "string", true),
|
|
desc.field("mulTong", "string", true),
|
|
desc.field("mulZipAddr", "string", true),
|
|
desc.field("mulZipCd", "string", true),
|
|
desc.field("napBldBon", "string", true),
|
|
desc.field("napBldBu", "string", true),
|
|
desc.field("napDdtlAddr", "string", true),
|
|
desc.field("napDoroAddr", "string", true),
|
|
desc.field("napDoroCd", "string", true),
|
|
desc.field("napDrefAddr", "string", true),
|
|
desc.field("napDtlAddr", "string", true),
|
|
desc.field("napDzipAddr", "string", true),
|
|
desc.field("napDzipCd", "string", true),
|
|
desc.field("napEmail", "string", true),
|
|
desc.field("napGubun", "string", true),
|
|
desc.field("napId", "string", true),
|
|
desc.field("napMobilNo", "string", true),
|
|
desc.field("napNm", "string", true),
|
|
desc.field("napTelNo", "string", true),
|
|
desc.field("napUndYn", "string", true),
|
|
desc.field("napZipAddr", "string", true),
|
|
desc.field("napZipCd", "string", true),
|
|
desc.field("napbuYmd", "string", true),
|
|
desc.field("napgiAftYmd", "string", true),
|
|
desc.field("napgiYmd", "string", true),
|
|
desc.field("ocrBuseoCd", "string", true),
|
|
desc.field("ocrSiguCd", "string", true),
|
|
desc.field("resideStatus", "string", true),
|
|
desc.field("rowStatus", "string", true),
|
|
desc.field("semokCd", "string", true),
|
|
desc.field("sendYmd", "string", true),
|
|
desc.field("sidoCd", "string", true),
|
|
desc.field("siguCd", "string", true),
|
|
desc.field("sise", "long", false),
|
|
desc.field("siseGasanAmt", "long", false),
|
|
desc.field("siseIja", "long", false),
|
|
desc.field("sokwanBuseoCd", "string", true),
|
|
desc.field("sokwanMgrNm", "string", true),
|
|
desc.field("sokwanTelNo", "string", true),
|
|
desc.field("specialRate", "double", false),
|
|
desc.field("specialRateApplyCnt", "long", false),
|
|
desc.field("specialRateApplySayu", "string", true),
|
|
desc.field("specialRateHighRate", "double", false),
|
|
desc.field("suBuseoCd", "string", true),
|
|
desc.field("sysGubun", "string", true),
|
|
desc.field("taxAmt", "long", false),
|
|
desc.field("taxGubun", "string", true),
|
|
desc.field("taxNo", "string", true),
|
|
desc.field("taxYm", "string", true),
|
|
desc.field("taxYmd", "string", true),
|
|
desc.field("vatAmt", "long", false)
|
|
}
|
|
);
|
|
|
|
/**Return type metadata object
|
|
*/
|
|
public static TypeDesc getTypeDesc() {
|
|
return typeDesc;
|
|
}
|
|
|
|
/**Get Custom Serializer
|
|
*/
|
|
public static Serializer getSerializer(String mechType, Class<?> _javaType, QName _xmlType) {
|
|
return new BeanSerializer(_javaType, _xmlType, typeDesc);
|
|
}
|
|
|
|
/**Get Custom Deserializer
|
|
*/
|
|
public static Deserializer getDeserializer(String mechType, Class<?> _javaType, QName _xmlType) {
|
|
return new BeanDeserializer(_javaType, _xmlType, typeDesc);
|
|
}
|
|
|
|
@Override
|
|
public String toString() {
|
|
return "Bu04BugaWSDTO [bigo=" + bigo + ", bookNo=" + bookNo + ", bunhalCnt=" + bunhalCnt + ", buseoCd="
|
|
+ buseoCd + ", etc1=" + etc1 + ", gasanAmtSkipGubun=" + gasanAmtSkipGubun + ", gasanRateGubun="
|
|
+ gasanRateGubun + ", gigum=" + gigum + ", gigumGasanAmt=" + gigumGasanAmt + ", gigumIja=" + gigumIja
|
|
+ ", gukse=" + gukse + ", gukseGasanAmt=" + gukseGasanAmt + ", gukseIja=" + gukseIja + ", guse=" + guse
|
|
+ ", guseGasanAmt=" + guseGasanAmt + ", guseIja=" + guseIja + ", hangmok1=" + hangmok1 + ", hangmok2="
|
|
+ hangmok2 + ", hangmok3=" + hangmok3 + ", hangmok4=" + hangmok4 + ", hangmok5=" + hangmok5
|
|
+ ", hangmok6=" + hangmok6 + ", hdongCd=" + hdongCd + ", lastWorkDate=" + lastWorkDate + ", lastWorkId="
|
|
+ lastWorkId + ", mulAptNm=" + mulAptNm + ", mulBan=" + mulBan + ", mulBdongriCd=" + mulBdongriCd
|
|
+ ", mulBon=" + mulBon + ", mulBu=" + mulBu + ", mulDong=" + mulDong + ", mulDtlAddr=" + mulDtlAddr
|
|
+ ", mulGubun=" + mulGubun + ", mulHosu=" + mulHosu + ", mulNm=" + mulNm + ", mulOcrSiguCd="
|
|
+ mulOcrSiguCd + ", mulSpcCd=" + mulSpcCd + ", mulTong=" + mulTong + ", mulZipAddr=" + mulZipAddr
|
|
+ ", mulZipCd=" + mulZipCd + ", napBldBon=" + napBldBon + ", napBldBu=" + napBldBu + ", napDdtlAddr="
|
|
+ napDdtlAddr + ", napDoroAddr=" + napDoroAddr + ", napDoroCd=" + napDoroCd + ", napDrefAddr="
|
|
+ napDrefAddr + ", napDtlAddr=" + napDtlAddr + ", napDzipAddr=" + napDzipAddr + ", napDzipCd="
|
|
+ napDzipCd + ", napEmail=" + napEmail + ", napGubun=" + napGubun + ", napId=" + napId + ", napMobilNo="
|
|
+ napMobilNo + ", napNm=" + napNm + ", napTelNo=" + napTelNo + ", napUndYn=" + napUndYn
|
|
+ ", napZipAddr=" + napZipAddr + ", napZipCd=" + napZipCd + ", napbuYmd=" + napbuYmd + ", napgiAftYmd="
|
|
+ napgiAftYmd + ", napgiYmd=" + napgiYmd + ", ocrBuseoCd=" + ocrBuseoCd + ", ocrSiguCd=" + ocrSiguCd
|
|
+ ", resideStatus=" + resideStatus + ", rowStatus=" + rowStatus + ", semokCd=" + semokCd + ", sendYmd="
|
|
+ sendYmd + ", sidoCd=" + sidoCd + ", siguCd=" + siguCd + ", sise=" + sise + ", siseGasanAmt="
|
|
+ siseGasanAmt + ", siseIja=" + siseIja + ", sokwanBuseoCd=" + sokwanBuseoCd + ", sokwanMgrNm="
|
|
+ sokwanMgrNm + ", sokwanTelNo=" + sokwanTelNo + ", specialRate=" + specialRate
|
|
+ ", specialRateApplyCnt=" + specialRateApplyCnt + ", specialRateApplySayu=" + specialRateApplySayu
|
|
+ ", specialRateHighRate=" + specialRateHighRate + ", suBuseoCd=" + suBuseoCd + ", sysGubun=" + sysGubun
|
|
+ ", taxAmt=" + taxAmt + ", taxGubun=" + taxGubun + ", taxNo=" + taxNo + ", taxYm=" + taxYm
|
|
+ ", taxYmd=" + taxYmd + ", vatAmt=" + vatAmt + ", __equalsCalc=" + __equalsCalc + ", __hashCodeCalc="
|
|
+ __hashCodeCalc + "]";
|
|
}
|
|
} |