Exemplo n.º 1
0
 @Override
 public void storeProperties(Map properties) {
   super.storeProperties(properties);
   properties.put("projectId", this.projectId);
   properties.put("number", this.number);
   properties.put("label", this.label);
   properties.put("description", this.description);
   properties.put("testDescription", this.testDescription);
 }