nl.surfnet.coin.shindig.model
Class PersistentUrl

java.lang.Object
  extended by org.apache.shindig.social.core.model.ListFieldImpl
      extended by org.apache.shindig.social.core.model.UrlImpl
          extended by nl.surfnet.coin.shindig.model.PersistentUrl
All Implemented Interfaces:
ListField, Url

public class PersistentUrl
extends UrlImpl

a Url that can be persisted by means of a unique key


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.apache.shindig.social.opensocial.model.Url
Url.Field
 
Constructor Summary
PersistentUrl()
           
 
Method Summary
 Long getId()
           
 void setId(Long id)
           
 
Methods inherited from class org.apache.shindig.social.core.model.UrlImpl
getLinkText, setLinkText
 
Methods inherited from class org.apache.shindig.social.core.model.ListFieldImpl
getPrimary, getType, getValue, setPrimary, setType, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.shindig.social.opensocial.model.ListField
getPrimary, getType, getValue, setPrimary, setType, setValue
 

Constructor Detail

PersistentUrl

public PersistentUrl()
Method Detail

getId

public Long getId()
Returns:
the id

setId

public void setId(Long id)
Parameters:
id - the id to set


Copyright © 2007-2012. All Rights Reserved.