Methods Summary |
---|
public java.lang.String | getCategory()Returns the category property value.
return category;
|
public int | getId()Returns the id property value.
return id;
|
public java.lang.String | getMsg()Returns the msg property value.
return msg;
|
public java.lang.String | getPostedBy()Returns the postedBy property value.
return postedBy;
|
public java.util.Date | getPostedDate()Returns the postedDate property value.
return postedDate;
|
public void | setCategory(java.lang.String category)Sets the category property value.
this.category = category;
|
public void | setId(int id)Sets the id property value.
this.id = id;
|
public void | setMsg(java.lang.String msg)Sets the msg property value.
this.msg = msg;
|
public void | setPostedBy(java.lang.String postedBy)Sets the postedBy property value.
this.postedBy = postedBy;
|