org.gcube.portlets.d4sreporting.common.server.serializables
Class Section
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Section
public Section()
- Parameters:
components - metadata -
Section
public Section(List<Component> components,
List<S_Metadata> metadata)
- Parameters:
components - .metadata - .
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.