org.gcube.common.core.resources.runninginstance
Class RunningInstanceSecurity

java.lang.Object
  extended by org.gcube.common.core.resources.runninginstance.RunningInstanceSecurity

public class RunningInstanceSecurity
extends Object

Author:
Andrea Manzi (CNR)

Nested Class Summary
static class RunningInstanceSecurity.Identity
           
 
Field Summary
protected  String entryName
           
protected  RunningInstanceSecurity.Identity runningInstanceIdentity
           
 
Constructor Summary
RunningInstanceSecurity()
           
 
Method Summary
 boolean equals(Object obj)
           
 String getEntryName()
          Gets the value of the entryName property.
 RunningInstanceSecurity.Identity getRunningInstanceIdentity()
          Gets the value of the runningInstanceIdentity property.
 void setEntryName(String value)
          Sets the value of the entryName property.
 void setRunningInstanceIdentity(RunningInstanceSecurity.Identity value)
          Sets the value of the runningInstanceIdentity property.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

runningInstanceIdentity

protected RunningInstanceSecurity.Identity runningInstanceIdentity

entryName

protected String entryName
Constructor Detail

RunningInstanceSecurity

public RunningInstanceSecurity()
Method Detail

getRunningInstanceIdentity

public RunningInstanceSecurity.Identity getRunningInstanceIdentity()
Gets the value of the runningInstanceIdentity property.

Returns:
possible object is RunningInstanceSecurity.Identity

setRunningInstanceIdentity

public void setRunningInstanceIdentity(RunningInstanceSecurity.Identity value)
Sets the value of the runningInstanceIdentity property.

Parameters:
value - allowed object is RunningInstanceSecurity.Identity

getEntryName

public String getEntryName()
Gets the value of the entryName property.

Returns:
possible object is String

setEntryName

public void setEntryName(String value)
Sets the value of the entryName property.

Parameters:
value - allowed object is String

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2013. All Rights Reserved.