com.gentics.api.portalnode.connector
Class PLinkInformation

java.lang.Object
  extended by com.gentics.api.portalnode.connector.PLinkInformation

public class PLinkInformation
extends Object

A small bean which holds information about a plink.

See Also:
PortalConnectorHelper.replacePLinks(String, PLinkReplacer)

Method Summary
 Map getAttributes()
          Returns all additional attributes of a plink.
 String getContentId()
          Returns the contentid this plink references.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getContentId

public String getContentId()
Returns the contentid this plink references.

Returns:
contentid of the plink.

getAttributes

public Map getAttributes()
Returns all additional attributes of a plink. (attribute id is not part of this map and has to be retrieved using getContentId())

Returns:
Map of all additional attributes (without contentid).


Copyright © 2013 Gentics Software GmbH. All Rights Reserved.