WikiVis Web Application
 All Classes Namespaces Files Functions Variables Pages
Public Member Functions | Private Attributes | List of all members
wikivis.data.model.Revision Class Reference

Represents a single revision. More...

Public Member Functions

Author getAuthor ()
void setAuthor (Author author)
Calendar getTime ()
void setTime (Calendar time)
boolean isRevert ()
void setRevert (boolean revert)
String toString ()

Private Attributes

Author author = new Author()
 the author of the revision
Calendar time = new GregorianCalendar()
 the time the revision has been made
boolean revert = false
 indicates if the revision is a revert or not

Detailed Description

Represents a single revision.

Author
Manuel Wyss e0106.nosp@m.157@.nosp@m.stude.nosp@m.nt.t.nosp@m.uwien.nosp@m..ac..nosp@m.at
Florian Zoubek zoube.nosp@m.k@bi.nosp@m.tanda.nosp@m.rt.a.nosp@m.t

Member Function Documentation

Author wikivis.data.model.Revision.getAuthor ( )
Returns
the authorName
Calendar wikivis.data.model.Revision.getTime ( )
Returns
the time
boolean wikivis.data.model.Revision.isRevert ( )
Returns
the revert
void wikivis.data.model.Revision.setAuthor ( Author  author)
Parameters
authorthe author to set
void wikivis.data.model.Revision.setRevert ( boolean  revert)
Parameters
revertthe revert to set
void wikivis.data.model.Revision.setTime ( Calendar  time)
Parameters
timethe time to set
String wikivis.data.model.Revision.toString ( )

Member Data Documentation

Author wikivis.data.model.Revision.author = new Author()
private

the author of the revision

boolean wikivis.data.model.Revision.revert = false
private

indicates if the revision is a revert or not

Calendar wikivis.data.model.Revision.time = new GregorianCalendar()
private

the time the revision has been made


The documentation for this class was generated from the following file: