org.gcube.portlets.user.speciesdiscovery.shared
Class ItemParameter

java.lang.Object
  extended by org.gcube.portlets.user.speciesdiscovery.shared.ItemParameter
All Implemented Interfaces:
Serializable

@Entity
public class ItemParameter
extends Object
implements Serializable

Author:
Francesco Mangiacrapa francesco.mangiacrapa@isti.cnr.it
See Also:
Serialized Form

Field Summary
static Comparator<ItemParameter> COMPARATOR
           
protected  int internalId
           
 
Constructor Summary
ItemParameter(String key, String value)
           
 
Method Summary
 int getInternalId()
           
 String getKey()
           
 String getValue()
           
 void setKey(String key)
           
 void setValue(String value)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

internalId

protected int internalId

COMPARATOR

public static Comparator<ItemParameter> COMPARATOR
Constructor Detail

ItemParameter

public ItemParameter(String key,
                     String value)
Method Detail

getKey

public String getKey()

setKey

public void setKey(String key)

getValue

public String getValue()

setValue

public void setValue(String value)

getInternalId

public int getInternalId()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2013. All Rights Reserved.