de.knup.jedi.jayshare.Fileshare
Class ListModification

java.lang.Object
  |
  +--org.jabber.jabberbeans.XMLData
        |
        +--de.knup.jedi.jayshare.Fileshare.Fileshare
              |
              +--de.knup.jedi.jayshare.Fileshare.ListModification

public class ListModification
extends Fileshare

See Also:
Serialized Form

Field Summary
protected  MDate date
           
 
Fields inherited from class de.knup.jedi.jayshare.Fileshare.Fileshare
hashedID, nameSpace
 
Constructor Summary
ListModification(ListModificationBuilder builder)
           
 
Method Summary
protected  void appendContent(java.lang.StringBuffer retval)
           
 MDate getDate()
           
 
Methods inherited from class de.knup.jedi.jayshare.Fileshare.Fileshare
appendItem, getHashedID
 
Methods inherited from class org.jabber.jabberbeans.XMLData
appendAttrib, appendAttrib, appendChild, appendChild, escapeString, toString
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait
 

Field Detail

date

protected MDate date
Constructor Detail

ListModification

public ListModification(ListModificationBuilder builder)
Method Detail

getDate

public MDate getDate()

appendContent

protected void appendContent(java.lang.StringBuffer retval)
Overrides:
appendContent in class Fileshare