com.gentics.api.portalnode.connector
Class PLinkInformation

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

public class PLinkInformation
extends java.lang.Object

A small bean which holds information about a plink.

See Also:
PortalConnectorHelper.replacePLinks(String, PLinkReplacer)

Method Summary
 java.util.Map getAttributes()
          Returns all additional attributes of a plink.
 java.lang.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 java.lang.String getContentId()
Returns the contentid this plink references.

Returns:
contentid of the plink.

getAttributes

public java.util.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.