Ejemplo n.º 1
0
  def status(self, status_text):
    """
    returns the status

    :returns: String
    """
    self.status_id = Status.get_by_value(status_text)
Ejemplo n.º 2
0
  def status(self):
    """
    returns the status

    :returns: String
    """
    return Status.get_by_id(self.status_id)