|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.cnes.sitools.dataset.converter.model.ConverterChainedModel
public final class ConverterChainedModel
Class to store The chained list of converter
Constructor Summary | |
---|---|
ConverterChainedModel()
Default constructor |
Method Summary | |
---|---|
java.util.List<ConverterModel> |
getConverters()
Gets the converters 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 |
java.lang.String |
getParent()
Gets the parent value |
void |
setConverters(java.util.List<ConverterModel> converters)
Sets the value of converters |
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 |
void |
setParent(java.lang.String parent)
Sets the value of parent |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ConverterChainedModel()
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.util.List<ConverterModel> getConverters()
public void setConverters(java.util.List<ConverterModel> converters)
converters
- the converters to setpublic void setName(java.lang.String name)
name
- the name to setpublic java.lang.String getName()
getName
in interface IResource
public void setDescription(java.lang.String description)
description
- the description to setpublic java.lang.String getDescription()
getDescription
in interface IResource
public void setParent(java.lang.String parent)
parent
- the parent to setpublic java.lang.String getParent()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |