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

org.xmlactions.db.query.Order Maven / Gradle / Ivy

package org.xmlactions.db.query;

public class Order {

    private String by;

    public void setBy(String by) {
        this.by = by;
    }

    public String getBy() {
        return by;
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy