Class LinkToMeBean


  • public class LinkToMeBean
    extends java.lang.Object
    A bean which represents an incoming link to a document (as a result of a query).
    Version:
    $Id: $Id
    Author:
    lrosenberg
    • Constructor Detail

      • LinkToMeBean

        public LinkToMeBean()

        Constructor for LinkToMeBean.

      • LinkToMeBean

        public LinkToMeBean​(DataObject doc,
                            java.lang.String propertyName)

        Constructor for LinkToMeBean.

        Parameters:
        doc - a DataObject object.
        propertyName - a String object.
    • Method Detail

      • isDescriptionAvailable

        public boolean isDescriptionAvailable()

        isDescriptionAvailable.

        Returns:
        a boolean.
      • getTargetDocumentType

        public java.lang.String getTargetDocumentType()

        Getter for the field targetDocumentType.

        Returns:
        a String object.
      • setTargetDocumentType

        public void setTargetDocumentType​(java.lang.String targetDocumentType)

        Setter for the field targetDocumentType.

        Parameters:
        targetDocumentType - a String object.
      • getTargetDocumentId

        public java.lang.String getTargetDocumentId()

        Getter for the field targetDocumentId.

        Returns:
        a String object.
      • setTargetDocumentId

        public void setTargetDocumentId​(java.lang.String targetDocumentId)

        Setter for the field targetDocumentId.

        Parameters:
        targetDocumentId - a String object.
      • getTargetDocumentDescription

        public java.lang.String getTargetDocumentDescription()

        Getter for the field targetDocumentDescription.

        Returns:
        a String object.
      • setTargetDocumentDescription

        public void setTargetDocumentDescription​(java.lang.String targetDocumentDescription)

        Setter for the field targetDocumentDescription.

        Parameters:
        targetDocumentDescription - a String object.
      • getTargetDocumentProperty

        public java.lang.String getTargetDocumentProperty()

        Getter for the field targetDocumentProperty.

        Returns:
        a String object.
      • setTargetDocumentProperty

        public void setTargetDocumentProperty​(java.lang.String targetDocumentProperty)

        Setter for the field targetDocumentProperty.

        Parameters:
        targetDocumentProperty - a String object.
      • getTargetDocumentLink

        public java.lang.String getTargetDocumentLink()

        Getter for the field targetDocumentLink.

        Returns:
        a String object.
      • setTargetDocumentLink

        public void setTargetDocumentLink​(java.lang.String targetDocumentLink)

        Setter for the field targetDocumentLink.

        Parameters:
        targetDocumentLink - a String object.