org.sakaiproject.sitestats.impl
Class PrefsImpl

java.lang.Object
  extended by org.sakaiproject.sitestats.impl.PrefsImpl
All Implemented Interfaces:
Serializable, Prefs

public class PrefsImpl
extends Object
implements Prefs, Serializable

Author:
Nuno Fernandes
See Also:
Serialized Form

Constructor Summary
PrefsImpl()
           
 
Method Summary
 boolean equals(Object o)
           
 long getId()
           
 String getPrefs()
           
 String getSiteId()
           
 int hashCode()
           
 void setId(long id)
           
 void setPrefs(String prefs)
           
 void setSiteId(String siteId)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PrefsImpl

public PrefsImpl()
Method Detail

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object

getId

public long getId()
Specified by:
getId in interface Prefs

setId

public void setId(long id)
Specified by:
setId in interface Prefs

getSiteId

public String getSiteId()
Specified by:
getSiteId in interface Prefs

setSiteId

public void setSiteId(String siteId)
Specified by:
setSiteId in interface Prefs

getPrefs

public String getPrefs()
Specified by:
getPrefs in interface Prefs

setPrefs

public void setPrefs(String prefs)
Specified by:
setPrefs in interface Prefs


Copyright © 2006-2012 Universidade Fernando Pessoa. All Rights Reserved.