Methods Summary |
---|
public synchronized long | getAid()Gets the value of the aid property.
return aid;
|
public synchronized java.lang.String | getCaption()Gets the value of the caption property.
return caption;
|
public synchronized int | getCreated()Gets the value of the created property.
return created;
|
public synchronized java.lang.String | getLink()Gets the value of the link property.
return link;
|
public synchronized long | getOwner()Gets the value of the owner property.
return owner;
|
public synchronized long | getPid()Gets the value of the pid property.
return pid;
|
public synchronized java.lang.String | getSrc()Gets the value of the src property.
return src;
|
public synchronized java.lang.String | getSrcBig()Gets the value of the srcBig property.
return srcBig;
|
public synchronized java.lang.String | getSrcSmall()Gets the value of the srcSmall property.
return srcSmall;
|
public synchronized void | setAid(long value)Sets the value of the aid property.
this.aid = value;
|
public synchronized void | setCaption(java.lang.String value)Sets the value of the caption property.
this.caption = value;
|
public synchronized void | setCreated(int value)Sets the value of the created property.
this.created = value;
|
public synchronized void | setLink(java.lang.String value)Sets the value of the link property.
this.link = value;
|
public synchronized void | setOwner(long value)Sets the value of the owner property.
this.owner = value;
|
public synchronized void | setPid(long value)Sets the value of the pid property.
this.pid = value;
|
public synchronized void | setSrc(java.lang.String value)Sets the value of the src property.
this.src = value;
|
public synchronized void | setSrcBig(java.lang.String value)Sets the value of the srcBig property.
this.srcBig = value;
|
public synchronized void | setSrcSmall(java.lang.String value)Sets the value of the srcSmall property.
this.srcSmall = value;
|