public class C1{
private String description;
private Integer code;
public static void main(String [] args){
System.out.println("Test");
}
public String getDescription(){
return description;
}
public void setDescription(String description){
this.description = description;
}
public Integer getCode(){
return code;
}
public void setCode(Integer code){
this.code = code;
}
}
Answered
So, how does this work?
The thing with questions is that they require answers. But answers are hard.
Answers, for instance, need two alineas.
Sometime three. Terrible!
11K Views
11
Answers
7 years ago
3 years ago
Tags