|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.cnes.sitools.dataset.services.model.ServiceCollectionModel
public class ServiceCollectionModel
Model class to represent a collection of ServiceModel
on a dataset.
Constructor Summary | |
---|---|
ServiceCollectionModel()
|
Method Summary | |
---|---|
java.lang.String |
getDescription()
Resource description |
java.lang.String |
getId()
Resource identifier |
java.lang.String |
getName()
Resource name |
java.util.List<ServiceModel> |
getServices()
Gets the services value |
void |
setDescription(java.lang.String description)
Sets the value of description |
void |
setId(java.lang.String id)
Resource identifier setting |
void |
setName(java.lang.String name)
Sets the value of name |
void |
setServices(java.util.List<ServiceModel> services)
Sets the value of services |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ServiceCollectionModel()
Method Detail |
---|
public java.lang.String getId()
IResource
getId
in interface IResource
public void setId(java.lang.String id)
IResource
setId
in interface IResource
id
- the identifier to setpublic java.lang.String getName()
IResource
getName
in interface IResource
public void setName(java.lang.String name)
name
- the name to setpublic java.util.List<ServiceModel> getServices()
public void setServices(java.util.List<ServiceModel> services)
services
- the services to setpublic void setDescription(java.lang.String description)
description
- the description to setpublic java.lang.String getDescription()
IResource
getDescription
in interface IResource
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |