package incheon.ags.drm.vo;

import incheon.com.cmm.ComDefaultVO;
import lombok.Getter;
import lombok.Setter;

@Getter
@Setter
public class DrmResultVO extends ComDefaultVO {

    private Long rsulId;
    private Long relPoiId;
    private String rsulTtl;
    private String rsulClsf;
    private String rsulRqstInst;
    private String rsulShtCo;
    private String rsulShtDay;
    private String rsulFileStrgPath;
    private String tkcgPbadmsGu;
    private String tkcgDept;
    private String pic;
    private String picCnpl;
    private String infoRlsAuthrt;
    private String rmrk;
    private double xcrd;
    private double ycrd;
    private String frstRegId;
    private String frstRegDt;
    private String frstRegDtStart;
    private String frstRegDtEnd;
    private String lastMdfcnId;
    private String lastMdfcnDt;

    private Boolean permission_data_unclassified;
    private Boolean permission_data_public;
    private Boolean permission_data_limit;
    private Boolean permission_data_private;

    private String sortKey;
    private String sortDirection;
}