Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

ru.gammalabs.ice.presentation.web.publish
Class CreateIEFormBean  view CreateIEFormBean download CreateIEFormBean.java

java.lang.Object
  extended byorg.apache.struts.action.ActionForm
      extended byru.gammalabs.ice.presentation.web.publish.CreateIEFormBean
All Implemented Interfaces:
java.io.Serializable

public class CreateIEFormBean
extends org.apache.struts.action.ActionForm

В этом бобе размещены поля, которые нужны для того, чтобы показать форму создания нового ИЭ, и чтобы потом принять значения введённые в это форме.


Field Summary
private  long ieTypeId
           
private  java.lang.String[] ieTypeIds
           
private  java.lang.String[] ieTypeNames
           
 
Fields inherited from class org.apache.struts.action.ActionForm
multipartRequestHandler, servlet
 
Constructor Summary
CreateIEFormBean()
          Creates new CreateIEFormBean
 
Method Summary
 long getIeTypeId()
          Getter for property ieTypeId.
 java.lang.String[] getIeTypeIds()
          Getter for property ieTypeIds.
 java.lang.String[] getIeTypeNames()
          Getter for property ieTypeNames.
 void setIeTypeId(long ieTypeId)
          Setter for property ieTypeId.
 void setIeTypeIds(int index, java.lang.String ieTypeIds)
          Indexed setter for property ieTypeIds.
 void setIeTypeIds(java.lang.String[] ieTypeIds)
          Setter for property ieTypeIds.
 void setIeTypeNames(int index, java.lang.String ieTypeNames)
          Indexed setter for property ieTypeNames.
 void setIeTypeNames(java.lang.String[] ieTypeNames)
          Setter for property ieTypeNames.
 
Methods inherited from class org.apache.struts.action.ActionForm
getMultipartRequestHandler, getServlet, getServletWrapper, reset, reset, setMultipartRequestHandler, setServlet, validate, validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ieTypeIds

private java.lang.String[] ieTypeIds

ieTypeNames

private java.lang.String[] ieTypeNames

ieTypeId

private long ieTypeId
Constructor Detail

CreateIEFormBean

public CreateIEFormBean()
Creates new CreateIEFormBean

Method Detail

getIeTypeIds

public java.lang.String[] getIeTypeIds()
Getter for property ieTypeIds.


setIeTypeIds

public void setIeTypeIds(int index,
                         java.lang.String ieTypeIds)
Indexed setter for property ieTypeIds.


setIeTypeIds

public void setIeTypeIds(java.lang.String[] ieTypeIds)
Setter for property ieTypeIds.


getIeTypeNames

public java.lang.String[] getIeTypeNames()
Getter for property ieTypeNames.


setIeTypeNames

public void setIeTypeNames(int index,
                           java.lang.String ieTypeNames)
Indexed setter for property ieTypeNames.


setIeTypeNames

public void setIeTypeNames(java.lang.String[] ieTypeNames)
Setter for property ieTypeNames.


getIeTypeId

public long getIeTypeId()
Getter for property ieTypeId.


setIeTypeId

public void setIeTypeId(long ieTypeId)
Setter for property ieTypeId.