org.alfresco.repo.security.sync
Class NodeDescription

java.lang.Object
  extended by org.alfresco.repo.security.sync.NodeDescription

public class NodeDescription
extends java.lang.Object

An 'off-line' description of an Alfresco node.


Constructor Summary
NodeDescription(java.lang.String sourceId)
          Instantiates a new node description.
 
Method Summary
 java.util.Set getChildAssociations()
          Gets the child associations.
 java.util.Date getLastModified()
          Gets the last modification date.
 PropertyMap getProperties()
          Gets the properties.
 java.lang.String getSourceId()
          Gets an identifier for the node for monitoring purposes.
 void setLastModified(java.util.Date lastModified)
          Sets the last modification date.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NodeDescription

public NodeDescription(java.lang.String sourceId)
Instantiates a new node description.

Parameters:
sourceId - An identifier for the node for monitoring purposes. Should help trace where the node originated from.
Method Detail

getSourceId

public java.lang.String getSourceId()
Gets an identifier for the node for monitoring purposes. Should help trace where the node originated from.

Returns:
an identifier for the node for monitoring purposes

getLastModified

public java.util.Date getLastModified()
Gets the last modification date.

Returns:
the last modification date

setLastModified

public void setLastModified(java.util.Date lastModified)
Sets the last modification date.

Parameters:
lastModified - the last modification date

getProperties

public PropertyMap getProperties()
Gets the properties.

Returns:
the properties

getChildAssociations

public java.util.Set getChildAssociations()
Gets the child associations.

Returns:
the child associations


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