First real commit
[unical.git] / src / ro / ieval / unical / Event.java
1 package ro.ieval.unical;
2 public class Event {
3 public int date,time;
4 public boolean repeat;
5 public int repeatInterval;
6 public String location;
7 public String description;
8 public String tags[];
9 public String title;
10 Event() {
11 }
12 }
This page took 0.021364 seconds and 5 git commands to generate.