erland.webapp.cdcollection.fb.collection
Class CollectionMenuItemPB

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.MenuItemPB
                  extended by erland.webapp.cdcollection.fb.collection.CollectionMenuItemPB
All Implemented Interfaces:
Serializable

public class CollectionMenuItemPB
extends MenuItemPB

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
CollectionMenuItemPB()
           
 
Method Summary
 Integer getCollection()
           
 String getCollectionDisplay()
           
 void setCollection(Integer collection)
           
 void setCollectionDisplay(String collectionDisplay)
           
 
Methods inherited from class erland.webapp.cdcollection.fb.collection.MenuItemPB
getChilds, getId, getIdDisplay, getIdText, getName, getPath, getUser, setChilds, setId, setIdDisplay, setIdText, setName, setPath, setUser
 
Methods inherited from class erland.webapp.common.fb.BaseFB
toString
 
Methods inherited from class org.apache.struts.validator.ValidatorForm
getPage, getResultValueMap, getValidatorResults, log, log, reset, 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

CollectionMenuItemPB

public CollectionMenuItemPB()
Method Detail

getCollection

public Integer getCollection()

setCollection

public void setCollection(Integer collection)

getCollectionDisplay

public String getCollectionDisplay()

setCollectionDisplay

public void setCollectionDisplay(String collectionDisplay)


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