public class NodeDescription extends Object
Constructor and Description |
---|
NodeDescription(String sourceId)
Instantiates a new node description.
|
Modifier and Type | Method and Description |
---|---|
Set<String> |
getChildAssociations()
Gets the child associations.
|
Date |
getLastModified()
Gets the last modification date.
|
PropertyMap |
getProperties()
Gets the properties.
|
String |
getSourceId()
Gets an identifier for the node for monitoring purposes.
|
void |
setLastModified(Date lastModified)
Sets the last modification date.
|
public NodeDescription(String sourceId)
sourceId
- An identifier for the node for monitoring purposes. Should help trace where the node originated from.public String getSourceId()
public Date getLastModified()
public void setLastModified(Date lastModified)
lastModified
- the last modification datepublic PropertyMap getProperties()
Copyright © 2005–2017 Alfresco Software. All rights reserved.