Uses of Class
org.gcube.portlets.d4sreporting.common.server.serializables.S_Metadata

Packages that use S_Metadata
org.gcube.portlets.d4sreporting.common.server.serializables   
 

Uses of S_Metadata in org.gcube.portlets.d4sreporting.common.server.serializables
 

Methods in org.gcube.portlets.d4sreporting.common.server.serializables that return types with arguments of type S_Metadata
 List<S_Metadata> Section.getMetadata()
           
 List<S_Metadata> Model.getMetadata()
           
 List<S_Metadata> Component.getMetadata()
           
 

Method parameters in org.gcube.portlets.d4sreporting.common.server.serializables with type arguments of type S_Metadata
 void Section.setMetadata(List<S_Metadata> metadata)
           
 void Model.setMetadata(List<S_Metadata> metadata)
           
 void Component.setMetadata(List<S_Metadata> metadata)
           
 

Constructor parameters in org.gcube.portlets.d4sreporting.common.server.serializables with type arguments of type S_Metadata
Component(int x, int y, int width, int height, int templatePage, ComponentType type, String paramName, Serializable possibleContent, boolean isDoubleColLayout, boolean locked, Component child, List<S_Metadata> metadata)
          Constructor for Child components
Component(int x, int y, int width, int height, int templatePage, ComponentType type, String paramName, Serializable possibleContent, boolean isDoubleColLayout, boolean locked, List<S_Metadata> metadata)
           
Model(String author, Date dateCreated, Date lastEdit, String lastEditBy, String templateName, int columnWidth, int marginBottom, int marginLeft, int marginRight, int marginTop, int pageHeight, int pageWidth, Vector<Section> sections, int totalPages, List<S_Metadata> metadata)
           
Section(List<Component> components, List<S_Metadata> metadata)
           
 



Copyright © 2013. All Rights Reserved.