ORCentral
|
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 }