entity Ent{
	
	// add here properties and services, example:
	//
	// property int prop1;
	//
	// service int getProp1(){
	//	 return prop1;
	// }
	
}