org.gcube.portlets.user.gcubeloggedin.shared
Class VObject

java.lang.Object
  extended by org.gcube.portlets.user.gcubeloggedin.shared.VObject
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
VOClient, VREClient

public class VObject
extends Object
implements Serializable

See Also:
Serialized Form

Nested Class Summary
static class VObject.UserBelongingClient
           
 
Constructor Summary
VObject()
           
VObject(String name, String groupName, String description, String imageURL, String friendlyURL, VObject.UserBelongingClient userBelonging)
           
 
Method Summary
 String getDescription()
           
 String getFriendlyURL()
           
 String getGroupName()
           
 String getImageURL()
           
 String getName()
           
 VObject.UserBelongingClient getUserBelonging()
           
 void setDescription(String description)
           
 void setFriendlyURL(String friendlyURL)
           
 void setGroupName(String groupName)
           
 void setImageURL(String imageURL)
           
 void setName(String name)
           
 void setUserBelonging(VObject.UserBelongingClient userBelonging)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VObject

public VObject()

VObject

public VObject(String name,
               String groupName,
               String description,
               String imageURL,
               String friendlyURL,
               VObject.UserBelongingClient userBelonging)
Method Detail

getName

public String getName()

setName

public void setName(String name)

getDescription

public String getDescription()

setDescription

public void setDescription(String description)

getImageURL

public String getImageURL()

setImageURL

public void setImageURL(String imageURL)

getUserBelonging

public VObject.UserBelongingClient getUserBelonging()

setUserBelonging

public void setUserBelonging(VObject.UserBelongingClient userBelonging)

getGroupName

public String getGroupName()

setGroupName

public void setGroupName(String groupName)

getFriendlyURL

public String getFriendlyURL()

setFriendlyURL

public void setFriendlyURL(String friendlyURL)


Copyright © 2013. All Rights Reserved.