|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface BasicAttributes
Ownership, timestamps, later perhaps ACLs
Method Summary | |
---|---|
long |
getAccessDate()
Get the access date of the node. |
long |
getCreateDate()
Get the create date. |
java.lang.String |
getCreator()
Get the creator of the node. |
java.lang.String |
getLastModifier()
Get the last modifier of the node. |
long |
getModDate()
Get the modification date. |
java.lang.String |
getOwner()
Get the owner of the node. |
void |
setAccessDate(long accessDate)
Set the access date of the node. |
void |
setCreateDate(long createDate)
Set the create date. |
void |
setCreator(java.lang.String creator)
Set the creator of the node. |
void |
setLastModifier(java.lang.String lastModifier)
Set the last modifier of the node. |
void |
setModDate(long modDate)
Set the modification date. |
void |
setOwner(java.lang.String owner)
Set the owner of the node. |
Method Detail |
---|
void setCreator(java.lang.String creator)
creator
- The creator to set.java.lang.String getCreator()
void setOwner(java.lang.String owner)
owner
- The owner to set.java.lang.String getOwner()
void setLastModifier(java.lang.String lastModifier)
lastModifier
- java.lang.String getLastModifier()
void setCreateDate(long createDate)
createDate
- The date to set.long getCreateDate()
void setModDate(long modDate)
modDate
- The date to set.long getModDate()
void setAccessDate(long accessDate)
accessDate
- The access date.long getAccessDate()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |