|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.cnes.sitools.collections.model.Collection
public final class Collection
Form component class
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 |
---|
public Collection()
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()
IResource
getName
in interface IResource
public java.lang.String getDescription()
IResource
getDescription
in interface IResource
public void setName(java.lang.String name)
name
- the name to setpublic void setDescription(java.lang.String description)
description
- the description to setpublic java.util.List<Resource> getDataSets()
public void setDataSets(java.util.List<Resource> dataSets)
dataSets
- the dataSets to set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |