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

org.symphonyoss.fin.security.id.SecId Maven / Gradle / Ivy

There is a newer version: 10.0.1
Show newest version
package org.symphonyoss.fin.security.id;

import org.symphonyoss.TaxonomyElement;

public abstract class SecId extends TaxonomyElement {

	public SecId() {
		super();
	}

	public SecId(String value) {
		super(value);
	}

	@Override
	public String getSymbolPrefix() {
		return "$";
	}

	
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy