fr.cnes.sitools.dictionary.model
Class Dictionary

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

public final class Dictionary
extends java.lang.Object
implements IResource, java.io.Serializable

Class for dictionary definition

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

Constructor Summary
Dictionary()
          Default constructor
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.util.List<Concept> getConcepts()
          Gets the concepts value
 ConceptTemplate getConceptTemplate()
          Gets the conceptTemplate value
 java.lang.String getDescription()
          Gets the description value
 java.lang.String getId()
          Gets the id value
 java.lang.String getName()
          Gets the name value
 int hashCode()
           
 void setConcepts(java.util.List<Concept> concepts)
          Sets the value of concepts
 void setConceptTemplate(ConceptTemplate conceptTemplate)
          Sets the value of conceptTemplate
 void setDescription(java.lang.String description)
          Sets the value of description
 void setId(java.lang.String id)
          Sets the value of id
 void setName(java.lang.String name)
          Sets the value of name
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Dictionary

public Dictionary()
Default constructor

Method Detail

getId

public java.lang.String getId()
Gets the id value

Specified by:
getId in interface IResource
Returns:
the id

setId

public void setId(java.lang.String id)
Sets the value of id

Specified by:
setId in interface IResource
Parameters:
id - the id to set

getName

public java.lang.String getName()
Gets the name value

Specified by:
getName in interface IResource
Returns:
the name

setName

public void setName(java.lang.String name)
Sets the value of name

Parameters:
name - the name to set

getDescription

public java.lang.String getDescription()
Gets the description value

Specified by:
getDescription in interface IResource
Returns:
the description

setDescription

public void setDescription(java.lang.String description)
Sets the value of description

Parameters:
description - the description to set

getConceptTemplate

public ConceptTemplate getConceptTemplate()
Gets the conceptTemplate value

Returns:
the conceptTemplate

setConceptTemplate

public void setConceptTemplate(ConceptTemplate conceptTemplate)
Sets the value of conceptTemplate

Parameters:
conceptTemplate - the conceptTemplate to set

getConcepts

public java.util.List<Concept> getConcepts()
Gets the concepts value

Returns:
the concepts

setConcepts

public void setConcepts(java.util.List<Concept> concepts)
Sets the value of concepts

Parameters:
concepts - the concepts to set

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

equals

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


Copyright © 2010-2013 CNES. All Rights Reserved.