class ResourceAssignmentUtils: @classmethod def set_ressource_data_value(cls, ra, runtime_exception, value): print "Set resource here..." # TODO return None @staticmethod def set_ressource_value(ra, runtime_exception, value): print "Set resource here..." # TODO return None