tomp.lxp
Class ProfileImpl
java.lang.Object
tomp.lxp.ProfileImpl
- All Implemented Interfaces:
- Profile
- public class ProfileImpl
- extends java.lang.Object
- implements Profile
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
userInfo
protected UserInfo userInfo
documentInfo
protected DocumentInfo documentInfo
edits
protected java.util.List edits
ProfileImpl
public ProfileImpl(UserInfo u,
DocumentInfo d)
getTransformation
public TypeTransformation getTransformation()
- Specified by:
getTransformation
in interface Profile
addEdit
public void addEdit(Edit e)
- Specified by:
addEdit
in interface Profile
getUserInfo
public UserInfo getUserInfo()
- Specified by:
getUserInfo
in interface Profile
getDocumentInfo
public DocumentInfo getDocumentInfo()
- Specified by:
getDocumentInfo
in interface Profile
toString
public java.lang.String toString()