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

io.vanillabp.cockpit.simulator.usertask.testdata.TestData2 Maven / Gradle / Ivy

The newest version!
package io.vanillabp.cockpit.simulator.usertask.testdata;

public class TestData2 {

    private Integer testId2;

    private String testId3;    

    public String getTestId3() {
        return testId3;
    }

    public void setTestId3(String testId3) {
        this.testId3 = testId3;
    }

    public Integer getTestId2() {
        return testId2;
    }

    public void setTestId2(Integer testId2) {
        this.testId2 = testId2;
    }
    
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy