Subversion Repositories general

Compare Revisions

Ignore whitespace Rev 971 → Rev 972

/kickup/trunk/src/ak/kickup/core/model/Event.java
22,6 → 22,7
private String name;
private String email;
private String admins;
private String phones;
private String place;
private String address;
private String transportDesc;
96,6 → 97,20
*
* @hibernate.property
*/
public String getPhones()
{
return phones;
}
 
public void setPhones(String phones)
{
this.phones = phones;
}
 
/**
*
* @hibernate.property
*/
public String getPlace()
{
return place;