|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.plugins.workflow.business.ResourceHistory
public class ResourceHistory
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 |
---|
public ResourceHistory()
Method Detail |
---|
public int getId()
public void setId(int idHistory)
idHistory
- the id of the resource historypublic fr.paris.lutece.portal.business.workflow.Workflow getWorkflow()
public void setWorkFlow(fr.paris.lutece.portal.business.workflow.Workflow workflow)
workflow
- the workflow associatedpublic fr.paris.lutece.portal.business.workflow.Action getAction()
public void setAction(fr.paris.lutece.portal.business.workflow.Action action)
action
- The actionpublic int getIdResource()
public void setIdResource(int idResource)
idResource
- the id of the resourcepublic java.lang.String getResourceType()
public void setResourceType(java.lang.String resourceType)
resourceType
- the resource typepublic java.sql.Timestamp getCreationDate()
public void setCreationDate(java.sql.Timestamp dateCreation)
dateCreation
- the creation datepublic java.lang.String getUserAccessCode()
public void setUserAccessCode(java.lang.String strEventUser)
strEventUser
- The User acces code
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |