fr.paris.lutece.plugins.workflow.business
Class ResourceHistory

java.lang.Object
  extended by fr.paris.lutece.plugins.workflow.business.ResourceHistory

public class ResourceHistory
extends java.lang.Object

ResourceHistory


Constructor Summary
ResourceHistory()
           
 
Method Summary
 fr.paris.lutece.portal.business.workflow.Action getAction()
          Returns the action performed on the resource
 java.sql.Timestamp getCreationDate()
           
 int getId()
          return the id of the resource history
 int getIdResource()
          return the id of the resource
 java.lang.String getResourceType()
          return the resource type
 java.lang.String getUserAccessCode()
          Returns the user access code
 fr.paris.lutece.portal.business.workflow.Workflow getWorkflow()
           
 void setAction(fr.paris.lutece.portal.business.workflow.Action action)
          Set the action performed on the resource
 void setCreationDate(java.sql.Timestamp dateCreation)
          set the creation date
 void setId(int idHistory)
          set the id of the resource history
 void setIdResource(int idResource)
          set the id of the resource
 void setResourceType(java.lang.String resourceType)
          set the resource type
 void setUserAccessCode(java.lang.String strEventUser)
          Sets the User acces code
 void setWorkFlow(fr.paris.lutece.portal.business.workflow.Workflow workflow)
          set the the workflow associated
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResourceHistory

public ResourceHistory()
Method Detail

getId

public int getId()
return the id of the resource history

Returns:
the id of the resource history

setId

public void setId(int idHistory)
set the id of the resource history

Parameters:
idHistory - the id of the resource history

getWorkflow

public fr.paris.lutece.portal.business.workflow.Workflow getWorkflow()
Returns:
the workflow associated

setWorkFlow

public void setWorkFlow(fr.paris.lutece.portal.business.workflow.Workflow workflow)
set the the workflow associated

Parameters:
workflow - the workflow associated

getAction

public fr.paris.lutece.portal.business.workflow.Action getAction()
Returns the action performed on the resource

Returns:
The action performed on the resource

setAction

public void setAction(fr.paris.lutece.portal.business.workflow.Action action)
Set the action performed on the resource

Parameters:
action - The action

getIdResource

public int getIdResource()
return the id of the resource

Returns:
the id of the resource

setIdResource

public void setIdResource(int idResource)
set the id of the resource

Parameters:
idResource - the id of the resource

getResourceType

public java.lang.String getResourceType()
return the resource type

Returns:
resource type

setResourceType

public void setResourceType(java.lang.String resourceType)
set the resource type

Parameters:
resourceType - the resource type

getCreationDate

public java.sql.Timestamp getCreationDate()
Returns:
the creation date

setCreationDate

public void setCreationDate(java.sql.Timestamp dateCreation)
set the creation date

Parameters:
dateCreation - the creation date

getUserAccessCode

public java.lang.String getUserAccessCode()
Returns the user access code

Returns:
The User acces code

setUserAccessCode

public void setUserAccessCode(java.lang.String strEventUser)
Sets the User acces code

Parameters:
strEventUser - The User acces code


Copyright © 2011 Mairie de Paris. All Rights Reserved.