public class RatingDO extends Object
Constructor and Description |
---|
RatingDO() |
Modifier and Type | Method and Description |
---|---|
Date |
getRatedTime()
Method to get the rated time.
|
String |
getRatedUserName()
Method to get the rated user name.
|
int |
getRating()
Method to get the rating value.
|
int |
getRatingID()
Method to get rating id.
|
String |
getResourcePath()
Method to get the rated resource path.
|
void |
setRatedTime(Date ratedTime)
Method to set the rated time.
|
void |
setRatedUserName(String ratedUserName)
Method to set the rated user name.
|
void |
setRating(int rating)
Method to set the rating value.
|
void |
setRatingID(int ratingID)
Method to set the rating id.
|
void |
setResourcePath(String resourcePath)
Method to set the rate resource path.
|
public String getResourcePath()
public void setResourcePath(String resourcePath)
resourcePath
- the path to be setpublic String getRatedUserName()
public void setRatedUserName(String ratedUserName)
ratedUserName
- the rated user name to be set.public Date getRatedTime()
public void setRatedTime(Date ratedTime)
ratedTime
- the rated time to be set.public int getRating()
public void setRating(int rating)
rating
- the value to be set.public int getRatingID()
public void setRatingID(int ratingID)
ratingID
- the value to be set.Copyright © 2015 WSO2 Inc. All Rights Reserved.