public class VRE extends ResearchEnvironment implements Serializable, Comparable<VRE>
Modifier and Type | Field and Description |
---|---|
protected long |
id |
protected boolean |
uponRequest |
Constructor and Description |
---|
VRE() |
VRE(long id,
String vreName,
String description,
String imageURL,
String vomsGroupName,
String friendlyURL,
UserBelonging userBelonging,
boolean uponRequest) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(VRE vre) |
long |
getId() |
boolean |
isUponRequest() |
void |
setId(long id) |
void |
setUponRequest(boolean uponRequest) |
String |
toString() |
getDescription, getFriendlyURL, getGroupName, getImageURL, getName, getUserBelonging, setDescription, setFriendlyURL, setGroupName, setImageURL, setName, setUserBelonging
public boolean isUponRequest()
public void setUponRequest(boolean uponRequest)
public long getId()
public void setId(long id)
public int compareTo(VRE vre)
compareTo
in interface Comparable<VRE>
Copyright © 2015. All Rights Reserved.