public interface IEntity extends Serializable, Cloneable
| Modifier and Type | Method and Description |
|---|---|
void |
setExpireInMinutes(long nExpire)
enable the expire feature for this entity and set the expire time in minutes from now.
|
void |
setExpireInSeconds(long nExpire)
enable the expire feature for this entity and set the expire time in seconds from now.
|
Copyright © 2016 as-development.net. All rights reserved.