fr.paris.lutece.plugins.extend.modules.extendablecomment.business
Class ExtendableComment

java.lang.Object
  extended by fr.paris.lutece.plugins.extend.modules.extendablecomment.business.ExtendableComment
All Implemented Interfaces:
fr.paris.lutece.portal.service.resource.IExtendableResource

public class ExtendableComment
extends Object
implements fr.paris.lutece.portal.service.resource.IExtendableResource

ExtendableComment


Field Summary
static String RESOURCE_TYPE
          Resource type
 
Constructor Summary
ExtendableComment()
           
 
Method Summary
 String getCommentedExtendableResourceType()
          Get the type of the resource associated with this comment.
 String getCommentedIdExtendableResource()
          Get the id of the resource associated with the comment
 String getExtendableResourceDescription()
          
 String getExtendableResourceImageUrl()
          
 String getExtendableResourceName()
          
 String getExtendableResourceType()
          
 String getIdExtendableResource()
          
 void setCommentedExtendableResourceType(String strCommentedExtendableResourceType)
          Set the type of the resource associated with this comment.
 void setIdCommentedExtendableResource(String strIdCommentedExtendableResource)
          Set the id of the resource associated with the comment
 void setIdExtendableResource(String strIdExtendableResource)
          Set the id of this extendable resource
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RESOURCE_TYPE

public static final String RESOURCE_TYPE
Resource type

See Also:
Constant Field Values
Constructor Detail

ExtendableComment

public ExtendableComment()
Method Detail

getIdExtendableResource

public String getIdExtendableResource()

Specified by:
getIdExtendableResource in interface fr.paris.lutece.portal.service.resource.IExtendableResource

setIdExtendableResource

public void setIdExtendableResource(String strIdExtendableResource)
Set the id of this extendable resource

Parameters:
strIdExtendableResource - the id of this extendable resource

getExtendableResourceType

public String getExtendableResourceType()

Specified by:
getExtendableResourceType in interface fr.paris.lutece.portal.service.resource.IExtendableResource

getExtendableResourceName

public String getExtendableResourceName()

Specified by:
getExtendableResourceName in interface fr.paris.lutece.portal.service.resource.IExtendableResource

getExtendableResourceDescription

public String getExtendableResourceDescription()

Specified by:
getExtendableResourceDescription in interface fr.paris.lutece.portal.service.resource.IExtendableResource

getExtendableResourceImageUrl

public String getExtendableResourceImageUrl()

Specified by:
getExtendableResourceImageUrl in interface fr.paris.lutece.portal.service.resource.IExtendableResource

getCommentedExtendableResourceType

public String getCommentedExtendableResourceType()
Get the type of the resource associated with this comment.

Returns:
the type of the resource associated with this comment.

setCommentedExtendableResourceType

public void setCommentedExtendableResourceType(String strCommentedExtendableResourceType)
Set the type of the resource associated with this comment.

Parameters:
strCommentedExtendableResourceType - the type of the resource associated with this comment.

getCommentedIdExtendableResource

public String getCommentedIdExtendableResource()
Get the id of the resource associated with the comment

Returns:
the id of the resource associated with the comment

setIdCommentedExtendableResource

public void setIdCommentedExtendableResource(String strIdCommentedExtendableResource)
Set the id of the resource associated with the comment

Parameters:
strIdCommentedExtendableResource - the id of the resource associated with the comment


Copyright © 2013 Mairie de Paris. All Rights Reserved.