//# 0 errors, 101 messages
//#
/*
    //#PingTargetFormBean.java:1:1: class: org.apache.roller.weblogger.ui.struts2.common.PingTargetFormBean
    //#PingTargetFormBean.java:1:1: method: org.apache.roller.weblogger.ui.struts2.common.PingTargetFormBean.org.apache.roller.weblogger.ui.struts2.common.PingTargetFormBean__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.common;

import org.apache.roller.weblogger.pojos.PingTarget;


/**
 * Form bean used by ping target actions.
 */
public class PingTargetFormBean {
    //#PingTargetFormBean.java:27: method: void org.apache.roller.weblogger.ui.struts2.common.PingTargetFormBean.org.apache.roller.weblogger.ui.struts2.common.PingTargetFormBean()
    //#input(void org.apache.roller.weblogger.ui.struts2.common.PingTargetFormBean()): this
    //#output(void org.apache.roller.weblogger.ui.struts2.common.PingTargetFormBean()): this.id
    //#output(void org.apache.roller.weblogger.ui.struts2.common.PingTargetFormBean()): this.name
    //#output(void org.apache.roller.weblogger.ui.struts2.common.PingTargetFormBean()): this.pingUrl
    //#post(void org.apache.roller.weblogger.ui.struts2.common.PingTargetFormBean()): this.id == null
    //#post(void org.apache.roller.weblogger.ui.struts2.common.PingTargetFormBean()): this.name == null
    //#post(void org.apache.roller.weblogger.ui.struts2.common.PingTargetFormBean()): this.pingUrl == null
    
    private String id = null;
    private String name = null;
    private String pingUrl = null;
    //#PingTargetFormBean.java:31: end of method: void org.apache.roller.weblogger.ui.struts2.common.PingTargetFormBean.org.apache.roller.weblogger.ui.struts2.common.PingTargetFormBean()
    
    
    public String getId() {
        return this.id;
    //#PingTargetFormBean.java:35: method: String org.apache.roller.weblogger.ui.struts2.common.PingTargetFormBean.getId()
    //#input(String getId()): this
    //#input(String getId()): this.id
    //#output(String getId()): return_value
    //#pre[2] (String getId()): init'ed(this.id)
    //#post(String getId()): return_value == this.id
    //#post(String getId()): init'ed(return_value)
    //#PingTargetFormBean.java:35: end of method: String org.apache.roller.weblogger.ui.struts2.common.PingTargetFormBean.getId()
    }
    
    public void setId( String id ) {
        this.id = id;
    //#PingTargetFormBean.java:39: method: void org.apache.roller.weblogger.ui.struts2.common.PingTargetFormBean.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)
    }
    //#PingTargetFormBean.java:40: end of method: void org.apache.roller.weblogger.ui.struts2.common.PingTargetFormBean.setId(String)
    
    public String getName() {
        return this.name;
    //#PingTargetFormBean.java:43: method: String org.apache.roller.weblogger.ui.struts2.common.PingTargetFormBean.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)
    //#PingTargetFormBean.java:43: end of method: String org.apache.roller.weblogger.ui.struts2.common.PingTargetFormBean.getName()
    }
    
    public void setName( String name ) {
        this.name = name;
    //#PingTargetFormBean.java:47: method: void org.apache.roller.weblogger.ui.struts2.common.PingTargetFormBean.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)
    }
    //#PingTargetFormBean.java:48: end of method: void org.apache.roller.weblogger.ui.struts2.common.PingTargetFormBean.setName(String)
    
    public String getPingUrl() {
        return this.pingUrl;
    //#PingTargetFormBean.java:51: method: String org.apache.roller.weblogger.ui.struts2.common.PingTargetFormBean.getPingUrl()
    //#input(String getPingUrl()): this
    //#input(String getPingUrl()): this.pingUrl
    //#output(String getPingUrl()): return_value
    //#pre[2] (String getPingUrl()): init'ed(this.pingUrl)
    //#post(String getPingUrl()): return_value == this.pingUrl
    //#post(String getPingUrl()): init'ed(return_value)
    //#PingTargetFormBean.java:51: end of method: String org.apache.roller.weblogger.ui.struts2.common.PingTargetFormBean.getPingUrl()
    }
    
    public void setPingUrl( String pingUrl ) {
        this.pingUrl = pingUrl;
    //#PingTargetFormBean.java:55: method: void org.apache.roller.weblogger.ui.struts2.common.PingTargetFormBean.setPingUrl(String)
    //#input(void setPingUrl(String)): pingUrl
    //#input(void setPingUrl(String)): this
    //#output(void setPingUrl(String)): this.pingUrl
    //#post(void setPingUrl(String)): this.pingUrl == pingUrl
    //#post(void setPingUrl(String)): init'ed(this.pingUrl)
    }
    //#PingTargetFormBean.java:56: end of method: void org.apache.roller.weblogger.ui.struts2.common.PingTargetFormBean.setPingUrl(String)
    
    
    public void copyTo(PingTarget dataHolder) {
        
        dataHolder.setName(this.name);
    //#PingTargetFormBean.java:61: method: void org.apache.roller.weblogger.ui.struts2.common.PingTargetFormBean.copyTo(PingTarget)
    //#PingTargetFormBean.java:61: Warning: method not available
    //#    -- call on void org.apache.roller.weblogger.pojos.PingTarget:setName(String)
    //#    severity: INFORMATIONAL
    //#    class: org.apache.roller.weblogger.ui.struts2.common.PingTargetFormBean
    //#    method: void copyTo(PingTarget)
    //#    unanalyzed callee: void org.apache.roller.weblogger.pojos.PingTarget:setName(String)
    //#input(void copyTo(PingTarget)): dataHolder
    //#input(void copyTo(PingTarget)): this
    //#input(void copyTo(PingTarget)): this.name
    //#input(void copyTo(PingTarget)): this.pingUrl
    //#pre[1] (void copyTo(PingTarget)): dataHolder != null
    //#pre[3] (void copyTo(PingTarget)): init'ed(this.name)
    //#pre[4] (void copyTo(PingTarget)): init'ed(this.pingUrl)
        dataHolder.setPingUrl(this.pingUrl);
    //#PingTargetFormBean.java:62: Warning: method not available
    //#    -- call on void org.apache.roller.weblogger.pojos.PingTarget:setPingUrl(String)
    //#    severity: INFORMATIONAL
    //#    class: org.apache.roller.weblogger.ui.struts2.common.PingTargetFormBean
    //#    method: void copyTo(PingTarget)
    //#    unanalyzed callee: void org.apache.roller.weblogger.pojos.PingTarget:setPingUrl(String)
    }
    //#PingTargetFormBean.java:63: end of method: void org.apache.roller.weblogger.ui.struts2.common.PingTargetFormBean.copyTo(PingTarget)
    
    
    public void copyFrom(PingTarget dataHolder) {
        
        this.id = dataHolder.getId();
    //#PingTargetFormBean.java:68: method: void org.apache.roller.weblogger.ui.struts2.common.PingTargetFormBean.copyFrom(PingTarget)
    //#PingTargetFormBean.java:68: Warning: method not available
    //#    -- call on String org.apache.roller.weblogger.pojos.PingTarget:getId()
    //#    severity: INFORMATIONAL
    //#    class: org.apache.roller.weblogger.ui.struts2.common.PingTargetFormBean
    //#    method: void copyFrom(PingTarget)
    //#    unanalyzed callee: String org.apache.roller.weblogger.pojos.PingTarget:getId()
    //#input(void copyFrom(PingTarget)): dataHolder
    //#input(void copyFrom(PingTarget)): this
    //#output(void copyFrom(PingTarget)): this.id
    //#output(void copyFrom(PingTarget)): this.name
    //#output(void copyFrom(PingTarget)): this.pingUrl
    //#pre[1] (void copyFrom(PingTarget)): dataHolder != null
    //#post(void copyFrom(PingTarget)): init'ed(this.id)
    //#post(void copyFrom(PingTarget)): init'ed(this.name)
    //#post(void copyFrom(PingTarget)): init'ed(this.pingUrl)
        this.name = dataHolder.getName();
    //#PingTargetFormBean.java:69: Warning: method not available
    //#    -- call on String org.apache.roller.weblogger.pojos.PingTarget:getName()
    //#    severity: INFORMATIONAL
    //#    class: org.apache.roller.weblogger.ui.struts2.common.PingTargetFormBean
    //#    method: void copyFrom(PingTarget)
    //#    unanalyzed callee: String org.apache.roller.weblogger.pojos.PingTarget:getName()
        this.pingUrl = dataHolder.getPingUrl();
    //#PingTargetFormBean.java:70: Warning: method not available
    //#    -- call on String org.apache.roller.weblogger.pojos.PingTarget:getPingUrl()
    //#    severity: INFORMATIONAL
    //#    class: org.apache.roller.weblogger.ui.struts2.common.PingTargetFormBean
    //#    method: void copyFrom(PingTarget)
    //#    unanalyzed callee: String org.apache.roller.weblogger.pojos.PingTarget:getPingUrl()
    }
    //#PingTargetFormBean.java:71: end of method: void org.apache.roller.weblogger.ui.struts2.common.PingTargetFormBean.copyFrom(PingTarget)
    
}
    //#output(org.apache.roller.weblogger.ui.struts2.common.PingTargetFormBean__static_init): __Descendant_Table[org/apache/roller/weblogger/ui/struts2/common/PingTargetFormBean]
    //#output(org.apache.roller.weblogger.ui.struts2.common.PingTargetFormBean__static_init): __Dispatch_Table.copyFrom(Lorg/apache/roller/weblogger/pojos/PingTarget;)V
    //#output(org.apache.roller.weblogger.ui.struts2.common.PingTargetFormBean__static_init): __Dispatch_Table.copyTo(Lorg/apache/roller/weblogger/pojos/PingTarget;)V
    //#output(org.apache.roller.weblogger.ui.struts2.common.PingTargetFormBean__static_init): __Dispatch_Table.getId()Ljava/lang/String;
    //#output(org.apache.roller.weblogger.ui.struts2.common.PingTargetFormBean__static_init): __Dispatch_Table.getName()Ljava/lang/String;
    //#output(org.apache.roller.weblogger.ui.struts2.common.PingTargetFormBean__static_init): __Dispatch_Table.getPingUrl()Ljava/lang/String;
    //#output(org.apache.roller.weblogger.ui.struts2.common.PingTargetFormBean__static_init): __Dispatch_Table.setId(Ljava/lang/String;)V
    //#output(org.apache.roller.weblogger.ui.struts2.common.PingTargetFormBean__static_init): __Dispatch_Table.setName(Ljava/lang/String;)V
    //#output(org.apache.roller.weblogger.ui.struts2.common.PingTargetFormBean__static_init): __Dispatch_Table.setPingUrl(Ljava/lang/String;)V
    //#post(org.apache.roller.weblogger.ui.struts2.common.PingTargetFormBean__static_init): __Descendant_Table[org/apache/roller/weblogger/ui/struts2/common/PingTargetFormBean] == &__Dispatch_Table
    //#post(org.apache.roller.weblogger.ui.struts2.common.PingTargetFormBean__static_init): __Dispatch_Table.copyFrom(Lorg/apache/roller/weblogger/pojos/PingTarget;)V == &copyFrom
    //#post(org.apache.roller.weblogger.ui.struts2.common.PingTargetFormBean__static_init): __Dispatch_Table.copyTo(Lorg/apache/roller/weblogger/pojos/PingTarget;)V == &copyTo
    //#post(org.apache.roller.weblogger.ui.struts2.common.PingTargetFormBean__static_init): __Dispatch_Table.getId()Ljava/lang/String; == &getId
    //#post(org.apache.roller.weblogger.ui.struts2.common.PingTargetFormBean__static_init): __Dispatch_Table.getName()Ljava/lang/String; == &getName
    //#post(org.apache.roller.weblogger.ui.struts2.common.PingTargetFormBean__static_init): __Dispatch_Table.getPingUrl()Ljava/lang/String; == &getPingUrl
    //#post(org.apache.roller.weblogger.ui.struts2.common.PingTargetFormBean__static_init): __Dispatch_Table.setId(Ljava/lang/String;)V == &setId
    //#post(org.apache.roller.weblogger.ui.struts2.common.PingTargetFormBean__static_init): __Dispatch_Table.setName(Ljava/lang/String;)V == &setName
    //#post(org.apache.roller.weblogger.ui.struts2.common.PingTargetFormBean__static_init): __Dispatch_Table.setPingUrl(Ljava/lang/String;)V == &setPingUrl
    //#PingTargetFormBean.java:: end of method: org.apache.roller.weblogger.ui.struts2.common.PingTargetFormBean.org.apache.roller.weblogger.ui.struts2.common.PingTargetFormBean__static_init
    //#PingTargetFormBean.java:: end of class: org.apache.roller.weblogger.ui.struts2.common.PingTargetFormBean
