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.
Connection
public Connection()
- For hibernate
Connection
public Connection(String follower,
String followee)
getId
public long getId()
setId
public void setId(long id)
getFollower
public String getFollower()
setFollower
public void setFollower(String follower)
getFollowee
public String getFollowee()
setFollowee
public void setFollowee(String followee)
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
equals
public boolean equals(Object obj)
- Overrides:
equals
in class Object