| java.lang.Object org.vfny.geoserver.global.GlobalLayerSupertype org.vfny.geoserver.global.MetaDataLink
MetaDataLink | public class MetaDataLink extends GlobalLayerSupertype (Code) | | Represents a MetadataLink Attribute.
author: $Author: Alessio Fabiani (alessio.fabiani@gmail.com) $ (last modification) author: $Author: Simone Giannecchini (simboss1@gmail.com) $ (last modification) version: $Id: MetaDataLink.java 6326 2007-03-15 18:36:40Z jdeolive $ |
MetaDataLink | public MetaDataLink()(Code) | | Builds an empty metadata link
|
getContent | public String getContent()(Code) | | Returns the content. |
getMetadataType | public String getMetadataType()(Code) | | Returns the metadataType. |
setAbout | public void setAbout(String about)(Code) | | Parameters: about - The about to set. |
setContent | public void setContent(String content)(Code) | | Parameters: content - The content to set. |
setMetadataType | public void setMetadataType(String metadataType)(Code) | | Parameters: metadataType - The metadataType to set. |
setType | public void setType(String type)(Code) | | Parameters: type - The type to set. |
Fields inherited from org.vfny.geoserver.global.GlobalLayerSupertype | final protected static Logger LOGGER(Code)(Java Doc)
|
Methods inherited from org.vfny.geoserver.global.GlobalLayerSupertype | public static String get(Map map, String key)(Code)(Java Doc) public static File get(Map map, String key, File defaultFile)(Code)(Java Doc) public static String get(Map map, String key, String defaultValue)(Code)(Java Doc) public static List get(Map map, String key, List defaultList)(Code)(Java Doc) public static Map get(Map map, String key, Map defaultMap)(Code)(Java Doc) public static int get(Map map, String key, int defaultValue)(Code)(Java Doc) public static boolean get(Map map, String key, boolean defaultValue)(Code)(Java Doc) public static Charset get(Map map, String key, Charset defaultCharSet)(Code)(Java Doc) public static Level get(Map map, String key, Level defaultLevel)(Code)(Java Doc) public static URL get(Map map, String key, URL defaultUrl)(Code)(Java Doc) public static Class get(Map map, String key, Class defaultType)(Code)(Java Doc) protected String notNull(String s)(Code)(Java Doc) abstract Object toDTO()(Code)(Java Doc)
|
|
|