org.apache.taglibs.rdc.sampleapps.musicstore.struts
Class IndividualAlbumForm
java.lang.Object
org.apache.struts.action.ActionForm
org.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
Fields inherited from class org.apache.struts.action.ActionForm |
multipartRequestHandler, servlet |
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 |
IndividualAlbumForm
public IndividualAlbumForm()
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.