org.gcube.portlets.d4sreporting.common.shared
Class BasicSection

java.lang.Object
  extended by org.gcube.portlets.d4sreporting.common.shared.BasicSection
All Implemented Interfaces:
Serializable

public class BasicSection
extends Object
implements Serializable

The SerialazableSection class represents a Template Section that can be associated to any Template

Version:
April 20011 (1.5)
Author:
Massimiliano Assante, ISTI-CNR - massimiliano.assante@isti.cnr.it
See Also:
Serialized Form

Constructor Summary
BasicSection()
           
BasicSection(List<BasicComponent> components, List<Metadata> metadata)
           
 
Method Summary
 List<BasicComponent> getComponents()
           
 List<Metadata> getMetadata()
           
 boolean isLocked()
           
 void setComponents(List<BasicComponent> components)
           
 void setLocked(boolean locked)
           
 void setMetadata(List<Metadata> metadata)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BasicSection

public BasicSection()
Parameters:
components -
metadata -

BasicSection

public BasicSection(List<BasicComponent> components,
                    List<Metadata> metadata)
Parameters:
components - .
metadata - .
Method Detail

getMetadata

public List<Metadata> getMetadata()
Returns:
.

setMetadata

public void setMetadata(List<Metadata> metadata)
Parameters:
metadata - .

getComponents

public List<BasicComponent> getComponents()
Returns:
.

setComponents

public void setComponents(List<BasicComponent> components)
Parameters:
components - .

isLocked

public boolean isLocked()
Returns:
.

setLocked

public void setLocked(boolean locked)
Parameters:
locked - .


Copyright © 2014. All Rights Reserved.