de.knup.jedi.jayshare.Fileshare
Class ListModificationBuilder

java.lang.Object
  |
  +--de.knup.jedi.jayshare.Fileshare.FileshareComponentBuilder
        |
        +--de.knup.jedi.jayshare.Fileshare.ListModificationBuilder

public class ListModificationBuilder
extends FileshareComponentBuilder


Field Summary
(package private)  MDate date
           
 
Fields inherited from class de.knup.jedi.jayshare.Fileshare.FileshareComponentBuilder
hashedID
 
Constructor Summary
ListModificationBuilder()
           
 
Method Summary
 Extension build()
          build generates an Extension-derived object based on the current state of this ExtensionBuilder
 MDate getDate()
           
 void reset()
          reset resets the interface for the builder to default values, so that it may be reused.
 void setDate(MDate d)
           
 
Methods inherited from class de.knup.jedi.jayshare.Fileshare.FileshareComponentBuilder
getHashedID, setHashedID
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

date

MDate date
Constructor Detail

ListModificationBuilder

public ListModificationBuilder()
Method Detail

reset

public void reset()
Description copied from interface: ExtensionBuilder
reset resets the interface for the builder to default values, so that it may be reused.

getDate

public MDate getDate()

setDate

public void setDate(MDate d)

build

public Extension build()
                throws java.lang.InstantiationException
Description copied from interface: ExtensionBuilder
build generates an Extension-derived object based on the current state of this ExtensionBuilder
Tags copied from interface: ExtensionBuilder
Returns:
an Extension object
Throws:
java.lang.InstantiationException - if insufficient or malformed data is present