//
// Source code recreated from a .class file by IntelliJ IDEA
// (powered by Fernflower decompiler)
//

package com.hand.app.esignHclc.dto;

import com.hand.app.esign.bean.AttachmentInfo;
import com.hand.hap.mybatis.annotation.ExtensionAttribute;
import com.hand.hap.system.dto.BaseDTO;
import javax.persistence.Id;
import javax.persistence.Table;
import javax.persistence.Transient;

@Table(
    name = "sign_info_hclc"
)
@ExtensionAttribute(
    disable = true
)
public class SignInfoHclc extends BaseDTO {
    @Id
    private String openId;
    private String idNo;
    private String name;
    private String mobile;
    private String email;
    private String title;
    private String address;
    private String faceauthStatus;
    private String orgauthStatus;
    private String legalName;
    private Long ctitype;
    private Long agentType;
    private String agentIdNo;
    private String agentName;
    private String legalIdNo;
    private String attachmentId;
    private String mediaId;
    private String bindFlag;
    private String accountId;
    private String createCode;
    private String createMessage;
    @Transient
    private AttachmentInfo attachmentInfo;
    @Transient
    private String apiUrl;
    @Transient
    private String appId;
    @Transient
    private String secret;
    @Transient
    private String redirectUrl;
    @Transient
    private String notifyUrl;

    public SignInfoHclc() {
    }

    public AttachmentInfo getAttachmentInfo() {
        return this.attachmentInfo;
    }

    public void setAttachmentInfo(AttachmentInfo attachmentInfo) {
        this.attachmentInfo = attachmentInfo;
    }

    public String getApiUrl() {
        return this.apiUrl;
    }

    public void setApiUrl(String apiUrl) {
        this.apiUrl = apiUrl;
    }

    public String getAppId() {
        return this.appId;
    }

    public void setAppId(String appId) {
        this.appId = appId;
    }

    public String getSecret() {
        return this.secret;
    }

    public void setSecret(String secret) {
        this.secret = secret;
    }

    public String getOpenId() {
        return this.openId;
    }

    public void setOpenId(String openId) {
        this.openId = openId;
    }

    public String getIdNo() {
        return this.idNo;
    }

    public void setIdNo(String idNo) {
        this.idNo = idNo;
    }

    public String getName() {
        return this.name;
    }

    public void setName(String name) {
        this.name = name;
    }

    public String getMobile() {
        return this.mobile;
    }

    public void setMobile(String mobile) {
        this.mobile = mobile;
    }

    public String getEmail() {
        return this.email;
    }

    public void setEmail(String email) {
        this.email = email;
    }

    public String getTitle() {
        return this.title;
    }

    public void setTitle(String title) {
        this.title = title;
    }

    public String getAddress() {
        return this.address;
    }

    public void setAddress(String address) {
        this.address = address;
    }

    public Long getAgentType() {
        return this.agentType;
    }

    public void setAgentType(Long agentType) {
        this.agentType = agentType;
    }

    public Long getCtitype() {
        return this.ctitype;
    }

    public void setCtitype(Long ctitype) {
        this.ctitype = ctitype;
    }

    public String getFaceauthStatus() {
        return this.faceauthStatus;
    }

    public void setFaceauthStatus(String faceauthStatus) {
        this.faceauthStatus = faceauthStatus;
    }

    public String getOrgauthStatus() {
        return this.orgauthStatus;
    }

    public void setOrgauthStatus(String orgauthStatus) {
        this.orgauthStatus = orgauthStatus;
    }

    public String getAgentIdNo() {
        return this.agentIdNo;
    }

    public void setAgentIdNo(String agentIdNo) {
        this.agentIdNo = agentIdNo;
    }

    public String getAgentName() {
        return this.agentName;
    }

    public void setAgentName(String agentName) {
        this.agentName = agentName;
    }

    public String getLegalIdNo() {
        return this.legalIdNo;
    }

    public void setLegalIdNo(String legalIdNo) {
        this.legalIdNo = legalIdNo;
    }

    public String getLegalName() {
        return this.legalName;
    }

    public void setLegalName(String legalName) {
        this.legalName = legalName;
    }

    public String getAccountId() {
        return this.accountId;
    }

    public void setAccountId(String accountId) {
        this.accountId = accountId;
    }

    public String getRedirectUrl() {
        return this.redirectUrl;
    }

    public void setRedirectUrl(String redirectUrl) {
        this.redirectUrl = redirectUrl;
    }

    public String getNotifyUrl() {
        return this.notifyUrl;
    }

    public void setNotifyUrl(String notifyUrl) {
        this.notifyUrl = notifyUrl;
    }

    public String getAttachmentId() {
        return this.attachmentId;
    }

    public void setAttachmentId(String attachmentId) {
        this.attachmentId = attachmentId;
    }

    public String getMediaId() {
        return this.mediaId;
    }

    public void setMediaId(String mediaId) {
        this.mediaId = mediaId;
    }

    public String getBindFlag() {
        return this.bindFlag;
    }

    public void setBindFlag(String bindFlag) {
        this.bindFlag = bindFlag;
    }

    public String getCreateCode() {
        return this.createCode;
    }

    public void setCreateCode(String createCode) {
        this.createCode = createCode;
    }

    public String getCreateMessage() {
        return this.createMessage;
    }

    public void setCreateMessage(String createMessage) {
        this.createMessage = createMessage;
    }
}
