//# 0 errors, 795 messages
//#
/*
    //#WeblogConfigBean.java:1:1: class: org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean
    //#WeblogConfigBean.java:1:1: method: org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean.org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean__static_init
 * Licensed to the Apache Software Foundation (ASF) under one or more
 *  contributor license agreements.  The ASF licenses this file to You
 * under the Apache License, Version 2.0 (the "License"); you may not
 * use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.  For additional information regarding
 * copyright in this work, please see the NOTICE file in the top level
 * directory of this distribution.
 */

package org.apache.roller.weblogger.ui.struts2.editor;

import java.sql.Timestamp;
import java.util.Date;
import org.apache.commons.lang.StringUtils;
import org.apache.roller.weblogger.WebloggerException;
import org.apache.roller.weblogger.business.WebloggerFactory;
import org.apache.roller.weblogger.business.WeblogManager;
import org.apache.roller.weblogger.pojos.WeblogCategory;
import org.apache.roller.weblogger.pojos.Weblog;
import org.apache.roller.util.DateUtil;


/**
 * Bean used to manage data submitted to WeblogConfig action.
 */
public class WeblogConfigBean {
    //#WeblogConfigBean.java:35: method: void org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean.org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean()
    //#input(void org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean()): this
    //#output(void org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean()): this.about
    //#output(void org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean()): this.active
    //#output(void org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean()): this.allowComments
    //#output(void org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean()): this.applyCommentDefaults
    //#output(void org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean()): this.blacklist
    //#output(void org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean()): this.bloggerCategoryId
    //#output(void org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean()): this.commentModerationRequired
    //#output(void org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean()): this.defaultAllowComments
    //#output(void org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean()): this.defaultCategoryId
    //#output(void org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean()): this.defaultCommentDays
    //#output(void org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean()): this.defaultPlugins
    //#output(void org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean()): this.defaultPluginsArray
    //#output(void org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean()): this.description
    //#output(void org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean()): this.editorPage
    //#output(void org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean()): this.emailAddress
    //#output(void org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean()): this.emailComments
    //#output(void org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean()): this.emailFromAddress
    //#output(void org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean()): this.enableBloggerApi
    //#output(void org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean()): this.enableMultiLang
    //#output(void org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean()): this.entryDisplayCount
    //#output(void org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean()): this.handle
    //#output(void org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean()): this.icon
    //#output(void org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean()): this.id
    //#output(void org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean()): this.locale
    //#output(void org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean()): this.moderateComments
    //#output(void org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean()): this.name
    //#output(void org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean()): this.pageModels
    //#output(void org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean()): this.showAllLangs
    //#output(void org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean()): this.timeZone
    //#post(void org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean()): this.about == null
    //#post(void org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean()): this.blacklist == null
    //#post(void org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean()): this.bloggerCategoryId == null
    //#post(void org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean()): this.defaultCategoryId == null
    //#post(void org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean()): this.defaultPlugins == null
    //#post(void org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean()): this.defaultPluginsArray == null
    //#post(void org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean()): this.description == null
    //#post(void org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean()): this.editorPage == null
    //#post(void org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean()): this.emailAddress == null
    //#post(void org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean()): this.emailFromAddress == null
    //#post(void org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean()): this.handle == null
    //#post(void org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean()): this.icon == null
    //#post(void org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean()): this.id == null
    //#post(void org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean()): this.locale == null
    //#post(void org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean()): this.name == null
    //#post(void org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean()): this.pageModels == null
    //#post(void org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean()): this.timeZone == null
    //#post(void org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean()): this.active == 1
    //#post(void org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean()): this.showAllLangs == 1
    //#post(void org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean()): this.allowComments == 0
    //#post(void org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean()): this.applyCommentDefaults == 0
    //#post(void org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean()): this.commentModerationRequired == 0
    //#post(void org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean()): this.defaultAllowComments == 0
    //#post(void org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean()): this.emailComments == 0
    //#post(void org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean()): this.enableBloggerApi == 0
    //#post(void org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean()): this.enableMultiLang == 0
    //#post(void org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean()): this.moderateComments == 0
    //#post(void org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean()): this.defaultCommentDays == &"0"
    //#post(void org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean()): this.entryDisplayCount == 15
    
    private String id = null;
    private String handle = null;
    private String name = null;
    private String description = null;
    private boolean enableBloggerApi = false;
    private String editorPage = null;
    private String blacklist = null;
    private boolean allowComments = false;
    private boolean defaultAllowComments = false;
    private String defaultCommentDays = "0";
    private boolean moderateComments = false;
    private boolean emailComments = false;
    private String emailFromAddress = null;
    private String emailAddress = null;
    private String locale = null;
    private String timeZone = null;
    private String defaultPlugins = null;
    private int entryDisplayCount = 15;
    private boolean active = true;
    private boolean commentModerationRequired = false;
    private boolean enableMultiLang = false;
    private boolean showAllLangs = true;
    private String pageModels = null;
    private String icon = null;
    private String about = null;
    
    private String bloggerCategoryId = null;
    private String defaultCategoryId = null;
    private String[] defaultPluginsArray = null;
    private boolean applyCommentDefaults = false;
    //#WeblogConfigBean.java:66: end of method: void org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean.org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean()
    
    
    public void setId( String id ) {
        this.id = id;
    //#WeblogConfigBean.java:70: method: void org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean.setId(String)
    //#input(void setId(String)): id
    //#input(void setId(String)): this
    //#output(void setId(String)): this.id
    //#post(void setId(String)): this.id == id
    //#post(void setId(String)): init'ed(this.id)
    }
    //#WeblogConfigBean.java:71: end of method: void org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean.setId(String)
    
    public String getHandle() {
        return this.handle;
    //#WeblogConfigBean.java:74: method: String org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean.getHandle()
    //#input(String getHandle()): this
    //#input(String getHandle()): this.handle
    //#output(String getHandle()): return_value
    //#pre[2] (String getHandle()): init'ed(this.handle)
    //#post(String getHandle()): return_value == this.handle
    //#post(String getHandle()): init'ed(return_value)
    //#WeblogConfigBean.java:74: end of method: String org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean.getHandle()
    }
    
    public void setHandle( String handle ) {
        this.handle = handle;
    //#WeblogConfigBean.java:78: method: void org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean.setHandle(String)
    //#input(void setHandle(String)): handle
    //#input(void setHandle(String)): this
    //#output(void setHandle(String)): this.handle
    //#post(void setHandle(String)): this.handle == handle
    //#post(void setHandle(String)): init'ed(this.handle)
    }
    //#WeblogConfigBean.java:79: end of method: void org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean.setHandle(String)
    
    public String getName() {
        return this.name;
    //#WeblogConfigBean.java:82: method: String org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean.getName()
    //#input(String getName()): this
    //#input(String getName()): this.name
    //#output(String getName()): return_value
    //#pre[2] (String getName()): init'ed(this.name)
    //#post(String getName()): return_value == this.name
    //#post(String getName()): init'ed(return_value)
    //#WeblogConfigBean.java:82: end of method: String org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean.getName()
    }
    
    public void setName( String name ) {
        this.name = name;
    //#WeblogConfigBean.java:86: method: void org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean.setName(String)
    //#input(void setName(String)): name
    //#input(void setName(String)): this
    //#output(void setName(String)): this.name
    //#post(void setName(String)): this.name == name
    //#post(void setName(String)): init'ed(this.name)
    }
    //#WeblogConfigBean.java:87: end of method: void org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean.setName(String)
    
    public String getDescription() {
        return this.description;
    //#WeblogConfigBean.java:90: method: String org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean.getDescription()
    //#input(String getDescription()): this
    //#input(String getDescription()): this.description
    //#output(String getDescription()): return_value
    //#pre[2] (String getDescription()): init'ed(this.description)
    //#post(String getDescription()): return_value == this.description
    //#post(String getDescription()): init'ed(return_value)
    //#WeblogConfigBean.java:90: end of method: String org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean.getDescription()
    }
    
    public void setDescription( String description ) {
        this.description = description;
    //#WeblogConfigBean.java:94: method: void org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean.setDescription(String)
    //#input(void setDescription(String)): description
    //#input(void setDescription(String)): this
    //#output(void setDescription(String)): this.description
    //#post(void setDescription(String)): this.description == description
    //#post(void setDescription(String)): init'ed(this.description)
    }
    //#WeblogConfigBean.java:95: end of method: void org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean.setDescription(String)
    
    public boolean getEnableBloggerApi() {
        return this.enableBloggerApi;
    //#WeblogConfigBean.java:98: method: bool org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean.getEnableBloggerApi()
    //#input(bool getEnableBloggerApi()): this
    //#input(bool getEnableBloggerApi()): this.enableBloggerApi
    //#output(bool getEnableBloggerApi()): return_value
    //#pre[2] (bool getEnableBloggerApi()): init'ed(this.enableBloggerApi)
    //#post(bool getEnableBloggerApi()): return_value == this.enableBloggerApi
    //#post(bool getEnableBloggerApi()): init'ed(return_value)
    //#WeblogConfigBean.java:98: end of method: bool org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean.getEnableBloggerApi()
    }
    
    public void setEnableBloggerApi( boolean enableBloggerApi ) {
        this.enableBloggerApi = enableBloggerApi;
    //#WeblogConfigBean.java:102: method: void org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean.setEnableBloggerApi(bool)
    //#input(void setEnableBloggerApi(bool)): enableBloggerApi
    //#input(void setEnableBloggerApi(bool)): this
    //#output(void setEnableBloggerApi(bool)): this.enableBloggerApi
    //#post(void setEnableBloggerApi(bool)): this.enableBloggerApi == enableBloggerApi
    //#post(void setEnableBloggerApi(bool)): init'ed(this.enableBloggerApi)
    }
    //#WeblogConfigBean.java:103: end of method: void org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean.setEnableBloggerApi(bool)
    
    public String getEditorPage() {
        return this.editorPage;
    //#WeblogConfigBean.java:106: method: String org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean.getEditorPage()
    //#input(String getEditorPage()): this
    //#input(String getEditorPage()): this.editorPage
    //#output(String getEditorPage()): return_value
    //#pre[2] (String getEditorPage()): init'ed(this.editorPage)
    //#post(String getEditorPage()): return_value == this.editorPage
    //#post(String getEditorPage()): init'ed(return_value)
    //#WeblogConfigBean.java:106: end of method: String org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean.getEditorPage()
    }
    
    public void setEditorPage( String editorPage ) {
        this.editorPage = editorPage;
    //#WeblogConfigBean.java:110: method: void org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean.setEditorPage(String)
    //#input(void setEditorPage(String)): editorPage
    //#input(void setEditorPage(String)): this
    //#output(void setEditorPage(String)): this.editorPage
    //#post(void setEditorPage(String)): this.editorPage == editorPage
    //#post(void setEditorPage(String)): init'ed(this.editorPage)
    }
    //#WeblogConfigBean.java:111: end of method: void org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean.setEditorPage(String)
    
    public String getBlacklist() {
        return this.blacklist;
    //#WeblogConfigBean.java:114: method: String org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean.getBlacklist()
    //#input(String getBlacklist()): this
    //#input(String getBlacklist()): this.blacklist
    //#output(String getBlacklist()): return_value
    //#pre[2] (String getBlacklist()): init'ed(this.blacklist)
    //#post(String getBlacklist()): return_value == this.blacklist
    //#post(String getBlacklist()): init'ed(return_value)
    //#WeblogConfigBean.java:114: end of method: String org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean.getBlacklist()
    }
    
    public void setBlacklist( String blacklist ) {
        this.blacklist = blacklist;
    //#WeblogConfigBean.java:118: method: void org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean.setBlacklist(String)
    //#input(void setBlacklist(String)): blacklist
    //#input(void setBlacklist(String)): this
    //#output(void setBlacklist(String)): this.blacklist
    //#post(void setBlacklist(String)): this.blacklist == blacklist
    //#post(void setBlacklist(String)): init'ed(this.blacklist)
    }
    //#WeblogConfigBean.java:119: end of method: void org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean.setBlacklist(String)
    
    public boolean getAllowComments() {
        return this.allowComments;
    //#WeblogConfigBean.java:122: method: bool org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean.getAllowComments()
    //#input(bool getAllowComments()): this
    //#input(bool getAllowComments()): this.allowComments
    //#output(bool getAllowComments()): return_value
    //#pre[2] (bool getAllowComments()): init'ed(this.allowComments)
    //#post(bool getAllowComments()): return_value == this.allowComments
    //#post(bool getAllowComments()): init'ed(return_value)
    //#WeblogConfigBean.java:122: end of method: bool org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean.getAllowComments()
    }
    
    public void setAllowComments( boolean allowComments ) {
        this.allowComments = allowComments;
    //#WeblogConfigBean.java:126: method: void org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean.setAllowComments(bool)
    //#input(void setAllowComments(bool)): allowComments
    //#input(void setAllowComments(bool)): this
    //#output(void setAllowComments(bool)): this.allowComments
    //#post(void setAllowComments(bool)): this.allowComments == allowComments
    //#post(void setAllowComments(bool)): init'ed(this.allowComments)
    }
    //#WeblogConfigBean.java:127: end of method: void org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean.setAllowComments(bool)
    
    public boolean getDefaultAllowComments() {
        return this.defaultAllowComments;
    //#WeblogConfigBean.java:130: method: bool org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean.getDefaultAllowComments()
    //#input(bool getDefaultAllowComments()): this
    //#input(bool getDefaultAllowComments()): this.defaultAllowComments
    //#output(bool getDefaultAllowComments()): return_value
    //#pre[2] (bool getDefaultAllowComments()): init'ed(this.defaultAllowComments)
    //#post(bool getDefaultAllowComments()): return_value == this.defaultAllowComments
    //#post(bool getDefaultAllowComments()): init'ed(return_value)
    //#WeblogConfigBean.java:130: end of method: bool org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean.getDefaultAllowComments()
    }
    
    public void setDefaultAllowComments( boolean defaultAllowComments ) {
        this.defaultAllowComments = defaultAllowComments;
    //#WeblogConfigBean.java:134: method: void org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean.setDefaultAllowComments(bool)
    //#input(void setDefaultAllowComments(bool)): defaultAllowComments
    //#input(void setDefaultAllowComments(bool)): this
    //#output(void setDefaultAllowComments(bool)): this.defaultAllowComments
    //#post(void setDefaultAllowComments(bool)): this.defaultAllowComments == defaultAllowComments
    //#post(void setDefaultAllowComments(bool)): init'ed(this.defaultAllowComments)
    }
    //#WeblogConfigBean.java:135: end of method: void org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean.setDefaultAllowComments(bool)
    
    public String getDefaultCommentDays() {
        return this.defaultCommentDays;
    //#WeblogConfigBean.java:138: method: String org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean.getDefaultCommentDays()
    //#input(String getDefaultCommentDays()): this
    //#input(String getDefaultCommentDays()): this.defaultCommentDays
    //#output(String getDefaultCommentDays()): return_value
    //#pre[2] (String getDefaultCommentDays()): init'ed(this.defaultCommentDays)
    //#post(String getDefaultCommentDays()): return_value == this.defaultCommentDays
    //#post(String getDefaultCommentDays()): init'ed(return_value)
    //#WeblogConfigBean.java:138: end of method: String org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean.getDefaultCommentDays()
    }
    
    public void setDefaultCommentDays( String defaultCommentDays ) {
        this.defaultCommentDays = defaultCommentDays;
    //#WeblogConfigBean.java:142: method: void org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean.setDefaultCommentDays(String)
    //#input(void setDefaultCommentDays(String)): defaultCommentDays
    //#input(void setDefaultCommentDays(String)): this
    //#output(void setDefaultCommentDays(String)): this.defaultCommentDays
    //#post(void setDefaultCommentDays(String)): this.defaultCommentDays == defaultCommentDays
    //#post(void setDefaultCommentDays(String)): init'ed(this.defaultCommentDays)
    }
    //#WeblogConfigBean.java:143: end of method: void org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean.setDefaultCommentDays(String)
    
    public boolean getModerateComments() {
        return this.moderateComments;
    //#WeblogConfigBean.java:146: method: bool org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean.getModerateComments()
    //#input(bool getModerateComments()): this
    //#input(bool getModerateComments()): this.moderateComments
    //#output(bool getModerateComments()): return_value
    //#pre[2] (bool getModerateComments()): init'ed(this.moderateComments)
    //#post(bool getModerateComments()): return_value == this.moderateComments
    //#post(bool getModerateComments()): init'ed(return_value)
    //#WeblogConfigBean.java:146: end of method: bool org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean.getModerateComments()
    }
    
    public void setModerateComments( boolean moderateComments ) {
        this.moderateComments = moderateComments;
    //#WeblogConfigBean.java:150: method: void org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean.setModerateComments(bool)
    //#input(void setModerateComments(bool)): moderateComments
    //#input(void setModerateComments(bool)): this
    //#output(void setModerateComments(bool)): this.moderateComments
    //#post(void setModerateComments(bool)): this.moderateComments == moderateComments
    //#post(void setModerateComments(bool)): init'ed(this.moderateComments)
    }
    //#WeblogConfigBean.java:151: end of method: void org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean.setModerateComments(bool)
    
    public boolean getEmailComments() {
        return this.emailComments;
    //#WeblogConfigBean.java:154: method: bool org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean.getEmailComments()
    //#input(bool getEmailComments()): this
    //#input(bool getEmailComments()): this.emailComments
    //#output(bool getEmailComments()): return_value
    //#pre[2] (bool getEmailComments()): init'ed(this.emailComments)
    //#post(bool getEmailComments()): return_value == this.emailComments
    //#post(bool getEmailComments()): init'ed(return_value)
    //#WeblogConfigBean.java:154: end of method: bool org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean.getEmailComments()
    }
    
    public void setEmailComments( boolean emailComments ) {
        this.emailComments = emailComments;
    //#WeblogConfigBean.java:158: method: void org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean.setEmailComments(bool)
    //#input(void setEmailComments(bool)): emailComments
    //#input(void setEmailComments(bool)): this
    //#output(void setEmailComments(bool)): this.emailComments
    //#post(void setEmailComments(bool)): this.emailComments == emailComments
    //#post(void setEmailComments(bool)): init'ed(this.emailComments)
    }
    //#WeblogConfigBean.java:159: end of method: void org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean.setEmailComments(bool)
    
    public String getEmailFromAddress() {
        return this.emailFromAddress;
    //#WeblogConfigBean.java:162: method: String org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean.getEmailFromAddress()
    //#input(String getEmailFromAddress()): this
    //#input(String getEmailFromAddress()): this.emailFromAddress
    //#output(String getEmailFromAddress()): return_value
    //#pre[2] (String getEmailFromAddress()): init'ed(this.emailFromAddress)
    //#post(String getEmailFromAddress()): return_value == this.emailFromAddress
    //#post(String getEmailFromAddress()): init'ed(return_value)
    //#WeblogConfigBean.java:162: end of method: String org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean.getEmailFromAddress()
    }
    
    public void setEmailFromAddress( String emailFromAddress ) {
        this.emailFromAddress = emailFromAddress;
    //#WeblogConfigBean.java:166: method: void org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean.setEmailFromAddress(String)
    //#input(void setEmailFromAddress(String)): emailFromAddress
    //#input(void setEmailFromAddress(String)): this
    //#output(void setEmailFromAddress(String)): this.emailFromAddress
    //#post(void setEmailFromAddress(String)): this.emailFromAddress == emailFromAddress
    //#post(void setEmailFromAddress(String)): init'ed(this.emailFromAddress)
    }
    //#WeblogConfigBean.java:167: end of method: void org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean.setEmailFromAddress(String)
    
    public String getEmailAddress() {
        return this.emailAddress;
    //#WeblogConfigBean.java:170: method: String org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean.getEmailAddress()
    //#input(String getEmailAddress()): this
    //#input(String getEmailAddress()): this.emailAddress
    //#output(String getEmailAddress()): return_value
    //#pre[2] (String getEmailAddress()): init'ed(this.emailAddress)
    //#post(String getEmailAddress()): return_value == this.emailAddress
    //#post(String getEmailAddress()): init'ed(return_value)
    //#WeblogConfigBean.java:170: end of method: String org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean.getEmailAddress()
    }
    
    public void setEmailAddress( String emailAddress ) {
        this.emailAddress = emailAddress;
    //#WeblogConfigBean.java:174: method: void org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean.setEmailAddress(String)
    //#input(void setEmailAddress(String)): emailAddress
    //#input(void setEmailAddress(String)): this
    //#output(void setEmailAddress(String)): this.emailAddress
    //#post(void setEmailAddress(String)): this.emailAddress == emailAddress
    //#post(void setEmailAddress(String)): init'ed(this.emailAddress)
    }
    //#WeblogConfigBean.java:175: end of method: void org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean.setEmailAddress(String)
    
    public String getLocale() {
        return this.locale;
    //#WeblogConfigBean.java:178: method: String org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean.getLocale()
    //#input(String getLocale()): this
    //#input(String getLocale()): this.locale
    //#output(String getLocale()): return_value
    //#pre[2] (String getLocale()): init'ed(this.locale)
    //#post(String getLocale()): return_value == this.locale
    //#post(String getLocale()): init'ed(return_value)
    //#WeblogConfigBean.java:178: end of method: String org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean.getLocale()
    }
    
    public void setLocale( String locale ) {
        this.locale = locale;
    //#WeblogConfigBean.java:182: method: void org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean.setLocale(String)
    //#input(void setLocale(String)): locale
    //#input(void setLocale(String)): this
    //#output(void setLocale(String)): this.locale
    //#post(void setLocale(String)): this.locale == locale
    //#post(void setLocale(String)): init'ed(this.locale)
    }
    //#WeblogConfigBean.java:183: end of method: void org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean.setLocale(String)
    
    public String getTimeZone() {
        return this.timeZone;
    //#WeblogConfigBean.java:186: method: String org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean.getTimeZone()
    //#input(String getTimeZone()): this
    //#input(String getTimeZone()): this.timeZone
    //#output(String getTimeZone()): return_value
    //#pre[2] (String getTimeZone()): init'ed(this.timeZone)
    //#post(String getTimeZone()): return_value == this.timeZone
    //#post(String getTimeZone()): init'ed(return_value)
    //#WeblogConfigBean.java:186: end of method: String org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean.getTimeZone()
    }
    
    public void setTimeZone( String timeZone ) {
        this.timeZone = timeZone;
    //#WeblogConfigBean.java:190: method: void org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean.setTimeZone(String)
    //#input(void setTimeZone(String)): this
    //#input(void setTimeZone(String)): timeZone
    //#output(void setTimeZone(String)): this.timeZone
    //#post(void setTimeZone(String)): this.timeZone == timeZone
    //#post(void setTimeZone(String)): init'ed(this.timeZone)
    }
    //#WeblogConfigBean.java:191: end of method: void org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean.setTimeZone(String)
    
    public int getEntryDisplayCount() {
        return this.entryDisplayCount;
    //#WeblogConfigBean.java:194: method: int org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean.getEntryDisplayCount()
    //#input(int getEntryDisplayCount()): this
    //#input(int getEntryDisplayCount()): this.entryDisplayCount
    //#output(int getEntryDisplayCount()): return_value
    //#pre[2] (int getEntryDisplayCount()): init'ed(this.entryDisplayCount)
    //#post(int getEntryDisplayCount()): return_value == this.entryDisplayCount
    //#post(int getEntryDisplayCount()): init'ed(return_value)
    //#WeblogConfigBean.java:194: end of method: int org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean.getEntryDisplayCount()
    }
    
    public void setEntryDisplayCount( int entryDisplayCount ) {
        this.entryDisplayCount = entryDisplayCount;
    //#WeblogConfigBean.java:198: method: void org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean.setEntryDisplayCount(int)
    //#input(void setEntryDisplayCount(int)): entryDisplayCount
    //#input(void setEntryDisplayCount(int)): this
    //#output(void setEntryDisplayCount(int)): this.entryDisplayCount
    //#post(void setEntryDisplayCount(int)): this.entryDisplayCount == entryDisplayCount
    //#post(void setEntryDisplayCount(int)): init'ed(this.entryDisplayCount)
    }
    //#WeblogConfigBean.java:199: end of method: void org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean.setEntryDisplayCount(int)
    
    public boolean getCommentModerationRequired() {
        return this.commentModerationRequired;
    //#WeblogConfigBean.java:202: method: bool org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean.getCommentModerationRequired()
    //#input(bool getCommentModerationRequired()): this
    //#input(bool getCommentModerationRequired()): this.commentModerationRequired
    //#output(bool getCommentModerationRequired()): return_value
    //#pre[2] (bool getCommentModerationRequired()): init'ed(this.commentModerationRequired)
    //#post(bool getCommentModerationRequired()): return_value == this.commentModerationRequired
    //#post(bool getCommentModerationRequired()): init'ed(return_value)
    //#WeblogConfigBean.java:202: end of method: bool org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean.getCommentModerationRequired()
    }
    
    public void setCommentModerationRequired( boolean commentModerationRequired ) {
        this.commentModerationRequired = commentModerationRequired;
    //#WeblogConfigBean.java:206: method: void org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean.setCommentModerationRequired(bool)
    //#input(void setCommentModerationRequired(bool)): commentModerationRequired
    //#input(void setCommentModerationRequired(bool)): this
    //#output(void setCommentModerationRequired(bool)): this.commentModerationRequired
    //#post(void setCommentModerationRequired(bool)): this.commentModerationRequired == commentModerationRequired
    //#post(void setCommentModerationRequired(bool)): init'ed(this.commentModerationRequired)
    }
    //#WeblogConfigBean.java:207: end of method: void org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean.setCommentModerationRequired(bool)
    
    public boolean isEnableMultiLang() {
        return this.enableMultiLang;
    //#WeblogConfigBean.java:210: method: bool org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean.isEnableMultiLang()
    //#input(bool isEnableMultiLang()): this
    //#input(bool isEnableMultiLang()): this.enableMultiLang
    //#output(bool isEnableMultiLang()): return_value
    //#pre[2] (bool isEnableMultiLang()): init'ed(this.enableMultiLang)
    //#post(bool isEnableMultiLang()): return_value == this.enableMultiLang
    //#post(bool isEnableMultiLang()): init'ed(return_value)
    //#WeblogConfigBean.java:210: end of method: bool org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean.isEnableMultiLang()
    }
    
    public void setEnableMultiLang( boolean enableMultiLang ) {
        this.enableMultiLang = enableMultiLang;
    //#WeblogConfigBean.java:214: method: void org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean.setEnableMultiLang(bool)
    //#input(void setEnableMultiLang(bool)): enableMultiLang
    //#input(void setEnableMultiLang(bool)): this
    //#output(void setEnableMultiLang(bool)): this.enableMultiLang
    //#post(void setEnableMultiLang(bool)): this.enableMultiLang == enableMultiLang
    //#post(void setEnableMultiLang(bool)): init'ed(this.enableMultiLang)
    }
    //#WeblogConfigBean.java:215: end of method: void org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean.setEnableMultiLang(bool)
    
    public boolean isShowAllLangs() {
        return this.showAllLangs;
    //#WeblogConfigBean.java:218: method: bool org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean.isShowAllLangs()
    //#input(bool isShowAllLangs()): this
    //#input(bool isShowAllLangs()): this.showAllLangs
    //#output(bool isShowAllLangs()): return_value
    //#pre[2] (bool isShowAllLangs()): init'ed(this.showAllLangs)
    //#post(bool isShowAllLangs()): return_value == this.showAllLangs
    //#post(bool isShowAllLangs()): init'ed(return_value)
    //#WeblogConfigBean.java:218: end of method: bool org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean.isShowAllLangs()
    }
    
    public void setShowAllLangs( boolean showAllLangs ) {
        this.showAllLangs = showAllLangs;
    //#WeblogConfigBean.java:222: method: void org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean.setShowAllLangs(bool)
    //#input(void setShowAllLangs(bool)): showAllLangs
    //#input(void setShowAllLangs(bool)): this
    //#output(void setShowAllLangs(bool)): this.showAllLangs
    //#post(void setShowAllLangs(bool)): this.showAllLangs == showAllLangs
    //#post(void setShowAllLangs(bool)): init'ed(this.showAllLangs)
    }
    //#WeblogConfigBean.java:223: end of method: void org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean.setShowAllLangs(bool)
    
    public String getPageModels() {
        return this.pageModels;
    //#WeblogConfigBean.java:226: method: String org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean.getPageModels()
    //#input(String getPageModels()): this
    //#input(String getPageModels()): this.pageModels
    //#output(String getPageModels()): return_value
    //#pre[2] (String getPageModels()): init'ed(this.pageModels)
    //#post(String getPageModels()): return_value == this.pageModels
    //#post(String getPageModels()): init'ed(return_value)
    //#WeblogConfigBean.java:226: end of method: String org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean.getPageModels()
    }
    
    public void setPageModels( String pageModels ) {
        this.pageModels = pageModels;
    //#WeblogConfigBean.java:230: method: void org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean.setPageModels(String)
    //#input(void setPageModels(String)): pageModels
    //#input(void setPageModels(String)): this
    //#output(void setPageModels(String)): this.pageModels
    //#post(void setPageModels(String)): this.pageModels == pageModels
    //#post(void setPageModels(String)): init'ed(this.pageModels)
    }
    //#WeblogConfigBean.java:231: end of method: void org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean.setPageModels(String)
    
    public String getIcon() {
        return icon;
    //#WeblogConfigBean.java:234: method: String org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean.getIcon()
    //#input(String getIcon()): this
    //#input(String getIcon()): this.icon
    //#output(String getIcon()): return_value
    //#pre[2] (String getIcon()): init'ed(this.icon)
    //#post(String getIcon()): return_value == this.icon
    //#post(String getIcon()): init'ed(return_value)
    //#WeblogConfigBean.java:234: end of method: String org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean.getIcon()
    }

    public void setIcon(String icon) {
        this.icon = icon;
    //#WeblogConfigBean.java:238: method: void org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean.setIcon(String)
    //#input(void setIcon(String)): icon
    //#input(void setIcon(String)): this
    //#output(void setIcon(String)): this.icon
    //#post(void setIcon(String)): this.icon == icon
    //#post(void setIcon(String)): init'ed(this.icon)
    }
    //#WeblogConfigBean.java:239: end of method: void org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean.setIcon(String)

    public String getAbout() {
        return about;
    //#WeblogConfigBean.java:242: method: String org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean.getAbout()
    //#input(String getAbout()): this
    //#input(String getAbout()): this.about
    //#output(String getAbout()): return_value
    //#pre[2] (String getAbout()): init'ed(this.about)
    //#post(String getAbout()): return_value == this.about
    //#post(String getAbout()): init'ed(return_value)
    //#WeblogConfigBean.java:242: end of method: String org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean.getAbout()
    }

    public void setAbout(String about) {
        this.about = about;
    //#WeblogConfigBean.java:246: method: void org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean.setAbout(String)
    //#input(void setAbout(String)): about
    //#input(void setAbout(String)): this
    //#output(void setAbout(String)): this.about
    //#post(void setAbout(String)): this.about == about
    //#post(void setAbout(String)): init'ed(this.about)
    }
    //#WeblogConfigBean.java:247: end of method: void org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean.setAbout(String)
    
    public String getBloggerCategoryId() {
        return bloggerCategoryId;
    //#WeblogConfigBean.java:250: method: String org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean.getBloggerCategoryId()
    //#input(String getBloggerCategoryId()): this
    //#input(String getBloggerCategoryId()): this.bloggerCategoryId
    //#output(String getBloggerCategoryId()): return_value
    //#pre[2] (String getBloggerCategoryId()): init'ed(this.bloggerCategoryId)
    //#post(String getBloggerCategoryId()): return_value == this.bloggerCategoryId
    //#post(String getBloggerCategoryId()): init'ed(return_value)
    //#WeblogConfigBean.java:250: end of method: String org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean.getBloggerCategoryId()
    }
    
    public void setBloggerCategoryId(String bloggerCategoryId) {
        this.bloggerCategoryId = bloggerCategoryId;
    //#WeblogConfigBean.java:254: method: void org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean.setBloggerCategoryId(String)
    //#input(void setBloggerCategoryId(String)): bloggerCategoryId
    //#input(void setBloggerCategoryId(String)): this
    //#output(void setBloggerCategoryId(String)): this.bloggerCategoryId
    //#post(void setBloggerCategoryId(String)): this.bloggerCategoryId == bloggerCategoryId
    //#post(void setBloggerCategoryId(String)): init'ed(this.bloggerCategoryId)
    }
    //#WeblogConfigBean.java:255: end of method: void org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean.setBloggerCategoryId(String)
    
    public String getDefaultCategoryId() {
        return defaultCategoryId;
    //#WeblogConfigBean.java:258: method: String org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean.getDefaultCategoryId()
    //#input(String getDefaultCategoryId()): this
    //#input(String getDefaultCategoryId()): this.defaultCategoryId
    //#output(String getDefaultCategoryId()): return_value
    //#pre[2] (String getDefaultCategoryId()): init'ed(this.defaultCategoryId)
    //#post(String getDefaultCategoryId()): return_value == this.defaultCategoryId
    //#post(String getDefaultCategoryId()): init'ed(return_value)
    //#WeblogConfigBean.java:258: end of method: String org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean.getDefaultCategoryId()
    }
    
    public void setDefaultCategoryId(String defeaultCategoryId) {
        this.defaultCategoryId = defeaultCategoryId;
    //#WeblogConfigBean.java:262: method: void org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean.setDefaultCategoryId(String)
    //#input(void setDefaultCategoryId(String)): defeaultCategoryId
    //#input(void setDefaultCategoryId(String)): this
    //#output(void setDefaultCategoryId(String)): this.defaultCategoryId
    //#post(void setDefaultCategoryId(String)): this.defaultCategoryId == defeaultCategoryId
    //#post(void setDefaultCategoryId(String)): init'ed(this.defaultCategoryId)
    }
    //#WeblogConfigBean.java:263: end of method: void org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean.setDefaultCategoryId(String)
    
    public String[] getDefaultPluginsArray() {
        return defaultPluginsArray;
    //#WeblogConfigBean.java:266: method: String[] org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean.getDefaultPluginsArray()
    //#input(String[] getDefaultPluginsArray()): this
    //#input(String[] getDefaultPluginsArray()): this.defaultPluginsArray
    //#output(String[] getDefaultPluginsArray()): return_value
    //#pre[2] (String[] getDefaultPluginsArray()): init'ed(this.defaultPluginsArray)
    //#post(String[] getDefaultPluginsArray()): return_value == this.defaultPluginsArray
    //#post(String[] getDefaultPluginsArray()): init'ed(return_value)
    //#WeblogConfigBean.java:266: end of method: String[] org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean.getDefaultPluginsArray()
    }
    
    public void setDefaultPluginsArray(String[] strings) {
        defaultPluginsArray = strings;
    //#WeblogConfigBean.java:270: method: void org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean.setDefaultPluginsArray(String[])
    //#input(void setDefaultPluginsArray(String[])): strings
    //#input(void setDefaultPluginsArray(String[])): this
    //#output(void setDefaultPluginsArray(String[])): this.defaultPluginsArray
    //#post(void setDefaultPluginsArray(String[])): this.defaultPluginsArray == strings
    //#post(void setDefaultPluginsArray(String[])): init'ed(this.defaultPluginsArray)
    }
    //#WeblogConfigBean.java:271: end of method: void org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean.setDefaultPluginsArray(String[])
    
    public boolean getApplyCommentDefaults() {
        return applyCommentDefaults;
    //#WeblogConfigBean.java:274: method: bool org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean.getApplyCommentDefaults()
    //#input(bool getApplyCommentDefaults()): this
    //#input(bool getApplyCommentDefaults()): this.applyCommentDefaults
    //#output(bool getApplyCommentDefaults()): return_value
    //#pre[2] (bool getApplyCommentDefaults()): init'ed(this.applyCommentDefaults)
    //#post(bool getApplyCommentDefaults()): return_value == this.applyCommentDefaults
    //#post(bool getApplyCommentDefaults()): init'ed(return_value)
    //#WeblogConfigBean.java:274: end of method: bool org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean.getApplyCommentDefaults()
    }
    
    public void setApplyCommentDefaults(boolean applyCommentDefaults) {
        this.applyCommentDefaults = applyCommentDefaults;
    //#WeblogConfigBean.java:278: method: void org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean.setApplyCommentDefaults(bool)
    //#input(void setApplyCommentDefaults(bool)): applyCommentDefaults
    //#input(void setApplyCommentDefaults(bool)): this
    //#output(void setApplyCommentDefaults(bool)): this.applyCommentDefaults
    //#post(void setApplyCommentDefaults(bool)): this.applyCommentDefaults == applyCommentDefaults
    //#post(void setApplyCommentDefaults(bool)): init'ed(this.applyCommentDefaults)
    }
    //#WeblogConfigBean.java:279: end of method: void org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean.setApplyCommentDefaults(bool)
    
    public boolean getActive() {
        return active;
    //#WeblogConfigBean.java:282: method: bool org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean.getActive()
    //#input(bool getActive()): this
    //#input(bool getActive()): this.active
    //#output(bool getActive()): return_value
    //#pre[2] (bool getActive()): init'ed(this.active)
    //#post(bool getActive()): return_value == this.active
    //#post(bool getActive()): init'ed(return_value)
    //#WeblogConfigBean.java:282: end of method: bool org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean.getActive()
    }

    public void setActive(boolean active) {
        this.active = active;
    //#WeblogConfigBean.java:286: method: void org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean.setActive(bool)
    //#input(void setActive(bool)): active
    //#input(void setActive(bool)): this
    //#output(void setActive(bool)): this.active
    //#post(void setActive(bool)): this.active == active
    //#post(void setActive(bool)): init'ed(this.active)
    }
    //#WeblogConfigBean.java:287: end of method: void org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean.setActive(bool)
    
    
    public void copyFrom(Weblog dataHolder) {
        
        this.id = dataHolder.getId();
    //#WeblogConfigBean.java:292: method: void org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean.copyFrom(Weblog)
    //#WeblogConfigBean.java:292: Warning: method not available
    //#    -- call on String org.apache.roller.weblogger.pojos.Weblog:getId()
    //#    severity: INFORMATIONAL
    //#    class: org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean
    //#    method: void copyFrom(Weblog)
    //#    unanalyzed callee: String org.apache.roller.weblogger.pojos.Weblog:getId()
    //#input(void copyFrom(Weblog)): ""._tainted
    //#input(void copyFrom(Weblog)): __Descendant_Table[org/apache/roller/weblogger/ui/struts2/editor/WeblogConfigBean]
    //#input(void copyFrom(Weblog)): __Descendant_Table[others]
    //#input(void copyFrom(Weblog)): __Dispatch_Table.setAbout(Ljava/lang/String;)V
    //#input(void copyFrom(Weblog)): __Dispatch_Table.setActive(Z)V
    //#input(void copyFrom(Weblog)): __Dispatch_Table.setIcon(Ljava/lang/String;)V
    //#input(void copyFrom(Weblog)): dataHolder
    //#input(void copyFrom(Weblog)): this
    //#input(void copyFrom(Weblog)): this.__Tag
    //#output(void copyFrom(Weblog)): java.lang.StringBuilder:toString(...)._tainted
    //#output(void copyFrom(Weblog)): this.about
    //#output(void copyFrom(Weblog)): this.active
    //#output(void copyFrom(Weblog)): this.allowComments
    //#output(void copyFrom(Weblog)): this.blacklist
    //#output(void copyFrom(Weblog)): this.bloggerCategoryId
    //#output(void copyFrom(Weblog)): this.commentModerationRequired
    //#output(void copyFrom(Weblog)): this.defaultAllowComments
    //#output(void copyFrom(Weblog)): this.defaultCategoryId
    //#output(void copyFrom(Weblog)): this.defaultCommentDays
    //#output(void copyFrom(Weblog)): this.defaultPlugins
    //#output(void copyFrom(Weblog)): this.defaultPluginsArray
    //#output(void copyFrom(Weblog)): this.description
    //#output(void copyFrom(Weblog)): this.editorPage
    //#output(void copyFrom(Weblog)): this.emailAddress
    //#output(void copyFrom(Weblog)): this.emailComments
    //#output(void copyFrom(Weblog)): this.emailFromAddress
    //#output(void copyFrom(Weblog)): this.enableBloggerApi
    //#output(void copyFrom(Weblog)): this.enableMultiLang
    //#output(void copyFrom(Weblog)): this.entryDisplayCount
    //#output(void copyFrom(Weblog)): this.handle
    //#output(void copyFrom(Weblog)): this.icon
    //#output(void copyFrom(Weblog)): this.id
    //#output(void copyFrom(Weblog)): this.locale
    //#output(void copyFrom(Weblog)): this.moderateComments
    //#output(void copyFrom(Weblog)): this.name
    //#output(void copyFrom(Weblog)): this.pageModels
    //#output(void copyFrom(Weblog)): this.showAllLangs
    //#output(void copyFrom(Weblog)): this.timeZone
    //#new obj(void copyFrom(Weblog)): java.lang.StringBuilder:toString(...)
    //#pre[1] (void copyFrom(Weblog)): dataHolder != null
    //#pre[6] (void copyFrom(Weblog)): this.__Tag == org/apache/roller/weblogger/ui/struts2/editor/WeblogConfigBean
    //#presumption(void copyFrom(Weblog)): org.apache.roller.weblogger.pojos.Weblog:getActive(...)@310 != null
    //#presumption(void copyFrom(Weblog)): org.apache.roller.weblogger.pojos.Weblog:getAllowComments(...)@299 != null
    //#presumption(void copyFrom(Weblog)): org.apache.roller.weblogger.pojos.Weblog:getBloggerCategory(...)@322 != null
    //#presumption(void copyFrom(Weblog)): org.apache.roller.weblogger.pojos.Weblog:getDefaultAllowComments(...)@300 != null
    //#presumption(void copyFrom(Weblog)): org.apache.roller.weblogger.pojos.Weblog:getDefaultCategory(...)@319 != null
    //#presumption(void copyFrom(Weblog)): org.apache.roller.weblogger.pojos.Weblog:getEmailComments(...)@303 != null
    //#presumption(void copyFrom(Weblog)): org.apache.roller.weblogger.pojos.Weblog:getEnableBloggerApi(...)@296 != null
    //#presumption(void copyFrom(Weblog)): org.apache.roller.weblogger.pojos.Weblog:getModerateComments(...)@302 != null
    //#post(void copyFrom(Weblog)): java.lang.StringBuilder:toString(...)._tainted == 0
    //#post(void copyFrom(Weblog)): init'ed(this.about)
    //#post(void copyFrom(Weblog)): init'ed(this.active)
    //#post(void copyFrom(Weblog)): init'ed(this.allowComments)
    //#post(void copyFrom(Weblog)): init'ed(this.blacklist)
    //#post(void copyFrom(Weblog)): possibly_updated(this.bloggerCategoryId)
    //#post(void copyFrom(Weblog)): init'ed(this.commentModerationRequired)
    //#post(void copyFrom(Weblog)): init'ed(this.defaultAllowComments)
    //#post(void copyFrom(Weblog)): possibly_updated(this.defaultCategoryId)
    //#post(void copyFrom(Weblog)): this.defaultCommentDays == &java.lang.StringBuilder:toString(...)
    //#post(void copyFrom(Weblog)): init'ed(this.defaultPlugins)
    //#post(void copyFrom(Weblog)): possibly_updated(this.defaultPluginsArray)
    //#post(void copyFrom(Weblog)): init'ed(this.description)
    //#post(void copyFrom(Weblog)): init'ed(this.editorPage)
    //#post(void copyFrom(Weblog)): init'ed(this.emailAddress)
    //#post(void copyFrom(Weblog)): init'ed(this.emailComments)
    //#post(void copyFrom(Weblog)): init'ed(this.emailFromAddress)
    //#post(void copyFrom(Weblog)): init'ed(this.enableBloggerApi)
    //#post(void copyFrom(Weblog)): init'ed(this.enableMultiLang)
    //#post(void copyFrom(Weblog)): init'ed(this.entryDisplayCount)
    //#post(void copyFrom(Weblog)): init'ed(this.handle)
    //#post(void copyFrom(Weblog)): init'ed(this.icon)
    //#post(void copyFrom(Weblog)): init'ed(this.id)
    //#post(void copyFrom(Weblog)): init'ed(this.locale)
    //#post(void copyFrom(Weblog)): init'ed(this.moderateComments)
    //#post(void copyFrom(Weblog)): init'ed(this.name)
    //#post(void copyFrom(Weblog)): init'ed(this.pageModels)
    //#post(void copyFrom(Weblog)): init'ed(this.showAllLangs)
    //#post(void copyFrom(Weblog)): init'ed(this.timeZone)
    //#test_vector(void copyFrom(Weblog)): org.apache.roller.weblogger.pojos.Weblog:getBloggerCategory(...)@321: Addr_Set{null}, Inverse{null}
    //#test_vector(void copyFrom(Weblog)): org.apache.roller.weblogger.pojos.Weblog:getDefaultCategory(...)@318: Addr_Set{null}, Inverse{null}
    //#test_vector(void copyFrom(Weblog)): org.apache.roller.weblogger.pojos.Weblog:getDefaultPlugins(...)@324: Addr_Set{null}, Inverse{null}
        this.handle = dataHolder.getHandle();
    //#WeblogConfigBean.java:293: Warning: method not available
    //#    -- call on String org.apache.roller.weblogger.pojos.Weblog:getHandle()
    //#    severity: INFORMATIONAL
    //#    class: org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean
    //#    method: void copyFrom(Weblog)
    //#    unanalyzed callee: String org.apache.roller.weblogger.pojos.Weblog:getHandle()
        this.name = dataHolder.getName();
    //#WeblogConfigBean.java:294: Warning: method not available
    //#    -- call on String org.apache.roller.weblogger.pojos.Weblog:getName()
    //#    severity: INFORMATIONAL
    //#    class: org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean
    //#    method: void copyFrom(Weblog)
    //#    unanalyzed callee: String org.apache.roller.weblogger.pojos.Weblog:getName()
        this.description = dataHolder.getDescription();
    //#WeblogConfigBean.java:295: Warning: method not available
    //#    -- call on String org.apache.roller.weblogger.pojos.Weblog:getDescription()
    //#    severity: INFORMATIONAL
    //#    class: org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean
    //#    method: void copyFrom(Weblog)
    //#    unanalyzed callee: String org.apache.roller.weblogger.pojos.Weblog:getDescription()
        this.enableBloggerApi = dataHolder.getEnableBloggerApi();
    //#WeblogConfigBean.java:296: Warning: method not available
    //#    -- call on Boolean org.apache.roller.weblogger.pojos.Weblog:getEnableBloggerApi()
    //#    severity: INFORMATIONAL
    //#    class: org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean
    //#    method: void copyFrom(Weblog)
    //#    unanalyzed callee: Boolean org.apache.roller.weblogger.pojos.Weblog:getEnableBloggerApi()
        this.editorPage = dataHolder.getEditorPage();
    //#WeblogConfigBean.java:297: Warning: method not available
    //#    -- call on String org.apache.roller.weblogger.pojos.Weblog:getEditorPage()
    //#    severity: INFORMATIONAL
    //#    class: org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean
    //#    method: void copyFrom(Weblog)
    //#    unanalyzed callee: String org.apache.roller.weblogger.pojos.Weblog:getEditorPage()
        this.blacklist = dataHolder.getBlacklist();
    //#WeblogConfigBean.java:298: Warning: method not available
    //#    -- call on String org.apache.roller.weblogger.pojos.Weblog:getBlacklist()
    //#    severity: INFORMATIONAL
    //#    class: org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean
    //#    method: void copyFrom(Weblog)
    //#    unanalyzed callee: String org.apache.roller.weblogger.pojos.Weblog:getBlacklist()
        this.allowComments = dataHolder.getAllowComments();
    //#WeblogConfigBean.java:299: Warning: method not available
    //#    -- call on Boolean org.apache.roller.weblogger.pojos.Weblog:getAllowComments()
    //#    severity: INFORMATIONAL
    //#    class: org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean
    //#    method: void copyFrom(Weblog)
    //#    unanalyzed callee: Boolean org.apache.roller.weblogger.pojos.Weblog:getAllowComments()
        this.defaultAllowComments = dataHolder.getDefaultAllowComments();
    //#WeblogConfigBean.java:300: Warning: method not available
    //#    -- call on Boolean org.apache.roller.weblogger.pojos.Weblog:getDefaultAllowComments()
    //#    severity: INFORMATIONAL
    //#    class: org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean
    //#    method: void copyFrom(Weblog)
    //#    unanalyzed callee: Boolean org.apache.roller.weblogger.pojos.Weblog:getDefaultAllowComments()
        this.defaultCommentDays = ""+dataHolder.getDefaultCommentDays();
    //#WeblogConfigBean.java:301: Warning: method not available
    //#    -- call on int org.apache.roller.weblogger.pojos.Weblog:getDefaultCommentDays()
    //#    severity: INFORMATIONAL
    //#    class: org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean
    //#    method: void copyFrom(Weblog)
    //#    unanalyzed callee: int org.apache.roller.weblogger.pojos.Weblog:getDefaultCommentDays()
        this.moderateComments = dataHolder.getModerateComments();
    //#WeblogConfigBean.java:302: Warning: method not available
    //#    -- call on Boolean org.apache.roller.weblogger.pojos.Weblog:getModerateComments()
    //#    severity: INFORMATIONAL
    //#    class: org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean
    //#    method: void copyFrom(Weblog)
    //#    unanalyzed callee: Boolean org.apache.roller.weblogger.pojos.Weblog:getModerateComments()
        this.emailComments = dataHolder.getEmailComments();
    //#WeblogConfigBean.java:303: Warning: method not available
    //#    -- call on Boolean org.apache.roller.weblogger.pojos.Weblog:getEmailComments()
    //#    severity: INFORMATIONAL
    //#    class: org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean
    //#    method: void copyFrom(Weblog)
    //#    unanalyzed callee: Boolean org.apache.roller.weblogger.pojos.Weblog:getEmailComments()
        this.emailFromAddress = dataHolder.getEmailFromAddress();
    //#WeblogConfigBean.java:304: Warning: method not available
    //#    -- call on String org.apache.roller.weblogger.pojos.Weblog:getEmailFromAddress()
    //#    severity: INFORMATIONAL
    //#    class: org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean
    //#    method: void copyFrom(Weblog)
    //#    unanalyzed callee: String org.apache.roller.weblogger.pojos.Weblog:getEmailFromAddress()
        this.emailAddress = dataHolder.getEmailAddress();
    //#WeblogConfigBean.java:305: Warning: method not available
    //#    -- call on String org.apache.roller.weblogger.pojos.Weblog:getEmailAddress()
    //#    severity: INFORMATIONAL
    //#    class: org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean
    //#    method: void copyFrom(Weblog)
    //#    unanalyzed callee: String org.apache.roller.weblogger.pojos.Weblog:getEmailAddress()
        this.locale = dataHolder.getLocale();
    //#WeblogConfigBean.java:306: Warning: method not available
    //#    -- call on String org.apache.roller.weblogger.pojos.Weblog:getLocale()
    //#    severity: INFORMATIONAL
    //#    class: org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean
    //#    method: void copyFrom(Weblog)
    //#    unanalyzed callee: String org.apache.roller.weblogger.pojos.Weblog:getLocale()
        this.timeZone = dataHolder.getTimeZone();
    //#WeblogConfigBean.java:307: Warning: method not available
    //#    -- call on String org.apache.roller.weblogger.pojos.Weblog:getTimeZone()
    //#    severity: INFORMATIONAL
    //#    class: org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean
    //#    method: void copyFrom(Weblog)
    //#    unanalyzed callee: String org.apache.roller.weblogger.pojos.Weblog:getTimeZone()
        this.defaultPlugins = dataHolder.getDefaultPlugins();
    //#WeblogConfigBean.java:308: Warning: method not available
    //#    -- call on String org.apache.roller.weblogger.pojos.Weblog:getDefaultPlugins()
    //#    severity: INFORMATIONAL
    //#    class: org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean
    //#    method: void copyFrom(Weblog)
    //#    unanalyzed callee: String org.apache.roller.weblogger.pojos.Weblog:getDefaultPlugins()
        this.entryDisplayCount = dataHolder.getEntryDisplayCount();
    //#WeblogConfigBean.java:309: Warning: method not available
    //#    -- call on int org.apache.roller.weblogger.pojos.Weblog:getEntryDisplayCount()
    //#    severity: INFORMATIONAL
    //#    class: org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean
    //#    method: void copyFrom(Weblog)
    //#    unanalyzed callee: int org.apache.roller.weblogger.pojos.Weblog:getEntryDisplayCount()
        setActive(dataHolder.getActive());
    //#WeblogConfigBean.java:310: Warning: method not available
    //#    -- call on Boolean org.apache.roller.weblogger.pojos.Weblog:getActive()
    //#    severity: INFORMATIONAL
    //#    class: org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean
    //#    method: void copyFrom(Weblog)
    //#    unanalyzed callee: Boolean org.apache.roller.weblogger.pojos.Weblog:getActive()
        this.commentModerationRequired = dataHolder.getCommentModerationRequired();
    //#WeblogConfigBean.java:311: Warning: method not available
    //#    -- call on bool org.apache.roller.weblogger.pojos.Weblog:getCommentModerationRequired()
    //#    severity: INFORMATIONAL
    //#    class: org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean
    //#    method: void copyFrom(Weblog)
    //#    unanalyzed callee: bool org.apache.roller.weblogger.pojos.Weblog:getCommentModerationRequired()
        this.enableMultiLang = dataHolder.isEnableMultiLang();
    //#WeblogConfigBean.java:312: Warning: method not available
    //#    -- call on bool org.apache.roller.weblogger.pojos.Weblog:isEnableMultiLang()
    //#    severity: INFORMATIONAL
    //#    class: org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean
    //#    method: void copyFrom(Weblog)
    //#    unanalyzed callee: bool org.apache.roller.weblogger.pojos.Weblog:isEnableMultiLang()
        this.showAllLangs = dataHolder.isShowAllLangs();
    //#WeblogConfigBean.java:313: Warning: method not available
    //#    -- call on bool org.apache.roller.weblogger.pojos.Weblog:isShowAllLangs()
    //#    severity: INFORMATIONAL
    //#    class: org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean
    //#    method: void copyFrom(Weblog)
    //#    unanalyzed callee: bool org.apache.roller.weblogger.pojos.Weblog:isShowAllLangs()
        this.pageModels = dataHolder.getPageModels();
    //#WeblogConfigBean.java:314: Warning: method not available
    //#    -- call on String org.apache.roller.weblogger.pojos.Weblog:getPageModels()
    //#    severity: INFORMATIONAL
    //#    class: org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean
    //#    method: void copyFrom(Weblog)
    //#    unanalyzed callee: String org.apache.roller.weblogger.pojos.Weblog:getPageModels()
        setIcon(dataHolder.getIconPath());
    //#WeblogConfigBean.java:315: Warning: method not available
    //#    -- call on String org.apache.roller.weblogger.pojos.Weblog:getIconPath()
    //#    severity: INFORMATIONAL
    //#    class: org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean
    //#    method: void copyFrom(Weblog)
    //#    unanalyzed callee: String org.apache.roller.weblogger.pojos.Weblog:getIconPath()
        setAbout(dataHolder.getAbout());
    //#WeblogConfigBean.java:316: Warning: method not available
    //#    -- call on String org.apache.roller.weblogger.pojos.Weblog:getAbout()
    //#    severity: INFORMATIONAL
    //#    class: org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean
    //#    method: void copyFrom(Weblog)
    //#    unanalyzed callee: String org.apache.roller.weblogger.pojos.Weblog:getAbout()
        
        if (dataHolder.getDefaultCategory() != null) {
    //#WeblogConfigBean.java:318: Warning: method not available
    //#    -- call on WeblogCategory org.apache.roller.weblogger.pojos.Weblog:getDefaultCategory()
    //#    severity: INFORMATIONAL
    //#    class: org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean
    //#    method: void copyFrom(Weblog)
    //#    unanalyzed callee: WeblogCategory org.apache.roller.weblogger.pojos.Weblog:getDefaultCategory()
            defaultCategoryId = dataHolder.getDefaultCategory().getId();
    //#WeblogConfigBean.java:319: Warning: method not available
    //#    -- call on WeblogCategory org.apache.roller.weblogger.pojos.Weblog:getDefaultCategory()
    //#    severity: INFORMATIONAL
    //#    class: org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean
    //#    method: void copyFrom(Weblog)
    //#    unanalyzed callee: WeblogCategory org.apache.roller.weblogger.pojos.Weblog:getDefaultCategory()
    //#WeblogConfigBean.java:319: Warning: method not available
    //#    -- call on String org.apache.roller.weblogger.pojos.WeblogCategory:getId()
    //#    severity: INFORMATIONAL
    //#    class: org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean
    //#    method: void copyFrom(Weblog)
    //#    unanalyzed callee: String org.apache.roller.weblogger.pojos.WeblogCategory:getId()
        }
        if (dataHolder.getBloggerCategory() != null) {
    //#WeblogConfigBean.java:321: Warning: method not available
    //#    -- call on WeblogCategory org.apache.roller.weblogger.pojos.Weblog:getBloggerCategory()
    //#    severity: INFORMATIONAL
    //#    class: org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean
    //#    method: void copyFrom(Weblog)
    //#    unanalyzed callee: WeblogCategory org.apache.roller.weblogger.pojos.Weblog:getBloggerCategory()
            bloggerCategoryId = dataHolder.getBloggerCategory().getId();
    //#WeblogConfigBean.java:322: Warning: method not available
    //#    -- call on WeblogCategory org.apache.roller.weblogger.pojos.Weblog:getBloggerCategory()
    //#    severity: INFORMATIONAL
    //#    class: org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean
    //#    method: void copyFrom(Weblog)
    //#    unanalyzed callee: WeblogCategory org.apache.roller.weblogger.pojos.Weblog:getBloggerCategory()
    //#WeblogConfigBean.java:322: Warning: method not available
    //#    -- call on String org.apache.roller.weblogger.pojos.WeblogCategory:getId()
    //#    severity: INFORMATIONAL
    //#    class: org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean
    //#    method: void copyFrom(Weblog)
    //#    unanalyzed callee: String org.apache.roller.weblogger.pojos.WeblogCategory:getId()
        }
        if (dataHolder.getDefaultPlugins() != null) {
    //#WeblogConfigBean.java:324: Warning: method not available
    //#    -- call on String org.apache.roller.weblogger.pojos.Weblog:getDefaultPlugins()
    //#    severity: INFORMATIONAL
    //#    class: org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean
    //#    method: void copyFrom(Weblog)
    //#    unanalyzed callee: String org.apache.roller.weblogger.pojos.Weblog:getDefaultPlugins()
            defaultPluginsArray = StringUtils.split(dataHolder.getDefaultPlugins(), ",");
    //#WeblogConfigBean.java:325: Warning: method not available
    //#    -- call on String org.apache.roller.weblogger.pojos.Weblog:getDefaultPlugins()
    //#    severity: INFORMATIONAL
    //#    class: org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean
    //#    method: void copyFrom(Weblog)
    //#    unanalyzed callee: String org.apache.roller.weblogger.pojos.Weblog:getDefaultPlugins()
    //#WeblogConfigBean.java:325: Warning: method not available
    //#    -- call on String[] org.apache.commons.lang.StringUtils:split(String, String)
    //#    severity: INFORMATIONAL
    //#    class: org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean
    //#    method: void copyFrom(Weblog)
    //#    unanalyzed callee: String[] org.apache.commons.lang.StringUtils:split(String, String)
        }
    }
    //#WeblogConfigBean.java:327: end of method: void org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean.copyFrom(Weblog)
    
    
    public void copyTo(Weblog dataHolder) {
        
        dataHolder.setName(this.name);
    //#WeblogConfigBean.java:332: method: void org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean.copyTo(Weblog)
    //#WeblogConfigBean.java:332: Warning: method not available
    //#    -- call on void org.apache.roller.weblogger.pojos.Weblog:setName(String)
    //#    severity: INFORMATIONAL
    //#    class: org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean
    //#    method: void copyTo(Weblog)
    //#    unanalyzed callee: void org.apache.roller.weblogger.pojos.Weblog:setName(String)
    //#input(void copyTo(Weblog)): __Descendant_Table[org/apache/roller/weblogger/ui/struts2/editor/WeblogConfigBean]
    //#input(void copyTo(Weblog)): __Descendant_Table[others]
    //#input(void copyTo(Weblog)): __Dispatch_Table.getAbout()Ljava/lang/String;
    //#input(void copyTo(Weblog)): __Dispatch_Table.getActive()Z
    //#input(void copyTo(Weblog)): __Dispatch_Table.getIcon()Ljava/lang/String;
    //#input(void copyTo(Weblog)): dataHolder
    //#input(void copyTo(Weblog)): this
    //#input(void copyTo(Weblog)): this.__Tag
    //#input(void copyTo(Weblog)): this.about
    //#input(void copyTo(Weblog)): this.active
    //#input(void copyTo(Weblog)): this.allowComments
    //#input(void copyTo(Weblog)): this.blacklist
    //#input(void copyTo(Weblog)): this.commentModerationRequired
    //#input(void copyTo(Weblog)): this.defaultAllowComments
    //#input(void copyTo(Weblog)): this.defaultPlugins
    //#input(void copyTo(Weblog)): this.defaultPluginsArray
    //#input(void copyTo(Weblog)): this.description
    //#input(void copyTo(Weblog)): this.editorPage
    //#input(void copyTo(Weblog)): this.emailAddress
    //#input(void copyTo(Weblog)): this.emailComments
    //#input(void copyTo(Weblog)): this.emailFromAddress
    //#input(void copyTo(Weblog)): this.enableBloggerApi
    //#input(void copyTo(Weblog)): this.enableMultiLang
    //#input(void copyTo(Weblog)): this.entryDisplayCount
    //#input(void copyTo(Weblog)): this.icon
    //#input(void copyTo(Weblog)): this.locale
    //#input(void copyTo(Weblog)): this.moderateComments
    //#input(void copyTo(Weblog)): this.name
    //#input(void copyTo(Weblog)): this.pageModels
    //#input(void copyTo(Weblog)): this.showAllLangs
    //#input(void copyTo(Weblog)): this.timeZone
    //#pre[1] (void copyTo(Weblog)): dataHolder != null
    //#pre[3] (void copyTo(Weblog)): this.__Tag == org/apache/roller/weblogger/ui/struts2/editor/WeblogConfigBean
    //#pre[4] (void copyTo(Weblog)): init'ed(this.about)
    //#pre[5] (void copyTo(Weblog)): init'ed(this.active)
    //#pre[6] (void copyTo(Weblog)): init'ed(this.allowComments)
    //#pre[7] (void copyTo(Weblog)): init'ed(this.blacklist)
    //#pre[8] (void copyTo(Weblog)): init'ed(this.commentModerationRequired)
    //#pre[9] (void copyTo(Weblog)): init'ed(this.defaultAllowComments)
    //#pre[11] (void copyTo(Weblog)): init'ed(this.defaultPlugins)
    //#pre[12] (void copyTo(Weblog)): init'ed(this.defaultPluginsArray)
    //#pre[13] (void copyTo(Weblog)): init'ed(this.description)
    //#pre[14] (void copyTo(Weblog)): init'ed(this.editorPage)
    //#pre[15] (void copyTo(Weblog)): init'ed(this.emailAddress)
    //#pre[16] (void copyTo(Weblog)): init'ed(this.emailComments)
    //#pre[17] (void copyTo(Weblog)): init'ed(this.emailFromAddress)
    //#pre[18] (void copyTo(Weblog)): init'ed(this.enableBloggerApi)
    //#pre[19] (void copyTo(Weblog)): init'ed(this.enableMultiLang)
    //#pre[20] (void copyTo(Weblog)): init'ed(this.entryDisplayCount)
    //#pre[21] (void copyTo(Weblog)): init'ed(this.icon)
    //#pre[22] (void copyTo(Weblog)): init'ed(this.locale)
    //#pre[23] (void copyTo(Weblog)): init'ed(this.moderateComments)
    //#pre[24] (void copyTo(Weblog)): init'ed(this.name)
    //#pre[25] (void copyTo(Weblog)): init'ed(this.pageModels)
    //#pre[26] (void copyTo(Weblog)): init'ed(this.showAllLangs)
    //#pre[27] (void copyTo(Weblog)): init'ed(this.timeZone)
        dataHolder.setDescription(this.description);
    //#WeblogConfigBean.java:333: Warning: method not available
    //#    -- call on void org.apache.roller.weblogger.pojos.Weblog:setDescription(String)
    //#    severity: INFORMATIONAL
    //#    class: org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean
    //#    method: void copyTo(Weblog)
    //#    unanalyzed callee: void org.apache.roller.weblogger.pojos.Weblog:setDescription(String)
        dataHolder.setEnableBloggerApi(this.enableBloggerApi);
    //#WeblogConfigBean.java:334: Warning: method not available
    //#    -- call on void org.apache.roller.weblogger.pojos.Weblog:setEnableBloggerApi(Boolean)
    //#    severity: INFORMATIONAL
    //#    class: org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean
    //#    method: void copyTo(Weblog)
    //#    unanalyzed callee: void org.apache.roller.weblogger.pojos.Weblog:setEnableBloggerApi(Boolean)
        dataHolder.setEditorPage(this.editorPage);
    //#WeblogConfigBean.java:335: Warning: method not available
    //#    -- call on void org.apache.roller.weblogger.pojos.Weblog:setEditorPage(String)
    //#    severity: INFORMATIONAL
    //#    class: org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean
    //#    method: void copyTo(Weblog)
    //#    unanalyzed callee: void org.apache.roller.weblogger.pojos.Weblog:setEditorPage(String)
        dataHolder.setBlacklist(this.blacklist);
    //#WeblogConfigBean.java:336: Warning: method not available
    //#    -- call on void org.apache.roller.weblogger.pojos.Weblog:setBlacklist(String)
    //#    severity: INFORMATIONAL
    //#    class: org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean
    //#    method: void copyTo(Weblog)
    //#    unanalyzed callee: void org.apache.roller.weblogger.pojos.Weblog:setBlacklist(String)
        dataHolder.setAllowComments(this.allowComments);
    //#WeblogConfigBean.java:337: Warning: method not available
    //#    -- call on void org.apache.roller.weblogger.pojos.Weblog:setAllowComments(Boolean)
    //#    severity: INFORMATIONAL
    //#    class: org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean
    //#    method: void copyTo(Weblog)
    //#    unanalyzed callee: void org.apache.roller.weblogger.pojos.Weblog:setAllowComments(Boolean)
        dataHolder.setDefaultAllowComments(this.defaultAllowComments);
    //#WeblogConfigBean.java:338: Warning: method not available
    //#    -- call on void org.apache.roller.weblogger.pojos.Weblog:setDefaultAllowComments(Boolean)
    //#    severity: INFORMATIONAL
    //#    class: org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean
    //#    method: void copyTo(Weblog)
    //#    unanalyzed callee: void org.apache.roller.weblogger.pojos.Weblog:setDefaultAllowComments(Boolean)
        dataHolder.setModerateComments(this.moderateComments);
    //#WeblogConfigBean.java:339: Warning: method not available
    //#    -- call on void org.apache.roller.weblogger.pojos.Weblog:setModerateComments(Boolean)
    //#    severity: INFORMATIONAL
    //#    class: org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean
    //#    method: void copyTo(Weblog)
    //#    unanalyzed callee: void org.apache.roller.weblogger.pojos.Weblog:setModerateComments(Boolean)
        dataHolder.setEmailComments(this.emailComments);
    //#WeblogConfigBean.java:340: Warning: method not available
    //#    -- call on void org.apache.roller.weblogger.pojos.Weblog:setEmailComments(Boolean)
    //#    severity: INFORMATIONAL
    //#    class: org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean
    //#    method: void copyTo(Weblog)
    //#    unanalyzed callee: void org.apache.roller.weblogger.pojos.Weblog:setEmailComments(Boolean)
        dataHolder.setEmailFromAddress(this.emailFromAddress);
    //#WeblogConfigBean.java:341: Warning: method not available
    //#    -- call on void org.apache.roller.weblogger.pojos.Weblog:setEmailFromAddress(String)
    //#    severity: INFORMATIONAL
    //#    class: org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean
    //#    method: void copyTo(Weblog)
    //#    unanalyzed callee: void org.apache.roller.weblogger.pojos.Weblog:setEmailFromAddress(String)
        dataHolder.setEmailAddress(this.emailAddress);
    //#WeblogConfigBean.java:342: Warning: method not available
    //#    -- call on void org.apache.roller.weblogger.pojos.Weblog:setEmailAddress(String)
    //#    severity: INFORMATIONAL
    //#    class: org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean
    //#    method: void copyTo(Weblog)
    //#    unanalyzed callee: void org.apache.roller.weblogger.pojos.Weblog:setEmailAddress(String)
        dataHolder.setLocale(this.locale);
    //#WeblogConfigBean.java:343: Warning: method not available
    //#    -- call on void org.apache.roller.weblogger.pojos.Weblog:setLocale(String)
    //#    severity: INFORMATIONAL
    //#    class: org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean
    //#    method: void copyTo(Weblog)
    //#    unanalyzed callee: void org.apache.roller.weblogger.pojos.Weblog:setLocale(String)
        dataHolder.setTimeZone(this.timeZone);
    //#WeblogConfigBean.java:344: Warning: method not available
    //#    -- call on void org.apache.roller.weblogger.pojos.Weblog:setTimeZone(String)
    //#    severity: INFORMATIONAL
    //#    class: org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean
    //#    method: void copyTo(Weblog)
    //#    unanalyzed callee: void org.apache.roller.weblogger.pojos.Weblog:setTimeZone(String)
        dataHolder.setDefaultPlugins(this.defaultPlugins);
    //#WeblogConfigBean.java:345: Warning: method not available
    //#    -- call on void org.apache.roller.weblogger.pojos.Weblog:setDefaultPlugins(String)
    //#    severity: INFORMATIONAL
    //#    class: org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean
    //#    method: void copyTo(Weblog)
    //#    unanalyzed callee: void org.apache.roller.weblogger.pojos.Weblog:setDefaultPlugins(String)
        dataHolder.setEntryDisplayCount(this.entryDisplayCount);
    //#WeblogConfigBean.java:346: Warning: method not available
    //#    -- call on void org.apache.roller.weblogger.pojos.Weblog:setEntryDisplayCount(int)
    //#    severity: INFORMATIONAL
    //#    class: org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean
    //#    method: void copyTo(Weblog)
    //#    unanalyzed callee: void org.apache.roller.weblogger.pojos.Weblog:setEntryDisplayCount(int)
        dataHolder.setActive(this.getActive());
    //#WeblogConfigBean.java:347: Warning: method not available
    //#    -- call on void org.apache.roller.weblogger.pojos.Weblog:setActive(Boolean)
    //#    severity: INFORMATIONAL
    //#    class: org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean
    //#    method: void copyTo(Weblog)
    //#    unanalyzed callee: void org.apache.roller.weblogger.pojos.Weblog:setActive(Boolean)
        dataHolder.setCommentModerationRequired(this.commentModerationRequired);
    //#WeblogConfigBean.java:348: Warning: method not available
    //#    -- call on void org.apache.roller.weblogger.pojos.Weblog:setCommentModerationRequired(bool)
    //#    severity: INFORMATIONAL
    //#    class: org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean
    //#    method: void copyTo(Weblog)
    //#    unanalyzed callee: void org.apache.roller.weblogger.pojos.Weblog:setCommentModerationRequired(bool)
        dataHolder.setEnableMultiLang(this.enableMultiLang);
    //#WeblogConfigBean.java:349: Warning: method not available
    //#    -- call on void org.apache.roller.weblogger.pojos.Weblog:setEnableMultiLang(bool)
    //#    severity: INFORMATIONAL
    //#    class: org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean
    //#    method: void copyTo(Weblog)
    //#    unanalyzed callee: void org.apache.roller.weblogger.pojos.Weblog:setEnableMultiLang(bool)
        dataHolder.setShowAllLangs(this.showAllLangs);
    //#WeblogConfigBean.java:350: Warning: method not available
    //#    -- call on void org.apache.roller.weblogger.pojos.Weblog:setShowAllLangs(bool)
    //#    severity: INFORMATIONAL
    //#    class: org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean
    //#    method: void copyTo(Weblog)
    //#    unanalyzed callee: void org.apache.roller.weblogger.pojos.Weblog:setShowAllLangs(bool)
        dataHolder.setPageModels(this.pageModels);
    //#WeblogConfigBean.java:351: Warning: method not available
    //#    -- call on void org.apache.roller.weblogger.pojos.Weblog:setPageModels(String)
    //#    severity: INFORMATIONAL
    //#    class: org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean
    //#    method: void copyTo(Weblog)
    //#    unanalyzed callee: void org.apache.roller.weblogger.pojos.Weblog:setPageModels(String)
        dataHolder.setIconPath(getIcon());
    //#WeblogConfigBean.java:352: Warning: method not available
    //#    -- call on void org.apache.roller.weblogger.pojos.Weblog:setIconPath(String)
    //#    severity: INFORMATIONAL
    //#    class: org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean
    //#    method: void copyTo(Weblog)
    //#    unanalyzed callee: void org.apache.roller.weblogger.pojos.Weblog:setIconPath(String)
        dataHolder.setAbout(getAbout());
    //#WeblogConfigBean.java:353: Warning: method not available
    //#    -- call on void org.apache.roller.weblogger.pojos.Weblog:setAbout(String)
    //#    severity: INFORMATIONAL
    //#    class: org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean
    //#    method: void copyTo(Weblog)
    //#    unanalyzed callee: void org.apache.roller.weblogger.pojos.Weblog:setAbout(String)
        
        dataHolder.setDefaultPlugins( StringUtils.join(this.defaultPluginsArray,",") );
    //#WeblogConfigBean.java:355: Warning: method not available
    //#    -- call on String org.apache.commons.lang.StringUtils:join(Object[], String)
    //#    severity: INFORMATIONAL
    //#    class: org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean
    //#    method: void copyTo(Weblog)
    //#    unanalyzed callee: String org.apache.commons.lang.StringUtils:join(Object[], String)
    //#WeblogConfigBean.java:355: Warning: method not available
    //#    -- call on void org.apache.roller.weblogger.pojos.Weblog:setDefaultPlugins(String)
    //#    severity: INFORMATIONAL
    //#    class: org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean
    //#    method: void copyTo(Weblog)
    //#    unanalyzed callee: void org.apache.roller.weblogger.pojos.Weblog:setDefaultPlugins(String)
        
        dataHolder.setDefaultCommentDays(Integer.parseInt(this.defaultCommentDays));
    //#WeblogConfigBean.java:357: Warning: method not available
    //#    -- call on void org.apache.roller.weblogger.pojos.Weblog:setDefaultCommentDays(int)
    //#    severity: INFORMATIONAL
    //#    class: org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean
    //#    method: void copyTo(Weblog)
    //#    unanalyzed callee: void org.apache.roller.weblogger.pojos.Weblog:setDefaultCommentDays(int)
        
        dataHolder.setDefaultPlugins(StringUtils.join(this.defaultPluginsArray, ","));
    //#WeblogConfigBean.java:359: Warning: method not available
    //#    -- call on String org.apache.commons.lang.StringUtils:join(Object[], String)
    //#    severity: INFORMATIONAL
    //#    class: org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean
    //#    method: void copyTo(Weblog)
    //#    unanalyzed callee: String org.apache.commons.lang.StringUtils:join(Object[], String)
    //#WeblogConfigBean.java:359: Warning: method not available
    //#    -- call on void org.apache.roller.weblogger.pojos.Weblog:setDefaultPlugins(String)
    //#    severity: INFORMATIONAL
    //#    class: org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean
    //#    method: void copyTo(Weblog)
    //#    unanalyzed callee: void org.apache.roller.weblogger.pojos.Weblog:setDefaultPlugins(String)
    }
    //#WeblogConfigBean.java:360: end of method: void org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean.copyTo(Weblog)
    
}
    //#output(org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean__static_init): __Descendant_Table[org/apache/roller/weblogger/ui/struts2/editor/WeblogConfigBean]
    //#output(org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean__static_init): __Dispatch_Table.copyFrom(Lorg/apache/roller/weblogger/pojos/Weblog;)V
    //#output(org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean__static_init): __Dispatch_Table.copyTo(Lorg/apache/roller/weblogger/pojos/Weblog;)V
    //#output(org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean__static_init): __Dispatch_Table.getAbout()Ljava/lang/String;
    //#output(org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean__static_init): __Dispatch_Table.getActive()Z
    //#output(org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean__static_init): __Dispatch_Table.getAllowComments()Z
    //#output(org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean__static_init): __Dispatch_Table.getApplyCommentDefaults()Z
    //#output(org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean__static_init): __Dispatch_Table.getBlacklist()Ljava/lang/String;
    //#output(org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean__static_init): __Dispatch_Table.getBloggerCategoryId()Ljava/lang/String;
    //#output(org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean__static_init): __Dispatch_Table.getCommentModerationRequired()Z
    //#output(org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean__static_init): __Dispatch_Table.getDefaultAllowComments()Z
    //#output(org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean__static_init): __Dispatch_Table.getDefaultCategoryId()Ljava/lang/String;
    //#output(org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean__static_init): __Dispatch_Table.getDefaultCommentDays()Ljava/lang/String;
    //#output(org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean__static_init): __Dispatch_Table.getDefaultPluginsArray()[Ljava/lang/String;
    //#output(org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean__static_init): __Dispatch_Table.getDescription()Ljava/lang/String;
    //#output(org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean__static_init): __Dispatch_Table.getEditorPage()Ljava/lang/String;
    //#output(org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean__static_init): __Dispatch_Table.getEmailAddress()Ljava/lang/String;
    //#output(org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean__static_init): __Dispatch_Table.getEmailComments()Z
    //#output(org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean__static_init): __Dispatch_Table.getEmailFromAddress()Ljava/lang/String;
    //#output(org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean__static_init): __Dispatch_Table.getEnableBloggerApi()Z
    //#output(org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean__static_init): __Dispatch_Table.getEntryDisplayCount()I
    //#output(org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean__static_init): __Dispatch_Table.getHandle()Ljava/lang/String;
    //#output(org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean__static_init): __Dispatch_Table.getIcon()Ljava/lang/String;
    //#output(org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean__static_init): __Dispatch_Table.getLocale()Ljava/lang/String;
    //#output(org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean__static_init): __Dispatch_Table.getModerateComments()Z
    //#output(org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean__static_init): __Dispatch_Table.getName()Ljava/lang/String;
    //#output(org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean__static_init): __Dispatch_Table.getPageModels()Ljava/lang/String;
    //#output(org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean__static_init): __Dispatch_Table.getTimeZone()Ljava/lang/String;
    //#output(org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean__static_init): __Dispatch_Table.isEnableMultiLang()Z
    //#output(org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean__static_init): __Dispatch_Table.isShowAllLangs()Z
    //#output(org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean__static_init): __Dispatch_Table.setAbout(Ljava/lang/String;)V
    //#output(org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean__static_init): __Dispatch_Table.setActive(Z)V
    //#output(org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean__static_init): __Dispatch_Table.setAllowComments(Z)V
    //#output(org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean__static_init): __Dispatch_Table.setApplyCommentDefaults(Z)V
    //#output(org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean__static_init): __Dispatch_Table.setBlacklist(Ljava/lang/String;)V
    //#output(org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean__static_init): __Dispatch_Table.setBloggerCategoryId(Ljava/lang/String;)V
    //#output(org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean__static_init): __Dispatch_Table.setCommentModerationRequired(Z)V
    //#output(org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean__static_init): __Dispatch_Table.setDefaultAllowComments(Z)V
    //#output(org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean__static_init): __Dispatch_Table.setDefaultCategoryId(Ljava/lang/String;)V
    //#output(org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean__static_init): __Dispatch_Table.setDefaultCommentDays(Ljava/lang/String;)V
    //#output(org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean__static_init): __Dispatch_Table.setDefaultPluginsArray([Ljava/lang/String;)V
    //#output(org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean__static_init): __Dispatch_Table.setDescription(Ljava/lang/String;)V
    //#output(org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean__static_init): __Dispatch_Table.setEditorPage(Ljava/lang/String;)V
    //#output(org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean__static_init): __Dispatch_Table.setEmailAddress(Ljava/lang/String;)V
    //#output(org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean__static_init): __Dispatch_Table.setEmailComments(Z)V
    //#output(org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean__static_init): __Dispatch_Table.setEmailFromAddress(Ljava/lang/String;)V
    //#output(org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean__static_init): __Dispatch_Table.setEnableBloggerApi(Z)V
    //#output(org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean__static_init): __Dispatch_Table.setEnableMultiLang(Z)V
    //#output(org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean__static_init): __Dispatch_Table.setEntryDisplayCount(I)V
    //#output(org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean__static_init): __Dispatch_Table.setHandle(Ljava/lang/String;)V
    //#output(org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean__static_init): __Dispatch_Table.setIcon(Ljava/lang/String;)V
    //#output(org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean__static_init): __Dispatch_Table.setId(Ljava/lang/String;)V
    //#output(org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean__static_init): __Dispatch_Table.setLocale(Ljava/lang/String;)V
    //#output(org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean__static_init): __Dispatch_Table.setModerateComments(Z)V
    //#output(org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean__static_init): __Dispatch_Table.setName(Ljava/lang/String;)V
    //#output(org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean__static_init): __Dispatch_Table.setPageModels(Ljava/lang/String;)V
    //#output(org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean__static_init): __Dispatch_Table.setShowAllLangs(Z)V
    //#output(org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean__static_init): __Dispatch_Table.setTimeZone(Ljava/lang/String;)V
    //#post(org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean__static_init): __Descendant_Table[org/apache/roller/weblogger/ui/struts2/editor/WeblogConfigBean] == &__Dispatch_Table
    //#post(org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean__static_init): __Dispatch_Table.copyFrom(Lorg/apache/roller/weblogger/pojos/Weblog;)V == &copyFrom
    //#post(org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean__static_init): __Dispatch_Table.copyTo(Lorg/apache/roller/weblogger/pojos/Weblog;)V == &copyTo
    //#post(org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean__static_init): __Dispatch_Table.getAbout()Ljava/lang/String; == &getAbout
    //#post(org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean__static_init): __Dispatch_Table.getActive()Z == &getActive
    //#post(org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean__static_init): __Dispatch_Table.getAllowComments()Z == &getAllowComments
    //#post(org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean__static_init): __Dispatch_Table.getApplyCommentDefaults()Z == &getApplyCommentDefaults
    //#post(org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean__static_init): __Dispatch_Table.getBlacklist()Ljava/lang/String; == &getBlacklist
    //#post(org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean__static_init): __Dispatch_Table.getBloggerCategoryId()Ljava/lang/String; == &getBloggerCategoryId
    //#post(org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean__static_init): __Dispatch_Table.getCommentModerationRequired()Z == &getCommentModerationRequired
    //#post(org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean__static_init): __Dispatch_Table.getDefaultAllowComments()Z == &getDefaultAllowComments
    //#post(org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean__static_init): __Dispatch_Table.getDefaultCategoryId()Ljava/lang/String; == &getDefaultCategoryId
    //#post(org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean__static_init): __Dispatch_Table.getDefaultCommentDays()Ljava/lang/String; == &getDefaultCommentDays
    //#post(org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean__static_init): __Dispatch_Table.getDefaultPluginsArray()[Ljava/lang/String; == &getDefaultPluginsArray
    //#post(org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean__static_init): __Dispatch_Table.getDescription()Ljava/lang/String; == &getDescription
    //#post(org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean__static_init): __Dispatch_Table.getEditorPage()Ljava/lang/String; == &getEditorPage
    //#post(org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean__static_init): __Dispatch_Table.getEmailAddress()Ljava/lang/String; == &getEmailAddress
    //#post(org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean__static_init): __Dispatch_Table.getEmailComments()Z == &getEmailComments
    //#post(org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean__static_init): __Dispatch_Table.getEmailFromAddress()Ljava/lang/String; == &getEmailFromAddress
    //#post(org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean__static_init): __Dispatch_Table.getEnableBloggerApi()Z == &getEnableBloggerApi
    //#post(org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean__static_init): __Dispatch_Table.getEntryDisplayCount()I == &getEntryDisplayCount
    //#post(org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean__static_init): __Dispatch_Table.getHandle()Ljava/lang/String; == &getHandle
    //#post(org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean__static_init): __Dispatch_Table.getIcon()Ljava/lang/String; == &getIcon
    //#post(org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean__static_init): __Dispatch_Table.getLocale()Ljava/lang/String; == &getLocale
    //#post(org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean__static_init): __Dispatch_Table.getModerateComments()Z == &getModerateComments
    //#post(org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean__static_init): __Dispatch_Table.getName()Ljava/lang/String; == &getName
    //#post(org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean__static_init): __Dispatch_Table.getPageModels()Ljava/lang/String; == &getPageModels
    //#post(org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean__static_init): __Dispatch_Table.getTimeZone()Ljava/lang/String; == &getTimeZone
    //#post(org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean__static_init): __Dispatch_Table.isEnableMultiLang()Z == &isEnableMultiLang
    //#post(org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean__static_init): __Dispatch_Table.isShowAllLangs()Z == &isShowAllLangs
    //#post(org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean__static_init): __Dispatch_Table.setAbout(Ljava/lang/String;)V == &setAbout
    //#post(org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean__static_init): __Dispatch_Table.setActive(Z)V == &setActive
    //#post(org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean__static_init): __Dispatch_Table.setAllowComments(Z)V == &setAllowComments
    //#post(org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean__static_init): __Dispatch_Table.setApplyCommentDefaults(Z)V == &setApplyCommentDefaults
    //#post(org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean__static_init): __Dispatch_Table.setBlacklist(Ljava/lang/String;)V == &setBlacklist
    //#post(org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean__static_init): __Dispatch_Table.setBloggerCategoryId(Ljava/lang/String;)V == &setBloggerCategoryId
    //#post(org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean__static_init): __Dispatch_Table.setCommentModerationRequired(Z)V == &setCommentModerationRequired
    //#post(org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean__static_init): __Dispatch_Table.setDefaultAllowComments(Z)V == &setDefaultAllowComments
    //#post(org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean__static_init): __Dispatch_Table.setDefaultCategoryId(Ljava/lang/String;)V == &setDefaultCategoryId
    //#post(org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean__static_init): __Dispatch_Table.setDefaultCommentDays(Ljava/lang/String;)V == &setDefaultCommentDays
    //#post(org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean__static_init): __Dispatch_Table.setDefaultPluginsArray([Ljava/lang/String;)V == &setDefaultPluginsArray
    //#post(org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean__static_init): __Dispatch_Table.setDescription(Ljava/lang/String;)V == &setDescription
    //#post(org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean__static_init): __Dispatch_Table.setEditorPage(Ljava/lang/String;)V == &setEditorPage
    //#post(org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean__static_init): __Dispatch_Table.setEmailAddress(Ljava/lang/String;)V == &setEmailAddress
    //#post(org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean__static_init): __Dispatch_Table.setEmailComments(Z)V == &setEmailComments
    //#post(org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean__static_init): __Dispatch_Table.setEmailFromAddress(Ljava/lang/String;)V == &setEmailFromAddress
    //#post(org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean__static_init): __Dispatch_Table.setEnableBloggerApi(Z)V == &setEnableBloggerApi
    //#post(org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean__static_init): __Dispatch_Table.setEnableMultiLang(Z)V == &setEnableMultiLang
    //#post(org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean__static_init): __Dispatch_Table.setEntryDisplayCount(I)V == &setEntryDisplayCount
    //#post(org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean__static_init): __Dispatch_Table.setHandle(Ljava/lang/String;)V == &setHandle
    //#post(org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean__static_init): __Dispatch_Table.setIcon(Ljava/lang/String;)V == &setIcon
    //#post(org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean__static_init): __Dispatch_Table.setId(Ljava/lang/String;)V == &setId
    //#post(org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean__static_init): __Dispatch_Table.setLocale(Ljava/lang/String;)V == &setLocale
    //#post(org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean__static_init): __Dispatch_Table.setModerateComments(Z)V == &setModerateComments
    //#post(org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean__static_init): __Dispatch_Table.setName(Ljava/lang/String;)V == &setName
    //#post(org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean__static_init): __Dispatch_Table.setPageModels(Ljava/lang/String;)V == &setPageModels
    //#post(org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean__static_init): __Dispatch_Table.setShowAllLangs(Z)V == &setShowAllLangs
    //#post(org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean__static_init): __Dispatch_Table.setTimeZone(Ljava/lang/String;)V == &setTimeZone
    //#WeblogConfigBean.java:: end of method: org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean.org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean__static_init
    //#WeblogConfigBean.java:: end of class: org.apache.roller.weblogger.ui.struts2.editor.WeblogConfigBean
