@Entity public class Friend extends Object implements Serializable
Friend()
Integer
getId()
getOther()
getSelf()
void
setId(Integer id)
setOther(Integer other)
setSelf(Integer self)
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Friend()
public Integer getId()
public void setId(Integer id)
public Integer getSelf()
public void setSelf(Integer self)
public Integer getOther()
public void setOther(Integer other)