All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.silanis.esl.api.model.SignedDocument Maven / Gradle / Ivy

There is a newer version: 11.59.0
Show newest version
package com.silanis.esl.api.model;

/**
 * Created by schoi on 25/09/18.
 */
public class SignedDocument extends Document {

    private String handdrawn = "";

    public String getHanddrawn() {
        return handdrawn;
    }

    public void setHanddrawn(String handdrawn) {
        this.handdrawn = handdrawn;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy