public final class TransactionInstant extends Object
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
static TransactionInstant |
factory(Date time) |
static TransactionInstant |
factory(Long id) |
static TransactionInstant |
factory(Long id,
Date time) |
static TransactionInstant |
factory(Map<Keyword,?> map) |
Long |
getId() |
Date |
getTime() |
int |
hashCode() |
IPersistentMap |
toMap()
Not for public use, may be removed.
|
public static TransactionInstant factory(Long id, Date time)
public static TransactionInstant factory(Long id)
public static TransactionInstant factory(Map<Keyword,?> map)
public static TransactionInstant factory(Date time)
public Long getId()
public Date getTime()
public IPersistentMap toMap()