/*
 * To change this template, choose Tools | Templates
 * and open the template in the editor.
 */

package com.k_int.processmgt;

public class CreateProcessResultDTO {
  String result_code;
  String process_id;
  String process_name;
}
