org.gcube.portlet.user.my_vres.shared
Class VRE

java.lang.Object
  extended by org.gcube.portlet.user.my_vres.shared.ResearchEnvironment
      extended by org.gcube.portlet.user.my_vres.shared.VRE
All Implemented Interfaces:
Serializable, Comparable<VRE>

public class VRE
extends ResearchEnvironment
implements Serializable, Comparable<VRE>

See Also:
Serialized Form

Constructor Summary
VRE()
           
VRE(String vreName, String description, String imageURL, String vomsGroupName, String friendlyURL, UserBelonging userBelonging)
           
 
Method Summary
 int compareTo(VRE arg0)
           
 
Methods inherited from class org.gcube.portlet.user.my_vres.shared.ResearchEnvironment
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

VRE

public VRE()

VRE

public VRE(String vreName,
           String description,
           String imageURL,
           String vomsGroupName,
           String friendlyURL,
           UserBelonging userBelonging)
Parameters:
vreName -
description -
imageURL -
vomsGroupName -
friendlyURL -
userBelonging -
Method Detail

compareTo

public int compareTo(VRE arg0)
Specified by:
compareTo in interface Comparable<VRE>


Copyright © 2013. All Rights Reserved.