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

com.jmodel.generated.AnotherTable Maven / Gradle / Ivy

There is a newer version: 0.1.5
Show newest version
/* This file was generated by a tool. Any modification will be overwritten during the next build cycle. */

package com.jmodel.generated;

import java.io.Serializable;

public class AnotherTable implements Serializable {
    private String anotherPkField1;
    private String anotherPkField2;
    private String anotherNonPkField;

    public String getAnotherPkField1() {
        return anotherPkField1;
    }

    public void setAnotherPkField1(String anotherPkField1) {
        this.anotherPkField1 = anotherPkField1;
    }

    public String getAnotherPkField2() {
        return anotherPkField2;
    }

    public void setAnotherPkField2(String anotherPkField2) {
        this.anotherPkField2 = anotherPkField2;
    }

    public String getAnotherNonPkField() {
        return anotherNonPkField;
    }

    public void setAnotherNonPkField(String anotherNonPkField) {
        this.anotherNonPkField = anotherNonPkField;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy