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

com.talk2object.common.BeanField Maven / Gradle / Ivy

The newest version!
package com.talk2object.common;

public class BeanField {
	String name;
	String getter, setter;
	
	
	@Override
	public String toString() {
		
		return String.format("%s\t%s()\t%s()", name,getter,setter);
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy