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

com.greenback.kit.model.UserPrefs Maven / Gradle / Ivy

There is a newer version: 1.0.39
Show newest version
package com.greenback.kit.model;

public class UserPrefs extends GreenbackObject {
 
    private TransactionExportMode transactionExportMode;

    public TransactionExportMode getTransactionExportMode() {
        return transactionExportMode;
    }

    public void setTransactionExportMode(TransactionExportMode transactionExportMode) {
        this.transactionExportMode = transactionExportMode;
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy