org.apache.jackrabbit.mk.model
Class MutableCommit
java.lang.Object
org.apache.jackrabbit.mk.model.AbstractCommit
org.apache.jackrabbit.mk.model.MutableCommit
- All Implemented Interfaces:
- Commit
public class MutableCommit
- extends AbstractCommit
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MutableCommit
public MutableCommit()
MutableCommit
public MutableCommit(StoredCommit other)
- Copy constructor.
- Parameters:
other - other commit
setParentId
public void setParentId(Id parentId)
setRootNodeId
public void setRootNodeId(Id rootNodeId)
setCommitTS
public void setCommitTS(long commitTS)
setMsg
public void setMsg(String msg)
getId
public Id getId()
- Return the commit id.
- Returns:
- commit id
Copyright © 2012 The Apache Software Foundation. All Rights Reserved.