nl.surfnet.coin.portal.domain
Class SharedGadget

java.lang.Object
  extended by nl.surfnet.coin.shared.domain.DomainObject
      extended by nl.surfnet.coin.portal.domain.SharedResource
          extended by nl.surfnet.coin.portal.domain.SharedGadget
All Implemented Interfaces:
Serializable

public class SharedGadget
extends SharedResource

A gadget that got shared by a person.

See Also:
Serialized Form

Constructor Summary
SharedGadget()
           
 
Method Summary
 String getName()
           
 Gadget getPrototype()
           
 String getTeam()
           
 SharedResourceType getType()
           
 void setPrototype(Gadget prototype)
           
 
Methods inherited from class nl.surfnet.coin.portal.domain.SharedResource
addInvite, getInvites, getSharedBy, getSharedByDisplayName, getTeamTitle, getTimestamp, setSharedBy, setSharedByDisplayName, setTeamTitle, setTimestamp
 
Methods inherited from class nl.surfnet.coin.shared.domain.DomainObject
equals, getId, hashCode, setId, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SharedGadget

public SharedGadget()
Method Detail

getType

public SharedResourceType getType()
Specified by:
getType in class SharedResource

getPrototype

public Gadget getPrototype()
Returns:
the prototype

setPrototype

public void setPrototype(Gadget prototype)
Parameters:
prototype - the prototype to set

getName

public String getName()
Specified by:
getName in class SharedResource

getTeam

public String getTeam()
Specified by:
getTeam in class SharedResource


Copyright © 2009-2012 SURFnet bv, The Netherlands. All Rights Reserved.