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

io.pelle.mango.client.base.vo.IEntityDescriptor Maven / Gradle / Ivy

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

public interface IEntityDescriptor extends IMetaDescriptor {

	Class getVOEntityClass();

	String getLabel();

	String getPluralLabel();

	String getName();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy