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

org.symphonyoss.fin.Security Maven / Gradle / Ivy

There is a newer version: 4.59.8
Show newest version
package org.symphonyoss.fin;

import java.util.List;

import org.symphonyoss.Taxonomy;
import org.symphonyoss.TaxonomyElement;

public class Security extends Taxonomy {

	public Security() {
		super();
	}

	public Security(List id) {
		super(id);
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy