public class ChildKey extends Object implements Serializable
| Constructor and Description |
|---|
ChildKey()
A Default Constructor.
|
ChildKey(DirectoryNode parent,
String name)
Construct one with parameters.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other)
Override of equals.
|
String |
getName()
Get the name.
|
DirectoryNode |
getParent()
Get the parent.
|
int |
hashCode()
Override of hashCode.
|
void |
setName(String name)
Set the name.
|
void |
setParent(DirectoryNode parent)
Set the parent.
|
public ChildKey(DirectoryNode parent, String name)
parent - The parent directory.name - The name of the child.public ChildKey()
public void setParent(DirectoryNode parent)
public DirectoryNode getParent()
public void setName(String name)
public String getName()
Copyright © 2005–2014 Alfresco Software. All rights reserved.