Change-Id: Id079b975747dbac1935647c8df8cbf34e2a78a5a Former-commit-id: f5e44e9218d9a457f330182638408cdecf5e84ba
This commit is contained in:
parent
b1adfc8043
commit
5063020271
1 changed files with 10 additions and 1 deletions
|
@ -34,6 +34,7 @@ import com.vividsolutions.jts.geom.Geometry;
|
|||
* -------------- ---------- ----------- --------------------------
|
||||
* July 17, 2015 Pwang Initial creation for STQ: Spot Request
|
||||
* Data plugin
|
||||
* Jan 21, 2016 18524 pwang Added the setter to avoid Archiver error
|
||||
*
|
||||
* </pre>
|
||||
*
|
||||
|
@ -487,7 +488,15 @@ public class SpotRequestRecord extends PersistablePluginDataObject implements
|
|||
public String getStqSymbol() {
|
||||
return stqSymbol;
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* setStqSymbol (only for serialization / archive)
|
||||
*
|
||||
* @param stqSymbol
|
||||
*/
|
||||
public void setStqSymbol(String stqSymbol) {
|
||||
this.stqSymbol = stqDispSymbol;
|
||||
}
|
||||
|
||||
/**
|
||||
* toString
|
||||
|
|
Loading…
Add table
Reference in a new issue