public class UserNoteEntityTO extends Object implements Serializable
setUpdateRank(boolean) parameter| Constructor and Description |
|---|
UserNoteEntityTO(Long userId,
Long noteId) |
| Modifier and Type | Method and Description |
|---|---|
double |
getNormalizedRank() |
Long |
getNoteId() |
Long |
getUserId() |
boolean |
isUpdateRank() |
void |
setNormalizedRank(double normalizedRank) |
void |
setUpdateRank(boolean updateRank) |
public double getNormalizedRank()
public Long getNoteId()
public Long getUserId()
public boolean isUpdateRank()
public void setNormalizedRank(double normalizedRank)
normalizedRank - the normalized rank. if not a number between 0 and 1 it will be limited to 0 or 1public void setUpdateRank(boolean updateRank)
updateRank - if true the rank will be updated if passed to the management layerCopyright © 2019 Communote team. All rights reserved.