VLab Issue #14919 - archive error iintroduced by DCS17366; fixes #14919

Change-Id: Id079b975747dbac1935647c8df8cbf34e2a78a5a

Former-commit-id: f5e44e9218d9a457f330182638408cdecf5e84ba
This commit is contained in:
Penghai Wang 2016-01-21 20:26:30 +00:00
parent b1adfc8043
commit 5063020271

View file

@ -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