public class LikeProperties extends Object implements Serializable
| Constructor and Description |
|---|
LikeProperties()
Default constructor
|
LikeProperties(LikeProperties template)
Copy/clone constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object objectToCompare)
Compare the values of the supplied object with those stored in the current object.
|
boolean |
getIsPublic()
Return if this like is private to the creating user.
|
String |
getUser()
Return the user id of the person who created the like.
|
int |
hashCode()
Create a hash code for this element type.
|
void |
setIsPublic(boolean aPublic)
Set up whether the like is private to the creating user or not.
|
void |
setUser(String user)
Set up he user id of the person who created the like.
|
String |
toString()
Standard toString method.
|
public LikeProperties()
public LikeProperties(LikeProperties template)
template - element to copypublic String getUser()
public void setUser(String user)
user - String liking userpublic boolean getIsPublic()
public void setIsPublic(boolean aPublic)
aPublic - booleanpublic String toString()
public boolean equals(Object objectToCompare)
Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.