method org.apache.roller.weblogger.business.themes. ThemeMetadata__static_init










method void org.apache.roller.weblogger.business.themes. ThemeMetadata()
postthis.author == null
postthis.id == null
postthis.name == null
postthis.previewImage == null
postthis.stylesheet == null
postthis.resources == &new HashSet(ThemeMetadata#2)
postthis.templates == &new HashSet(ThemeMetadata#1)
postnew HashSet(ThemeMetadata#1) num objects == 1
postnew HashSet(ThemeMetadata#2) num objects == 1










method void addTemplate(ThemeMetadataTemplate)
prethis.templates != null










method void addResource(String)
prethis.resources != null










method String getId()
preinit'ed(this.id)
postreturn_value == this.id
postinit'ed(return_value)










method void setId(String)
postthis.id == id
postinit'ed(this.id)










method String getName()
preinit'ed(this.name)
postreturn_value == this.name
postinit'ed(return_value)










method void setName(String)
postthis.name == name
postinit'ed(this.name)










method String getPreviewImage()
preinit'ed(this.previewImage)
postreturn_value == this.previewImage
postinit'ed(return_value)










method void setPreviewImage(String)
postthis.previewImage == previewImage
postinit'ed(this.previewImage)










method Set getTemplates()
preinit'ed(this.templates)
postreturn_value == this.templates
postinit'ed(return_value)










method void setTemplates(Set)
postthis.templates == templates
postinit'ed(this.templates)










method Set getResources()
preinit'ed(this.resources)
postreturn_value == this.resources
postinit'ed(return_value)










method void setResources(Set)
postthis.resources == resources
postinit'ed(this.resources)










method String getAuthor()
preinit'ed(this.author)
postreturn_value == this.author
postinit'ed(return_value)










method void setAuthor(String)
postthis.author == author
postinit'ed(this.author)










method ThemeMetadataTemplate getStylesheet()
preinit'ed(this.stylesheet)
postreturn_value == this.stylesheet
postinit'ed(return_value)










method void setStylesheet(ThemeMetadataTemplate)
postthis.stylesheet == stylesheet
postinit'ed(this.stylesheet)