fr.cnes.sitools.dataset.services.model
Class ServiceCollectionModel

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

public class ServiceCollectionModel
extends java.lang.Object
implements IResource

Model class to represent a collection of ServiceModel on a dataset.

Author:
m.gond

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

ServiceCollectionModel

public ServiceCollectionModel()
Method Detail

getId

public java.lang.String getId()
Description copied from interface: IResource
Resource identifier

Specified by:
getId in interface IResource
Returns:
String

setId

public void setId(java.lang.String id)
Description copied from interface: IResource
Resource identifier setting

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

getName

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

Specified by:
getName in interface IResource
Returns:
String

setName

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

Parameters:
name - the name to set

getServices

public java.util.List<ServiceModel> getServices()
Gets the services value

Returns:
the services

setServices

public void setServices(java.util.List<ServiceModel> services)
Sets the value of services

Parameters:
services - the services to set

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()
Description copied from interface: IResource
Resource description

Specified by:
getDescription in interface IResource
Returns:
String


Copyright © 2010-2013 CNES. All Rights Reserved.