def risk(self, risk_text): """ returns the status :returns: String """ self.risk_id = Risk.get_by_value(risk_text)
def risk(self): """ returns the status :returns: String """ return Risk.get_by_id(self.risk_id)