Methods Summary |
---|
public synchronized long | getAid()Gets the value of the aid property.
return aid;
|
public synchronized long | getCoverPid()Gets the value of the coverPid property.
return coverPid;
|
public synchronized int | getCreated()Gets the value of the created property.
return created;
|
public synchronized java.lang.String | getDescription()Gets the value of the description property.
return description;
|
public synchronized java.lang.String | getLink()Gets the value of the link property.
return link;
|
public synchronized java.lang.String | getLocation()Gets the value of the location property.
return location;
|
public synchronized int | getModified()Gets the value of the modified property.
return modified;
|
public synchronized java.lang.String | getName()Gets the value of the name property.
return name;
|
public synchronized long | getOwner()Gets the value of the owner property.
return owner;
|
public synchronized int | getSize()Gets the value of the size property.
return size;
|
public synchronized void | setAid(long value)Sets the value of the aid property.
this.aid = value;
|
public synchronized void | setCoverPid(long value)Sets the value of the coverPid property.
this.coverPid = value;
|
public synchronized void | setCreated(int value)Sets the value of the created property.
this.created = value;
|
public synchronized void | setDescription(java.lang.String value)Sets the value of the description property.
this.description = value;
|
public synchronized void | setLink(java.lang.String value)Sets the value of the link property.
this.link = value;
|
public synchronized void | setLocation(java.lang.String value)Sets the value of the location property.
this.location = value;
|
public synchronized void | setModified(int value)Sets the value of the modified property.
this.modified = value;
|
public synchronized void | setName(java.lang.String value)Sets the value of the name property.
this.name = value;
|
public synchronized void | setOwner(long value)Sets the value of the owner property.
this.owner = value;
|
public synchronized void | setSize(int value)Sets the value of the size property.
this.size = value;
|