blob: 0286d72fca34d0396d87f2a097cf61c91d097448 [file] [log] [blame]
public class Foo {
private String typeof;
public String getTypeof() {
return typeof;
}
public void setTypeof(String typeof) {
this.typeof = typeof;
}
}