Rena Tsantouli 2011-06-30 16:27:48 +00:00
parent ee70b1436e
commit 1cfef2229c
1 changed files with 9 additions and 0 deletions

View File

@ -4,7 +4,16 @@ public class ASLGroupModel {
long groupId;
String name;
String description;
public String getDescription() {
return description;
}
public void setDescription(String description) {
this.description = description;
}
public ASLGroupModel() {
}