fr.paris.lutece.plugins.workflow.modules.taskcomment.business
Class CommentValue

java.lang.Object
  extended by fr.paris.lutece.plugins.workflow.modules.taskcomment.business.CommentValue

public class CommentValue
extends java.lang.Object

CommentValue


Constructor Summary
CommentValue()
           
 
Method Summary
 int getIdResourceHistory()
           
 int getIdTask()
           
 java.lang.String getValue()
          return the value
 void setIdResourceHistory(int id)
          the comment value id
 void setIdTask(int idTask)
          the task id
 void setValue(java.lang.String value)
          set the value
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommentValue

public CommentValue()
Method Detail

getIdResourceHistory

public int getIdResourceHistory()
Returns:
the coment value id

setIdResourceHistory

public void setIdResourceHistory(int id)
the comment value id

Parameters:
id - the comment value id

getIdTask

public int getIdTask()
Returns:
the task id

setIdTask

public void setIdTask(int idTask)
the task id

Parameters:
idTask - the task id

getValue

public java.lang.String getValue()
return the value

Returns:
the value

setValue

public void setValue(java.lang.String value)
set the value

Parameters:
value - the value


Copyright © 2012 Mairie de Paris. All Rights Reserved.