public class NodeDescription
extends java.lang.Object
| Constructor and Description |
|---|
NodeDescription(java.lang.String sourceId)
Instantiates a new node description.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
public NodeDescription(java.lang.String sourceId)
sourceId - An identifier for the node for monitoring purposes. Should help trace where the node originated from.public java.lang.String getSourceId()
public java.util.Date getLastModified()
public void setLastModified(java.util.Date lastModified)
lastModified - the last modification datepublic PropertyMap getProperties()
public java.util.Set getChildAssociations()
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.