public interface Timestamp
| Modifier and Type | Method and Description |
|---|---|
String |
getCreatedValue() |
String |
getExpiresValue() |
void |
setCreated(String created) |
void |
setExpires(String expires) |
void setCreated(String created)
created - set the creation time on timestampvoid setExpires(String expires)
expires - set the expiry time on timestampString getCreatedValue()
String getExpiresValue()
Copyright © 2005–2018 Oracle Corporation. All rights reserved.