Methods Summary |
---|
public synchronized java.lang.Long | getCreator()Gets the value of the creator property.
return creator;
|
public synchronized java.lang.String | getDescription()Gets the value of the description property.
return description;
|
public synchronized long | getGid()Gets the value of the gid property.
return gid;
|
public synchronized java.lang.String | getGroupSubtype()Gets the value of the groupSubtype property.
return groupSubtype;
|
public synchronized java.lang.String | getGroupType()Gets the value of the groupType property.
return groupType;
|
public synchronized java.lang.String | getName()Gets the value of the name property.
return name;
|
public synchronized long | getNid()Gets the value of the nid property.
return nid;
|
public synchronized java.lang.String | getOffice()Gets the value of the office property.
return office;
|
public synchronized java.lang.String | getPic()Gets the value of the pic property.
return pic;
|
public synchronized java.lang.String | getPicBig()Gets the value of the picBig property.
return picBig;
|
public synchronized java.lang.String | getPicSmall()Gets the value of the picSmall property.
return picSmall;
|
public synchronized java.lang.String | getPicSquare()Gets the value of the picSquare property.
return picSquare;
|
public synchronized java.lang.String | getRecentNews()Gets the value of the recentNews property.
return recentNews;
|
public synchronized int | getUpdateTime()Gets the value of the updateTime property.
return updateTime;
|
public synchronized com.facebook.api.schema.Location | getVenue()Gets the value of the venue property.
return venue;
|
public synchronized java.lang.String | getWebsite()Gets the value of the website property.
return website;
|
public synchronized void | setCreator(java.lang.Long value)Sets the value of the creator property.
this.creator = value;
|
public synchronized void | setDescription(java.lang.String value)Sets the value of the description property.
this.description = value;
|
public synchronized void | setGid(long value)Sets the value of the gid property.
this.gid = value;
|
public synchronized void | setGroupSubtype(java.lang.String value)Sets the value of the groupSubtype property.
this.groupSubtype = value;
|
public synchronized void | setGroupType(java.lang.String value)Sets the value of the groupType property.
this.groupType = value;
|
public synchronized void | setName(java.lang.String value)Sets the value of the name property.
this.name = value;
|
public synchronized void | setNid(long value)Sets the value of the nid property.
this.nid = value;
|
public synchronized void | setOffice(java.lang.String value)Sets the value of the office property.
this.office = value;
|
public synchronized void | setPic(java.lang.String value)Sets the value of the pic property.
this.pic = value;
|
public synchronized void | setPicBig(java.lang.String value)Sets the value of the picBig property.
this.picBig = value;
|
public synchronized void | setPicSmall(java.lang.String value)Sets the value of the picSmall property.
this.picSmall = value;
|
public synchronized void | setPicSquare(java.lang.String value)Sets the value of the picSquare property.
this.picSquare = value;
|
public synchronized void | setRecentNews(java.lang.String value)Sets the value of the recentNews property.
this.recentNews = value;
|
public synchronized void | setUpdateTime(int value)Sets the value of the updateTime property.
this.updateTime = value;
|
public synchronized void | setVenue(com.facebook.api.schema.Location value)Sets the value of the venue property.
this.venue = value;
|
public synchronized void | setWebsite(java.lang.String value)Sets the value of the website property.
this.website = value;
|