Merge branch 'ncep_16.1.4-n' of ssh://vlab.ncep.noaa.gov:29418/AWIPS2_Dev_Baseline into unidata_16.1.4

Former-commit-id: 0f62cbe7dd46b6c642d07079ea9e1c09a838ba32
This commit is contained in:
mjames-upc 2016-03-30 15:23:50 -05:00
commit 8bd598e789

View file

@ -6,6 +6,8 @@ class GetGridInfoRequest(object):
def __init__(self):
self.pluginName = None
self.modelId = None
self.reftime = None
self.fcstsec = None
def getPluginName(self):
return self.pluginName
@ -19,3 +21,15 @@ class GetGridInfoRequest(object):
def setModelId(self, modelId):
self.modelId = modelId
def getReftime(self):
return self.reftime
def setReftime(self, reftime):
self.reftime = reftime
def getFcstsec(self):
return self.fcstsec
def setFcstsec(self, fcstsec):
self.fcstsec = fcstsec