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

model.PodCert Maven / Gradle / Ivy

There is a newer version: 1.3.9
Show newest version
package model;

public class PodCert {
    String certificate;

    public String getCertificate() {
        return certificate;
    }

    public void setCertificate(String certificate) {
        this.certificate = certificate;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy