fr.cnes.sitools.resources.order.cart.common.model
Class CartSelections

java.lang.Object
  extended by fr.cnes.sitools.resources.order.cart.common.model.CartSelections
All Implemented Interfaces:
IResource, java.io.Serializable

public class CartSelections
extends java.lang.Object
implements IResource, java.io.Serializable

See Also:
Serialized Form

Constructor Summary
CartSelections()
           
 
Method Summary
 java.lang.String getDescription()
          Resource description
 java.lang.String getId()
          Resource identifier
 java.lang.String getName()
          Resource name
 java.util.List<CartSelection> getSelections()
           
 void setId(java.lang.String id)
          Resource identifier setting
 void setSelections(java.util.List<CartSelection> selections)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CartSelections

public CartSelections()
Method Detail

getSelections

public java.util.List<CartSelection> getSelections()

setSelections

public void setSelections(java.util.List<CartSelection> selections)

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

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.