|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.alfresco.repo.avm.ChildKey
public class ChildKey
The key to a ChildEntry, a Parent and a name.
Constructor Summary | |
---|---|
ChildKey()
A Default Constructor. |
|
ChildKey(DirectoryNode parent,
java.lang.String name)
Construct one with parameters. |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object other)
Override of equals. |
java.lang.String |
getName()
Get the name. |
DirectoryNode |
getParent()
Get the parent. |
int |
hashCode()
Override of hashCode. |
void |
setName(java.lang.String name)
Set the name. |
void |
setParent(DirectoryNode parent)
Set the parent. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ChildKey(DirectoryNode parent, java.lang.String name)
parent
- The parent directory.name
- The name of the child.public ChildKey()
Method Detail |
---|
public void setParent(DirectoryNode parent)
public DirectoryNode getParent()
public void setName(java.lang.String name)
public java.lang.String getName()
public boolean equals(java.lang.Object other)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |