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

com.model.test.company.Portfolio Maven / Gradle / Ivy

package com.model.test.company;

import java.util.List;

public class Portfolio {

    private List accounts;

    public List getAccounts() {
        return accounts;
    }

    public void setAccounts(List accounts) {
        this.accounts = accounts;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy