org.gcube.vremanagement.resourcemanager.impl.state
Class RawScopeState

java.lang.Object
  extended by org.gcube.vremanagement.resourcemanager.impl.state.RawScopeState

public class RawScopeState
extends java.lang.Object

The scope state. While ScopeState incorporates the behavior of a scope state, this separate and minimal class contains only the core information to serialize and nothing else. This way, the serialized data are separated from the state behavior, by minimizing the need of future changes in the state class.

Author:
Manuele Simi (ISTI-CNR)

Method Summary
 GCUBEScope getScope()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getScope

public GCUBEScope getScope()
Returns:
the scope this state belongs to