org.gcube.portlets.user.gcubeloggedin.shared
Class VObject
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VObject
public VObject()
VObject
public VObject(String name,
String groupName,
String description,
String imageURL,
String friendlyURL,
VObject.UserBelongingClient userBelonging)
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 © 2014. All Rights Reserved.