Methods Summary |
---|
public synchronized int | getGradYear()Gets the value of the gradYear property.
return gradYear;
|
public synchronized long | getHs1Id()Gets the value of the hs1Id property.
return hs1Id;
|
public synchronized java.lang.String | getHs1Name()Gets the value of the hs1Name property.
return hs1Name;
|
public synchronized long | getHs2Id()Gets the value of the hs2Id property.
return hs2Id;
|
public synchronized java.lang.String | getHs2Name()Gets the value of the hs2Name property.
return hs2Name;
|
public synchronized void | setGradYear(int value)Sets the value of the gradYear property.
this.gradYear = value;
|
public synchronized void | setHs1Id(long value)Sets the value of the hs1Id property.
this.hs1Id = value;
|
public synchronized void | setHs1Name(java.lang.String value)Sets the value of the hs1Name property.
this.hs1Name = value;
|
public synchronized void | setHs2Id(long value)Sets the value of the hs2Id property.
this.hs2Id = value;
|
public synchronized void | setHs2Name(java.lang.String value)Sets the value of the hs2Name property.
this.hs2Name = value;
|