|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.cnes.sitools.dictionary.model.Dictionary
public final class Dictionary
Class for dictionary definition
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 |
---|
public Dictionary()
Method Detail |
---|
public java.lang.String getId()
getId
in interface IResource
public void setId(java.lang.String id)
setId
in interface IResource
id
- the id to setpublic java.lang.String getName()
getName
in interface IResource
public void setName(java.lang.String name)
name
- the name to setpublic java.lang.String getDescription()
getDescription
in interface IResource
public void setDescription(java.lang.String description)
description
- the description to setpublic ConceptTemplate getConceptTemplate()
public void setConceptTemplate(ConceptTemplate conceptTemplate)
conceptTemplate
- the conceptTemplate to setpublic java.util.List<Concept> getConcepts()
public void setConcepts(java.util.List<Concept> concepts)
concepts
- the concepts to setpublic int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |