erland.webapp.cdcollection.fb.collection
Class CollectionMediaFB

java.lang.Object
  extended by org.apache.struts.action.ActionForm
      extended by org.apache.struts.validator.ValidatorForm
          extended by erland.webapp.common.fb.BaseFB
              extended by erland.webapp.cdcollection.fb.collection.CollectionMediaFB
All Implemented Interfaces:
Serializable

public class CollectionMediaFB
extends BaseFB

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.struts.validator.ValidatorForm
page, validatorResults
 
Fields inherited from class org.apache.struts.action.ActionForm
multipartRequestHandler, servlet
 
Constructor Summary
CollectionMediaFB()
           
 
Method Summary
 Integer getCollectionId()
           
 String getCollectionIdDisplay()
           
 Integer getMediaId()
           
 String getMediaIdDisplay()
           
 void reset(ActionMapping actionMapping, HttpServletRequest httpServletRequest)
           
 void setCollectionId(Integer collectionId)
           
 void setCollectionIdDisplay(String collectionIdDisplay)
           
 void setMediaId(Integer mediaId)
           
 void setMediaIdDisplay(String mediaIdDisplay)
           
 
Methods inherited from class erland.webapp.common.fb.BaseFB
toString
 
Methods inherited from class org.apache.struts.validator.ValidatorForm
getPage, getResultValueMap, getValidatorResults, log, log, setPage, setValidatorResults, validate
 
Methods inherited from class org.apache.struts.action.ActionForm
getMultipartRequestHandler, getServlet, getServletWrapper, reset, setMultipartRequestHandler, setServlet, validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CollectionMediaFB

public CollectionMediaFB()
Method Detail

getCollectionIdDisplay

public String getCollectionIdDisplay()

setCollectionIdDisplay

public void setCollectionIdDisplay(String collectionIdDisplay)

getCollectionId

public Integer getCollectionId()

setCollectionId

public void setCollectionId(Integer collectionId)

getMediaIdDisplay

public String getMediaIdDisplay()

setMediaIdDisplay

public void setMediaIdDisplay(String mediaIdDisplay)

getMediaId

public Integer getMediaId()

setMediaId

public void setMediaId(Integer mediaId)

reset

public void reset(ActionMapping actionMapping,
                  HttpServletRequest httpServletRequest)
Overrides:
reset in class ValidatorForm


Copyright © 2003-2005 Erland Isaksson. All Rights Reserved.