Methods Summary |
---|
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 | getStatus()Gets the value of the status property.
return status;
|
public synchronized java.lang.String | getType()Gets the value of the type property.
return type;
|
public synchronized int | getYear()Gets the value of the year property.
return year;
|
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 | setStatus(java.lang.String value)Sets the value of the status property.
this.status = value;
|
public synchronized void | setType(java.lang.String value)Sets the value of the type property.
this.type = value;
|
public synchronized void | setYear(int value)Sets the value of the year property.
this.year = value;
|