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

io.pelle.mango.client.base.modules.dictionary.IVOWrapper Maven / Gradle / Ivy

The newest version!
package io.pelle.mango.client.base.modules.dictionary;

import io.pelle.mango.client.base.vo.IBaseVO;

public interface IVOWrapper {
	void set(String attribute, Object value);

	void set(String attribute, Object value, boolean fireDirtyListeners);

	Object get(String attribute);

	VOType getContent();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy