org.gcube.portlets.user.gcubeloggedin.shared
Class VOClient
java.lang.Object
org.gcube.portlets.user.gcubeloggedin.shared.VObject
org.gcube.portlets.user.gcubeloggedin.shared.VOClient
- All Implemented Interfaces:
- Serializable, Comparable<VOClient>
public class VOClient
- extends VObject
- implements Comparable<VOClient>, Serializable
- Author:
- massi
- See Also:
- Serialized Form
Constructor Summary |
VOClient()
|
VOClient(String name,
String groupName,
String description,
String imageURL,
String friendlyURL,
VObject.UserBelongingClient userBelonging)
|
VOClient(String name,
String groupName,
String description,
String imageURL,
String friendlyURL,
VObject.UserBelongingClient userBelonging,
boolean isRoot,
List<VREClient> vres)
|
Methods inherited from class org.gcube.portlets.user.gcubeloggedin.shared.VObject |
getDescription, getFriendlyURL, getGroupName, getImageURL, getName, getUserBelonging, setDescription, setFriendlyURL, setGroupName, setImageURL, setName, setUserBelonging |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VOClient
public VOClient()
VOClient
public VOClient(String name,
String groupName,
String description,
String imageURL,
String friendlyURL,
VObject.UserBelongingClient userBelonging)
VOClient
public VOClient(String name,
String groupName,
String description,
String imageURL,
String friendlyURL,
VObject.UserBelongingClient userBelonging,
boolean isRoot,
List<VREClient> vres)
isRoot
public boolean isRoot()
setRoot
public void setRoot(boolean isRoot)
getVres
public List<VREClient> getVres()
setVres
public void setVres(List<VREClient> vres)
compareTo
public int compareTo(VOClient voToCompare)
- Specified by:
compareTo
in interface Comparable<VOClient>
Copyright © 2013. All Rights Reserved.