采用JAVA开发

源代码在线查看: sendactionform.java

软件大小: 11328 K
上传用户: yhw002
关键词: JAVA
下载地址: 免注册下载 普通下载 VIP

相关代码

				package com.gctech.sms.voice.web;								import org.apache.struts.action.*;				import javax.servlet.http.*;								public class SendActionForm extends ActionForm				{				  private String content;				  private String name;				  private String phone1;				  private String phone2;				  private String phone3;				  private String phone4;				  private String radiobutton;				  private Integer voiceId;				  public String getContent()				  {				    return content;				  }				  public void setContent(String content)				  {				    this.content = content;				  }				  public String getName()				  {				    return name;				  }				  public void setName(String name)				  {				    this.name = name;				  }				  public String getPhone1()				  {				    return phone1;				  }				  public void setPhone1(String phone1)				  {				    this.phone1 = phone1;				  }				  public String getPhone2()				  {				    return phone2;				  }				  public void setPhone2(String phone2)				  {				    this.phone2 = phone2;				  }				  public String getPhone3()				  {				    return phone3;				  }				  public void setPhone3(String phone3)				  {				    this.phone3 = phone3;				  }				  public String getPhone4()				  {				    return phone4;				  }				  public void setPhone4(String phone4)				  {				    this.phone4 = phone4;				  }				  public String getRadiobutton()				  {				    return radiobutton;				  }				  public void setRadiobutton(String radiobutton)				  {				    this.radiobutton = radiobutton;				  }				  public ActionErrors validate(ActionMapping actionMapping, HttpServletRequest httpServletRequest)				  {				    /**@todo: finish this method, this is just the skeleton.*/				    return null;				  }				  public void reset(ActionMapping actionMapping, HttpServletRequest httpServletRequest)				  {				  }				  public Integer getVoiceId()				  {				    return voiceId;				  }				  public void setVoiceId(Integer voiceId)				  {				    this.voiceId = voiceId;				  }				}							

相关资源