tomp.lxp
Class ProfileImpl

java.lang.Object
  extended bytomp.lxp.ProfileImpl
All Implemented Interfaces:
Profile

public class ProfileImpl
extends java.lang.Object
implements Profile


Field Summary
protected  DocumentInfo documentInfo
           
protected  java.util.List edits
           
protected  UserInfo userInfo
           
 
Constructor Summary
ProfileImpl(UserInfo u, DocumentInfo d)
           
 
Method Summary
 void addEdit(Edit e)
           
 DocumentInfo getDocumentInfo()
           
 TypeTransformation getTransformation()
           
 UserInfo getUserInfo()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

userInfo

protected UserInfo userInfo

documentInfo

protected DocumentInfo documentInfo

edits

protected java.util.List edits
Constructor Detail

ProfileImpl

public ProfileImpl(UserInfo u,
                   DocumentInfo d)
Method Detail

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()