Class EntityImageInfo

java.lang.Object
fr.becpg.repo.report.entity.EntityImageInfo

public class EntityImageInfo extends Object

EntityImageInfo class.

Version:
$Id: $Id
Author:
matthieu
  • Field Details

    • id

      String id
    • name

      String name
    • title

      String title
    • description

      String description
    • imageNodeRef

      org.alfresco.service.cmr.repository.NodeRef imageNodeRef
  • Constructor Details

    • EntityImageInfo

      public EntityImageInfo(String imgId, org.alfresco.service.cmr.repository.NodeRef imageNodeRef)

      Constructor for EntityImageInfo.

      Parameters:
      imgId - a String object
      imageNodeRef - a NodeRef object
  • Method Details

    • getImageNodeRef

      public org.alfresco.service.cmr.repository.NodeRef getImageNodeRef()

      Getter for the field imageNodeRef.

      Returns:
      a NodeRef object
    • getId

      public String getId()

      Getter for the field id.

      Returns:
      a String object.
    • setId

      public void setId(String id)

      Setter for the field id.

      Parameters:
      id - a String object.
    • getName

      public String getName()

      Getter for the field name.

      Returns:
      a String object.
    • setName

      public void setName(String name)

      Setter for the field name.

      Parameters:
      name - a String object.
    • getTitle

      public String getTitle()

      Getter for the field title.

      Returns:
      a String object.
    • setTitle

      public void setTitle(String title)

      Setter for the field title.

      Parameters:
      title - a String object.
    • getDescription

      public String getDescription()

      Getter for the field description.

      Returns:
      a String object.
    • setDescription

      public void setDescription(String description)

      Setter for the field description.

      Parameters:
      description - a String object.
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object