webpiecesxxxxxpackage.mgmt.SomeBeanWebpiecesManaged Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of WEBPIECESxAPPNAME Show documentation
Show all versions of WEBPIECESxAPPNAME Show documentation
Someone forgot to fill this in. See http://stackoverflow.com/questions/38272550/how-to-fail-the-gradle-build-if-subproject-is-missing-a-property
package webpiecesxxxxxpackage.mgmt;
import webpiecesxxxxxpackage.db.EducationEnum;
public interface SomeBeanWebpiecesManaged {
public String getCategory();
public void setCount(int count);
public int getCount();
//This demonstrates we read since no converter was found
public Class> getPropertyNoConverter();
public void setPropertyNoConverter(Class> clazz);
//This demonstrates use of a converter
public EducationEnum getEducationLevel();
public void setEducationLevel(EducationEnum educationLevel);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy