org.gcube.portlets.d4sreporting.common.server.serializables
Class Section

java.lang.Object
  extended by org.gcube.portlets.d4sreporting.common.server.serializables.Section
All Implemented Interfaces:
Serializable

public class Section
extends Object
implements Serializable

The Section 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
Section()
           
Section(List<Component> components, List<S_Metadata> metadata)
           
 
Method Summary
 List<Component> getComponents()
           
 List<S_Metadata> getMetadata()
           
 boolean isLocked()
           
 void setComponents(List<Component> components)
           
 void setLocked(boolean locked)
           
 void setMetadata(List<S_Metadata> metadata)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Section

public Section()
Parameters:
components -
metadata -

Section

public Section(List<Component> components,
               List<S_Metadata> metadata)
Parameters:
components - .
metadata - .
Method Detail

getMetadata

public List<S_Metadata> getMetadata()
Returns:
.

setMetadata

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

getComponents

public List<Component> getComponents()
Returns:
.

setComponents

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

isLocked

public boolean isLocked()

setLocked

public void setLocked(boolean locked)


Copyright © 2013. All Rights Reserved.