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

de.rpgframework.genericrpg.modification.RelevanceModification Maven / Gradle / Ivy

package de.rpgframework.genericrpg.modification;

import org.prelle.simplepersist.Attribute;

/**
 * @author prelle
 *
 */
public class RelevanceModification extends Modification {

	@Attribute
	private String topic;

	//-------------------------------------------------------------------
	public RelevanceModification() {
		// TODO Auto-generated constructor stub
	}

	//-------------------------------------------------------------------
	public String getType() {
		return topic;
	}

	//-------------------------------------------------------------------
	public String toString() {
		return "Relevance:"+topic+" ("+super.source+")";
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy