public class VersionLayeredNodeEntryImpl extends java.lang.Object implements VersionLayeredNodeEntry, java.io.Serializable
| Constructor and Description |
|---|
VersionLayeredNodeEntryImpl() |
VersionLayeredNodeEntryImpl(VersionRoot version,
java.lang.String path) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getMd5Sum()
Get the MD5 sum of the path.
|
java.lang.String |
getPath()
Get the path to this entries Layered Node.
|
VersionRoot |
getVersion()
Get the VersionRoot for this entry.
|
int |
hashCode() |
void |
setMd5Sum(java.lang.String sum) |
void |
setPath(java.lang.String path) |
void |
setVersion(VersionRoot version) |
java.lang.String |
toString() |
public VersionLayeredNodeEntryImpl()
public VersionLayeredNodeEntryImpl(VersionRoot version, java.lang.String path)
public void setPath(java.lang.String path)
public java.lang.String getPath()
VersionLayeredNodeEntrygetPath in interface VersionLayeredNodeEntrypublic void setVersion(VersionRoot version)
public VersionRoot getVersion()
VersionLayeredNodeEntrygetVersion in interface VersionLayeredNodeEntrypublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.String getMd5Sum()
VersionLayeredNodeEntrygetMd5Sum in interface VersionLayeredNodeEntrypublic void setMd5Sum(java.lang.String sum)
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.