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

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

public class Endpoint
extends Object

Author:
Andrea Manzi (CNR)

Field Summary
protected  String entryName
           
protected  String value
           
 
Constructor Summary
Endpoint()
           
 
Method Summary
 boolean equals(Object obj)
           
 String getEntryName()
          Gets the value of the entryName property.
 String getValue()
          Gets the value of the value property.
 void setEntryName(String value)
          Sets the value of the entryName property.
 void setValue(String value)
          Sets the value of the value property.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

value

protected String value

entryName

protected String entryName
Constructor Detail

Endpoint

public Endpoint()
Method Detail

getValue

public String getValue()
Gets the value of the value property.

Returns:
possible object is String

setValue

public void setValue(String value)
Sets the value of the value property.

Parameters:
value - allowed object is String

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 © 2012. All Rights Reserved.