fr.cnes.sitools.dictionary.model
Class Concept

java.lang.Object
  extended by fr.cnes.sitools.dictionary.model.ConceptTemplate
      extended by fr.cnes.sitools.dictionary.model.Concept
All Implemented Interfaces:
IResource, java.io.Serializable

public class Concept
extends ConceptTemplate

Entry in a dictionary

Author:
jp.boignard (AKKA Technologies)
See Also:
Serialized Form

Constructor Summary
Concept()
          Default constructor
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getDictionaryId()
          Get the dictionary identifier
 int hashCode()
           
 void setDictionaryId(java.lang.String dictionaryId)
          Set the dictionary identifier
 
Methods inherited from class fr.cnes.sitools.dictionary.model.ConceptTemplate
getDescription, getId, getName, getProperties, getPropertyFromName, getType, getUrl, setDescription, setId, setName, setProperties, setType, setUrl
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Concept

public Concept()
Default constructor

Method Detail

getDictionaryId

public java.lang.String getDictionaryId()
Get the dictionary identifier

Returns:
the dictionary identifier

setDictionaryId

public void setDictionaryId(java.lang.String dictionaryId)
Set the dictionary identifier

Parameters:
dictionaryId - the dictionary identifier to set

hashCode

public int hashCode()
Overrides:
hashCode in class ConceptTemplate

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class ConceptTemplate


Copyright © 2010-2013 CNES. All Rights Reserved.