|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Description of the Interface
Method Summary | |
long |
getCreateTime()
Gets the createTime attribute of the IAttributes object |
long |
getIdleTime()
Gets the idleTime attribute of the IAttributes object |
int |
getSize()
Gets the size attribute of the IAttributes object |
long |
getTimeToLive()
Gets the timeToLive attribute of the IAttributes object |
long |
getVersion()
Gets the version attribute of the IAttributes object |
void |
setIdleTime(long idle)
Sets the idleTime attribute of the IAttributes object |
void |
setSize(int size)
Size in bytes. |
void |
setTimeToLive(long ttl)
Sets the timeToLive attribute of the IAttributes object |
void |
setVersion(long version)
Sets the version attribute of the IAttributes object |
Method Detail |
public void setVersion(long version)
version
- The new version valuepublic void setTimeToLive(long ttl)
ttl
- The new timeToLive valuepublic void setIdleTime(long idle)
idle
- The new idleTime valuepublic void setSize(int size)
size
- The new size valuepublic int getSize()
public long getCreateTime()
public long getVersion()
public long getIdleTime()
public long getTimeToLive()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |