fr.cnes.sitools.collections.model
Class Collection

java.lang.Object
  extended by fr.cnes.sitools.collections.model.Collection
All Implemented Interfaces:
IResource

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

Form component class

Author:
AKKA

Constructor Summary
Collection()
          Constructor
 
Method Summary
 java.util.List<Resource> getDataSets()
          Gets the dataSets value
 java.lang.String getDescription()
          Resource description
 java.lang.String getId()
          Get the ID
 java.lang.String getName()
          Resource name
 void setDataSets(java.util.List<Resource> dataSets)
          Sets the value of dataSets
 void setDescription(java.lang.String description)
          Sets the value of description
 void setId(java.lang.String id)
          Set the ID
 void setName(java.lang.String name)
          Sets the value of name
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Collection

public Collection()
Constructor

Method Detail

getId

public java.lang.String getId()
Get the ID

Specified by:
getId in interface IResource
Returns:
the id

setId

public void setId(java.lang.String id)
Set the ID

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

getName

public java.lang.String getName()
Description copied from interface: IResource
Resource name

Specified by:
getName in interface IResource
Returns:
String

getDescription

public java.lang.String getDescription()
Description copied from interface: IResource
Resource description

Specified by:
getDescription in interface IResource
Returns:
String

setName

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

Parameters:
name - the name to set

setDescription

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

Parameters:
description - the description to set

getDataSets

public java.util.List<Resource> getDataSets()
Gets the dataSets value

Returns:
the dataSets

setDataSets

public void setDataSets(java.util.List<Resource> dataSets)
Sets the value of dataSets

Parameters:
dataSets - the dataSets to set


Copyright © 2010-2013 CNES. All Rights Reserved.