Class DateThingy
- java.lang.Object
-
- org.oa4mp.delegation.server.storage.uuc.DateThingy
-
public class DateThingy extends Object
Created by Jeff Gaynor
on 2/12/24 at 1:56 PM
-
-
Field Summary
Fields Modifier and Type Field Description boolean
relative
-
Constructor Summary
Constructors Constructor Description DateThingy(long relativeDate)
DateThingy(Date iso8601)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Date
getIso8601()
long
getRelativeDate()
boolean
isRelative()
void
setRelative(boolean relative)
-
-
-
Constructor Detail
-
DateThingy
public DateThingy(long relativeDate)
-
DateThingy
public DateThingy(Date iso8601)
-
-
Method Detail
-
getRelativeDate
public long getRelativeDate()
-
getIso8601
public Date getIso8601()
-
isRelative
public boolean isRelative()
-
setRelative
public void setRelative(boolean relative)
-
-