Package com.atlassian.confluence.follow
Class Connection
- java.lang.Object
-
- com.atlassian.confluence.follow.Connection
-
public class Connection extends Object
Represents a connection between a follower and a followee.
-
-
Constructor Summary
Constructors Constructor Description Connection()
For hibernateConnection(ConfluenceUser follower, ConfluenceUser followee)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
ConfluenceUser
getFolloweeUser()
ConfluenceUser
getFollowerUser()
long
getId()
int
hashCode()
void
setId(long id)
-
-
-
Constructor Detail
-
Connection
public Connection()
For hibernate
-
Connection
public Connection(ConfluenceUser follower, ConfluenceUser followee)
-
-
Method Detail
-
getId
public long getId()
-
setId
public void setId(long id)
-
getFollowerUser
public ConfluenceUser getFollowerUser()
- Since:
- 5.2
-
getFolloweeUser
public ConfluenceUser getFolloweeUser()
- Since:
- 5.2
-
-