fr.cnes.sitools.dataset.converter.model
Class ConverterChainedModel

java.lang.Object
  extended by fr.cnes.sitools.dataset.converter.model.ConverterChainedModel
All Implemented Interfaces:
IResource

public final class ConverterChainedModel
extends java.lang.Object
implements IResource

Class to store The chained list of converter

Author:
m.gond (AKKA Technologies)

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

ConverterChainedModel

public ConverterChainedModel()
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

getConverters

public java.util.List<ConverterModel> getConverters()
Gets the converters value

Returns:
the converters

setConverters

public void setConverters(java.util.List<ConverterModel> converters)
Sets the value of converters

Parameters:
converters - the converters to set

setName

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

Parameters:
name - the name to set

getName

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

Specified by:
getName in interface IResource
Returns:
the name

setDescription

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

Parameters:
description - the description to set

getDescription

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

Specified by:
getDescription in interface IResource
Returns:
the description

setParent

public void setParent(java.lang.String parent)
Sets the value of parent

Parameters:
parent - the parent to set

getParent

public java.lang.String getParent()
Gets the parent value

Returns:
the parent


Copyright © 2010-2013 CNES. All Rights Reserved.