tomp.lxp
Class EditsImpl
java.lang.Object
tomp.lxp.EditsImpl
- All Implemented Interfaces:
- Edits
- public class EditsImpl
- extends java.lang.Object
- implements Edits
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
user
protected UserInfo user
doc
protected DocumentInfo doc
edits
protected java.util.Map edits
EditsImpl
public EditsImpl(UserInfo u,
DocumentInfo d)
getEdit
public Edit getEdit(java.lang.String id)
- Specified by:
getEdit
in interface Edits
addEdit
public void addEdit(Edit e)
getDocumentInfo
public DocumentInfo getDocumentInfo()
- Specified by:
getDocumentInfo
in interface Edits
getUserInfo
public UserInfo getUserInfo()
- Specified by:
getUserInfo
in interface Edits