ORCentral

src/eu/coform/DateTime.java

Go to the documentation of this file.
00001 package eu.coform;
00002 
00006 public class DateTime {
00007    private long datetime;
00008 
00012    public DateTime() {
00013    }
00014 
00019    public long getDatetime() {
00020       return datetime;
00021    }
00022 
00027    public void setDatetime(long datetime) {
00028       this.datetime = datetime;
00029    }   
00030 }
 All Classes Namespaces Files Functions Variables Enumerations