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

java.lang.Object
  extended by org.gcube.portlets.user.gcubeloggedin.shared.VObject
      extended by 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

Nested Class Summary
 
Nested classes/interfaces inherited from class org.gcube.portlets.user.gcubeloggedin.shared.VObject
VObject.UserBelongingClient
 
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)
           
 
Method Summary
 int compareTo(VOClient voToCompare)
           
 List<VREClient> getVres()
           
 boolean isRoot()
           
 void setRoot(boolean isRoot)
           
 void setVres(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
 

Constructor Detail

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)
Method Detail

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.