org.apache.taglibs.rdc.sampleapps.musicstore.struts
Class IndividualAlbumForm

java.lang.Object
  extended byorg.apache.struts.action.ActionForm
      extended byorg.apache.taglibs.rdc.sampleapps.musicstore.struts.IndividualAlbumForm
All Implemented Interfaces:
java.io.Serializable

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

Struts form bean for listalbums.jsp (from music store sample app)

Author:
Jaroslav Gergic, Rahul Akolkar
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.struts.action.ActionForm
multipartRequestHandler, servlet
 
Constructor Summary
IndividualAlbumForm()
           
 
Method Summary
 java.lang.String getAsin()
          Access method for the asin property.
 void setAsin(java.lang.String aAsin)
          Sets the value of the asin property.
 org.apache.struts.action.ActionErrors validate(org.apache.struts.action.ActionMapping mapping, javax.servlet.http.HttpServletRequest request)
           
 
Methods inherited from class org.apache.struts.action.ActionForm
getMultipartRequestHandler, getServlet, getServletWrapper, reset, reset, setMultipartRequestHandler, setServlet, validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IndividualAlbumForm

public IndividualAlbumForm()
Method Detail

getAsin

public java.lang.String getAsin()
Access method for the asin property.

Returns:
the current value of the asin property

setAsin

public void setAsin(java.lang.String aAsin)
Sets the value of the asin property.

Parameters:
aAsin - the new value of the asin property

validate

public org.apache.struts.action.ActionErrors validate(org.apache.struts.action.ActionMapping mapping,
                                                      javax.servlet.http.HttpServletRequest request)


Copyright ? 2000-2004 The Apache Software Foundation. All Rights Reserved.