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

javaee.module.backend.entities.config.AbstractPreferenceHelper Maven / Gradle / Ivy

The newest version!
package javaee.module.backend.entities.config;

public abstract class AbstractPreferenceHelper extends AbstractPreferenceHelperParent_2 {

	public void setPreferenceKey( String preferenceKey ) {
		this.preferenceKey = preferenceKey;
	}

	public void setPreferenceValue( String preferenceValue ) {
		this.preferenceValue = preferenceValue;
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy