public class GcubeScope extends Object implements Serializable, com.google.gwt.user.client.rpc.IsSerializable, Comparable<GcubeScope>
| Constructor and Description |
|---|
GcubeScope()
Instantiates a new gcube VRE.
|
GcubeScope(String scopeTitle,
String scopeName,
GcubeScopeType scopeType)
Instantiates a new gcube scope.
|
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(GcubeScope o) |
String |
getScopeName()
Gets the scope name.
|
String |
getScopeTitle()
Gets the scope title.
|
GcubeScopeType |
getScopeType()
Gets the scope type.
|
void |
setScopeName(String scopeName)
Sets the scope name.
|
void |
setScopeTitle(String scopeTitle)
Sets the scope title.
|
void |
setScopeType(GcubeScopeType scopeType)
Sets the scope type.
|
String |
toString() |
public GcubeScope()
public GcubeScope(String scopeTitle, String scopeName, GcubeScopeType scopeType)
scopeTitle - the scope titlescopeName - the scope namescopeType - the scope typepublic GcubeScopeType getScopeType()
public String getScopeTitle()
public String getScopeName()
public void setScopeType(GcubeScopeType scopeType)
scopeType - the scopeType to setpublic void setScopeTitle(String scopeTitle)
scopeTitle - the scopeTitle to setpublic void setScopeName(String scopeName)
scopeName - the scopeName to setpublic int compareTo(GcubeScope o)
compareTo in interface Comparable<GcubeScope>Copyright © 2021. All Rights Reserved.