|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.plugins.extend.modules.extendablecomment.business.ExtendableComment
public class ExtendableComment
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 |
---|
public static final String RESOURCE_TYPE
Constructor Detail |
---|
public ExtendableComment()
Method Detail |
---|
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 comment
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |