|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.alfresco.repo.avm.VersionLayeredNodeEntryImpl
public class VersionLayeredNodeEntryImpl
Implementation of entry for tracking layered nodes which were snapshotted in a particular Version.
Constructor Summary | |
---|---|
VersionLayeredNodeEntryImpl()
|
|
VersionLayeredNodeEntryImpl(VersionRoot version,
java.lang.String path)
|
Method Summary | |
---|---|
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()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public VersionLayeredNodeEntryImpl()
public VersionLayeredNodeEntryImpl(VersionRoot version, java.lang.String path)
Method Detail |
---|
public void setPath(java.lang.String path)
public java.lang.String getPath()
VersionLayeredNodeEntry
getPath
in interface VersionLayeredNodeEntry
public void setVersion(VersionRoot version)
public VersionRoot getVersion()
VersionLayeredNodeEntry
getVersion
in interface VersionLayeredNodeEntry
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.String getMd5Sum()
VersionLayeredNodeEntry
getMd5Sum
in interface VersionLayeredNodeEntry
public void setMd5Sum(java.lang.String sum)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |