org.gcube.portlets.user.shareupdates.server.metaseeker
Class MetaElement

java.lang.Object
  extended by org.gcube.portlets.user.shareupdates.server.metaseeker.MetaElement

public class MetaElement
extends Object

Represents OpenGraph enabled meta data for a specific document

Author:
Callum Jones

Constructor Summary
MetaElement(String property, String content)
          Construct the representation of an element
 
Method Summary
 String getContent()
          Fetch the content string of the element
 String getProperty()
          Fetch the property of the element
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MetaElement

public MetaElement(String property,
                   String content)
Construct the representation of an element

Parameters:
property - The property key
content - The content or value of this element
Method Detail

getContent

public String getContent()
Fetch the content string of the element


getProperty

public String getProperty()
Fetch the property of the element



Copyright © 2014. All Rights Reserved.