public abstract class Rating
extends fr.paris.lutece.plugins.extend.business.extender.history.ResourceExtenderHistory
implements fr.paris.lutece.plugins.extend.service.extender.facade.IExtendableResourceResult
Constructor and Description |
---|
Rating() |
Modifier and Type | Method and Description |
---|---|
int |
getIdRating() |
int |
getRatingCount()
/**
|
String |
getRatingType()
Returns the RatingType
|
float |
getRatingValue()
Returns the RatingValue
|
double |
getScoreValue() |
abstract String |
getTitle()
Get tilte of the rating type
|
fr.paris.lutece.portal.service.security.LuteceUser |
getUser() |
void |
setHistory(fr.paris.lutece.plugins.extend.business.extender.history.ResourceExtenderHistory history)
Set History properties
|
void |
setIdRating(int nIdRating) |
void |
setRatingCount(int nRatingCount) |
void |
setRatingType(String strRatingType)
Sets the RatingType
|
void |
setRatingValue(float fRatingValue)
Sets the RatingValue
|
void |
setScoreValue(double scoreValue) |
void |
setScoreValue(float[] ratingValue) |
void |
setUser(fr.paris.lutece.portal.service.security.LuteceUser user)
Set the Lutece User
|
getDateCreation, getExtendableResourceType, getExtenderType, getIdExtendableResource, getIdHistory, getIpAddress, getUserGuid, setDateCreation, setExtendableResourceType, setExtenderType, setIdExtendableResource, setIdHistory, setIpAddress, setUserGuid
public int getIdRating()
public void setIdRating(int nIdRating)
nIdRating
- the nIdRating to setpublic int getRatingCount()
public void setRatingCount(int nRatingCount)
nRatingCount
- the nRatingCount to setpublic double getScoreValue()
public void setScoreValue(float[] ratingValue)
dScoreValue
- the dScoreValue to setpublic void setScoreValue(double scoreValue)
dScoreValue
- the dScoreValue to setpublic float getRatingValue()
public void setRatingValue(float fRatingValue)
dRatingValue
- The RatingValuepublic String getRatingType()
public void setRatingType(String strRatingType)
strRatingType
- The RatingTypepublic fr.paris.lutece.portal.service.security.LuteceUser getUser()
public void setUser(fr.paris.lutece.portal.service.security.LuteceUser user)
user
- the lutece userpublic void setHistory(fr.paris.lutece.plugins.extend.business.extender.history.ResourceExtenderHistory history)
history
- the history propertiespublic abstract String getTitle()
Copyright © 2022 City of Paris. All rights reserved.