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 | getEid()Gets the value of the eid property.
return eid;
|
public synchronized int | getEndTime()Gets the value of the endTime property.
return endTime;
|
public synchronized java.lang.String | getEventSubtype()Gets the value of the eventSubtype property.
return eventSubtype;
|
public synchronized java.lang.String | getEventType()Gets the value of the eventType property.
return eventType;
|
public synchronized java.lang.String | getHost()Gets the value of the host property.
return host;
|
public synchronized java.lang.String | getLocation()Gets the value of the location property.
return location;
|
public synchronized java.lang.String | getName()Gets the value of the name property.
return name;
|
public synchronized int | getNid()Gets the value of the nid property.
return nid;
|
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 int | getStartTime()Gets the value of the startTime property.
return startTime;
|
public synchronized java.lang.String | getTagline()Gets the value of the tagline property.
return tagline;
|
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 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 | setEid(long value)Sets the value of the eid property.
this.eid = value;
|
public synchronized void | setEndTime(int value)Sets the value of the endTime property.
this.endTime = value;
|
public synchronized void | setEventSubtype(java.lang.String value)Sets the value of the eventSubtype property.
this.eventSubtype = value;
|
public synchronized void | setEventType(java.lang.String value)Sets the value of the eventType property.
this.eventType = value;
|
public synchronized void | setHost(java.lang.String value)Sets the value of the host property.
this.host = value;
|
public synchronized void | setLocation(java.lang.String value)Sets the value of the location property.
this.location = value;
|
public synchronized void | setName(java.lang.String value)Sets the value of the name property.
this.name = value;
|
public synchronized void | setNid(int value)Sets the value of the nid property.
this.nid = 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 | setStartTime(int value)Sets the value of the startTime property.
this.startTime = value;
|
public synchronized void | setTagline(java.lang.String value)Sets the value of the tagline property.
this.tagline = 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;
|