com.pnpconsult.zeiterfassung.actions.admin
Class DeleteProjectForm

java.lang.Object
  extended byorg.apache.struts.action.ActionForm
      extended bycom.pnpconsult.zeiterfassung.actions.EditForm
          extended bycom.pnpconsult.zeiterfassung.actions.DeleteForm
              extended bycom.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

Field Summary
 
Fields inherited from class com.pnpconsult.zeiterfassung.actions.EditForm
isNew
 
Fields inherited from class org.apache.struts.action.ActionForm
multipartRequestHandler, servlet
 
Constructor Summary
DeleteProjectForm()
           
 
Method Summary
protected  java.io.Serializable dataObjectKey()
           
protected  java.lang.Class dataObjectType()
           
 void delete()
           
 long getCustomerId()
           
 long getId()
           
protected  java.lang.Object newDataObject()
           
 void readFromDataObject(java.lang.Object obj)
           
 void setCustomerId(long customerId)
           
 void setId(long id)
           
 void writeToDataObject(java.lang.Object obj)
           
 
Methods inherited from class com.pnpconsult.zeiterfassung.actions.DeleteForm
getDescription, getInformation, getName, getSubmit, isDeleteButtonClicked, setDescription, setInformation, setName, setSubmit
 
Methods inherited from class com.pnpconsult.zeiterfassung.actions.EditForm
changeArchived, isNew, load, save, setNew, update
 
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
 

Constructor Detail

DeleteProjectForm

public DeleteProjectForm()
Method Detail

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.