org.starhope.appius.util
Interface CTime

All Known Subinterfaces:
AbstractItem, DataRecord, DataRecordSet<T>, UserListEntry
All Known Implementing Classes:
AvatarBodyFormat, AvatarClass, BadMailList, BadMailRecord, CapabilityRecords, Currency, DamageArea, Enrolment, EventOutcomeRecord, EventRecord, EventType, GenericItemReference, Inventory, InventoryItem, InventoryItemType, ItemCollection, ItemEffectsType, MailAddressRecord, MedalRecord, Notification, NotificationSet, Parent, Passport, Persephone2AppConfig, PersonRecord, RarityRating, Room, RoomLayer, SimpleDataEnum, SimpleDataRecord, SimpleDataRecordSet, SimpleUserListEntry, StringRecord, StringSet, TheServers, UserEnrolment, UserHouse, UserItemCollection, UserPreferenceRecord, UserRecord, UserStat, Wallet, ZoneServerRecord

public interface CTime

An object which has a known change time and write time.

Author:
brpocock@star-hope.org

Method Summary
 long getTimeLastChanged()
           
 long getTimeLastSaved()
           
 

Method Detail

getTimeLastChanged

long getTimeLastChanged()
Returns:
The time since epoch at which this object last changed, where “-1” indicates that it has never been changed.

getTimeLastSaved

long getTimeLastSaved()
Returns:
The time since epoch at which this object was last saved to its backing store, where “-1” indicates that it has never been written to a backing store.