|
Xindice API version 1.1 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--org.apache.xindice.core.meta.TimeRecord
Encapsulates the modified/create times used in MetaData.
| Constructor Summary | |
TimeRecord(long created,
long modified)
|
|
| Method Summary | |
long |
getCreatedTime()
Returns the create time stored here. |
long |
getModifiedTime()
Returns the modified time stored here. |
void |
setCreatedTime(long created)
Sets the create time stored here. |
void |
setModifiedTime(long mod)
Sets the modified time stored here. |
String |
toString()
Return a string version of the times encapsulated. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public TimeRecord(long created,
long modified)
| Method Detail |
public long getCreatedTime()
public long getModifiedTime()
public void setCreatedTime(long created)
created - The new create timepublic void setModifiedTime(long mod)
mod - The new modified timepublic String toString()
toString in class Object
|
Xindice API version 1.1 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||