mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
Modify Application Release
Variables are added- noOfRatedUsers and stars.
This commit is contained in:
parent
6dbdddb3d2
commit
c00345e7d7
@ -53,6 +53,26 @@ public class ApplicationRelease {
|
||||
|
||||
private boolean isDefault;
|
||||
|
||||
private int noOfRatedUsers;
|
||||
|
||||
private int stars;
|
||||
|
||||
public int getNoOfRatedUsers() {
|
||||
return noOfRatedUsers;
|
||||
}
|
||||
|
||||
public void setNoOfRatedUsers(int noOfRatedUsers) {
|
||||
this.noOfRatedUsers = noOfRatedUsers;
|
||||
}
|
||||
|
||||
public int getStars() {
|
||||
return stars;
|
||||
}
|
||||
|
||||
public void setStars(int stars) {
|
||||
this.stars = stars;
|
||||
}
|
||||
|
||||
public int getId() {
|
||||
return id;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user