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

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

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

@SuppressWarnings("serial")
public class IntegerAttributeDescriptor extends BaseNumberAttributeDescriptor {

	public IntegerAttributeDescriptor(IEntityDescriptor entityDescriptor, String attributeName) {
		super(entityDescriptor, attributeName, Integer.class);
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy