Subversion Repositories eFlore/Applications.del

Rev

Rev 100 | Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
98 benjamin 1
package org.tela_botanica.del.client.modeles;
2
 
3
public class Protocol {
4
 
5
	private int id;
6
 
7
	private String name;
8
 
9
}