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

eu.xenit.apix.dictionary.aspects.Aspects Maven / Gradle / Ivy

There is a newer version: 4.1.2
Show newest version
package eu.xenit.apix.dictionary.aspects;

import java.util.List;

public class Aspects {

    private List aspects;

    public Aspects() {
    }

    public Aspects(List aspects) {
        this.aspects = aspects;
    }

    public List getAspects() {
        return aspects;
    }

    public void setAspects(List aspects) {
        this.aspects = aspects;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy