org.alfresco.repo.avm
Interface BasicAttributes

All Known Implementing Classes:
BasicAttributesImpl

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

setCreator

void setCreator(java.lang.String creator)
Set the creator of the node.

Parameters:
creator - The creator to set.

getCreator

java.lang.String getCreator()
Get the creator of the node.

Returns:
The creator.

setOwner

void setOwner(java.lang.String owner)
Set the owner of the node.

Parameters:
owner - The owner to set.

getOwner

java.lang.String getOwner()
Get the owner of the node.

Returns:
The owner.

setLastModifier

void setLastModifier(java.lang.String lastModifier)
Set the last modifier of the node.

Parameters:
lastModifier -

getLastModifier

java.lang.String getLastModifier()
Get the last modifier of the node.

Returns:
The last modifier.

setCreateDate

void setCreateDate(long createDate)
Set the create date.

Parameters:
createDate - The date to set.

getCreateDate

long getCreateDate()
Get the create date.

Returns:
The create date.

setModDate

void setModDate(long modDate)
Set the modification date.

Parameters:
modDate - The date to set.

getModDate

long getModDate()
Get the modification date.

Returns:
The modification date.

setAccessDate

void setAccessDate(long accessDate)
Set the access date of the node.

Parameters:
accessDate - The access date.

getAccessDate

long getAccessDate()
Get the access date of the node.

Returns:
The access date.


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.