com.flickrrecsys.model
Class Coac

java.lang.Object
  extended by com.flickrrecsys.model.Coac
All Implemented Interfaces:
java.io.Serializable

public class Coac
extends java.lang.Object
implements java.io.Serializable

Contact of a contact data structure

Author:
Hossein Ghodsi
See Also:
Serialized Form

Constructor Summary
Coac()
           
 
Method Summary
 int getConnectedTo()
          Number of users connected to
 java.lang.String getNsid()
          get the nsid
 void setConnectedTo(int connectedTo)
          set the number of contact is connected to
 void setNsid(java.lang.String nsid)
          Set the nsid
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Coac

public Coac()
Method Detail

getConnectedTo

public int getConnectedTo()
Number of users connected to

Returns:
number of contacts

setConnectedTo

public void setConnectedTo(int connectedTo)
set the number of contact is connected to

Parameters:
connectedTo -

getNsid

public java.lang.String getNsid()
get the nsid

Returns:
user id from the Flickr website

setNsid

public void setNsid(java.lang.String nsid)
Set the nsid

Parameters:
nsid - user id from the Flickr website