org.alfresco.repo.avm
Interface VersionRoot

All Known Implementing Classes:
VersionRootImpl

public interface VersionRoot

Represents a single version root.


Method Summary
 AVMStore getAvmStore()
           
 long getCreateDate()
           
 java.lang.String getCreator()
           
 java.lang.String getDescription()
          Get the thick description.
 java.lang.Long getId()
           
 DirectoryNode getRoot()
           
 java.lang.String getTag()
          Get the tag (short description).
 int getVersionID()
          Get the version id.
 void setAvmStore(AVMStore store)
           
 void setCreateDate(long createDate)
           
 void setCreator(java.lang.String creator)
           
 void setDescription(java.lang.String description)
          Set the description.
 void setId(long id)
           
 void setRoot(DirectoryNode root)
           
 void setTag(java.lang.String tag)
          Set the tag.
 void setVersionID(int versionID)
          Set the version id.
 

Method Detail

getCreateDate

long getCreateDate()
Returns:
the createDate

setCreateDate

void setCreateDate(long createDate)
Parameters:
createDate - the createDate to set

getCreator

java.lang.String getCreator()
Returns:
the creator

setCreator

void setCreator(java.lang.String creator)
Parameters:
creator - the creator to set

getId

java.lang.Long getId()
Returns:
the id

setId

void setId(long id)
Parameters:
id - the id to set

getAvmStore

AVMStore getAvmStore()
Returns:
the AVMStore

setAvmStore

void setAvmStore(AVMStore store)
Parameters:
store - the store to set

getRoot

DirectoryNode getRoot()
Returns:
the root

setRoot

void setRoot(DirectoryNode root)
Parameters:
root - the root to set

setVersionID

void setVersionID(int versionID)
Set the version id.

Parameters:
versionID -

getVersionID

int getVersionID()
Get the version id.

Returns:
The version id.

getTag

java.lang.String getTag()
Get the tag (short description).

Returns:
The tag.

getDescription

java.lang.String getDescription()
Get the thick description.

Returns:
The thick description.

setTag

void setTag(java.lang.String tag)
Set the tag.

Parameters:
tag -

setDescription

void setDescription(java.lang.String description)
Set the description.

Parameters:
description -


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