public class ExtendableComment extends Object implements fr.paris.lutece.portal.service.resource.IExtendableResource
Modifier and Type | Field and Description |
---|---|
static String |
RESOURCE_TYPE
Resource type
|
Constructor and Description |
---|
ExtendableComment() |
Modifier and Type | Method and Description |
---|---|
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
|
public static final String RESOURCE_TYPE
public String getIdExtendableResource()
getIdExtendableResource
in interface fr.paris.lutece.portal.service.resource.IExtendableResource
public void setIdExtendableResource(String strIdExtendableResource)
strIdExtendableResource
- the id of this extendable resourcepublic String getExtendableResourceType()
getExtendableResourceType
in interface fr.paris.lutece.portal.service.resource.IExtendableResource
public String getExtendableResourceName()
getExtendableResourceName
in interface fr.paris.lutece.portal.service.resource.IExtendableResource
public String getExtendableResourceDescription()
getExtendableResourceDescription
in interface fr.paris.lutece.portal.service.resource.IExtendableResource
public String getExtendableResourceImageUrl()
getExtendableResourceImageUrl
in interface fr.paris.lutece.portal.service.resource.IExtendableResource
public String getCommentedExtendableResourceType()
public void setCommentedExtendableResourceType(String strCommentedExtendableResourceType)
strCommentedExtendableResourceType
- the type of the resource
associated with this comment.public String getCommentedIdExtendableResource()
public void setIdCommentedExtendableResource(String strIdCommentedExtendableResource)
strIdCommentedExtendableResource
- the id of the resource associated
with the commentCopyright © 2016 City of Paris. All rights reserved.