SharedTheme.java


current inspection = 2009-09-04 18:33:31 (id #2) base = 2009-09-04 18:33:31 (id #1)

Filter Options
History:
+ added
- dropped
U unchanged
Annotation Kind:
pre
presumption
post
unanalyzed
test


  • + int compareTo(Object)

  • -/+ Kind Annotation Text Date
    +preinit'ed(o.name)2009-09-04 18:33:31
    +preo != null2009-09-04 18:33:31
    +prethis.name != null2009-09-04 18:33:31
    +postinit'ed(return_value)2009-09-04 18:33:31

  • + String getAuthor()

  • -/+ Kind Annotation Text Date
    +preinit'ed(this.author)2009-09-04 18:33:31
    +postinit'ed(return_value)2009-09-04 18:33:31
    +postreturn_value == this.author2009-09-04 18:33:31

  • + String getDescription()

  • -/+ Kind Annotation Text Date
    +preinit'ed(this.description)2009-09-04 18:33:31
    +postinit'ed(return_value)2009-09-04 18:33:31
    +postreturn_value == this.description2009-09-04 18:33:31

  • + String getId()

  • -/+ Kind Annotation Text Date
    +preinit'ed(this.id)2009-09-04 18:33:31
    +postinit'ed(return_value)2009-09-04 18:33:31
    +postreturn_value == this.id2009-09-04 18:33:31

  • + Date getLastModified()

  • -/+ Kind Annotation Text Date
    +preinit'ed(this.lastModified)2009-09-04 18:33:31
    +postinit'ed(return_value)2009-09-04 18:33:31
    +postreturn_value == this.lastModified2009-09-04 18:33:31

  • + String getName()

  • -/+ Kind Annotation Text Date
    +preinit'ed(this.name)2009-09-04 18:33:31
    +postinit'ed(return_value)2009-09-04 18:33:31
    +postreturn_value == this.name2009-09-04 18:33:31

  • + bool isEnabled()

  • -/+ Kind Annotation Text Date
    +preinit'ed(this.enabled)2009-09-04 18:33:31
    +postinit'ed(return_value)2009-09-04 18:33:31
    +postreturn_value == this.enabled2009-09-04 18:33:31

  • + void org.apache.roller.weblogger.business.themes.SharedTheme()

  • -/+ Kind Annotation Text Date
    +postthis.author == null2009-09-04 18:33:31
    +postthis.description == null2009-09-04 18:33:31
    +postthis.enabled == 02009-09-04 18:33:31
    +postthis.id == null2009-09-04 18:33:31
    +postthis.lastModified == null2009-09-04 18:33:31
    +postthis.name == null2009-09-04 18:33:31

  • + org.apache.roller.weblogger.business.themes.SharedTheme__static_init

  • -/+ Kind Annotation Text Date

  • + void setAuthor(String)

  • -/+ Kind Annotation Text Date
    +postinit'ed(this.author)2009-09-04 18:33:31
    +postthis.author == author2009-09-04 18:33:31

  • + void setDescription(String)

  • -/+ Kind Annotation Text Date
    +postinit'ed(this.description)2009-09-04 18:33:31
    +postthis.description == description2009-09-04 18:33:31

  • + void setEnabled(bool)

  • -/+ Kind Annotation Text Date
    +postinit'ed(this.enabled)2009-09-04 18:33:31
    +postthis.enabled == enabled2009-09-04 18:33:31

  • + void setId(String)

  • -/+ Kind Annotation Text Date
    +postinit'ed(this.id)2009-09-04 18:33:31
    +postthis.id == id2009-09-04 18:33:31

  • + void setLastModified(Date)

  • -/+ Kind Annotation Text Date
    +postinit'ed(this.lastModified)2009-09-04 18:33:31
    +postthis.lastModified == lastModified2009-09-04 18:33:31

  • + void setName(String)

  • -/+ Kind Annotation Text Date
    +postinit'ed(this.name)2009-09-04 18:33:31
    +postthis.name == name2009-09-04 18:33:31