public interface BasicAttributes
| Modifier and Type | Method and Description |
|---|---|
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.
|
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()
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.