com.pnpconsult.zeiterfassung.actions.admin
Class DeleteProjectForm
java.lang.Object
org.apache.struts.action.ActionForm
com.pnpconsult.zeiterfassung.actions.EditForm
com.pnpconsult.zeiterfassung.actions.DeleteForm
com.pnpconsult.zeiterfassung.actions.admin.DeleteProjectForm
- All Implemented Interfaces:
- java.io.Serializable
- public class DeleteProjectForm
- extends DeleteForm
- Version:
- $Id: DeleteProjectForm.java,v 1.5 2004/06/24 20:54:18 powerpete Exp $
- Author:
- M. Petersen
- See Also:
- Serialized Form
| Fields inherited from class com.pnpconsult.zeiterfassung.actions.EditForm |
isNew |
| Fields inherited from class org.apache.struts.action.ActionForm |
multipartRequestHandler, servlet |
| 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 |
DeleteProjectForm
public DeleteProjectForm()
delete
public void delete()
- Overrides:
delete in class DeleteForm
writeToDataObject
public void writeToDataObject(java.lang.Object obj)
- Specified by:
writeToDataObject in class EditForm
readFromDataObject
public void readFromDataObject(java.lang.Object obj)
- Specified by:
readFromDataObject in class EditForm
getId
public long getId()
setId
public void setId(long id)
getCustomerId
public long getCustomerId()
- Returns:
- Returns the customerId.
setCustomerId
public void setCustomerId(long customerId)
- Parameters:
customerId - The customerId to set.
newDataObject
protected java.lang.Object newDataObject()
- Specified by:
newDataObject in class EditForm
- See Also:
EditForm.newDataObject()
dataObjectType
protected java.lang.Class dataObjectType()
- Specified by:
dataObjectType in class EditForm
- See Also:
EditForm.dataObjectType()
dataObjectKey
protected java.io.Serializable dataObjectKey()
- Specified by:
dataObjectKey in class EditForm
- See Also:
EditForm.dataObjectKey()
Copyright © 2003-2004 PNP Unternehmensberatung. All Rights Reserved.