Package fr.becpg.repo.report.entity
Class EntityImageInfo
java.lang.Object
fr.becpg.repo.report.entity.EntityImageInfo
EntityImageInfo class.
- Version:
- $Id: $Id
- Author:
- matthieu
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionEntityImageInfo(String imgId, org.alfresco.service.cmr.repository.NodeRef imageNodeRef) Constructor for EntityImageInfo. -
Method Summary
Modifier and TypeMethodDescriptionbooleanGetter for the fielddescription.getId()Getter for the fieldid.org.alfresco.service.cmr.repository.NodeRefGetter for the fieldimageNodeRef.getName()Getter for the fieldname.getTitle()Getter for the fieldtitle.inthashCode()voidsetDescription(String description) Setter for the fielddescription.voidSetter for the fieldid.voidSetter for the fieldname.voidSetter for the fieldtitle.toString()
-
Field Details
-
Constructor Details
-
EntityImageInfo
Constructor for EntityImageInfo.
- Parameters:
imgId- aStringobjectimageNodeRef- aNodeRefobject
-
-
Method Details
-
getImageNodeRef
public org.alfresco.service.cmr.repository.NodeRef getImageNodeRef()Getter for the field
imageNodeRef.- Returns:
- a
NodeRefobject
-
getId
Getter for the field
id.- Returns:
- a
Stringobject.
-
setId
Setter for the field
id.- Parameters:
id- aStringobject.
-
getName
Getter for the field
name.- Returns:
- a
Stringobject.
-
setName
Setter for the field
name.- Parameters:
name- aStringobject.
-
getTitle
Getter for the field
title.- Returns:
- a
Stringobject.
-
setTitle
Setter for the field
title.- Parameters:
title- aStringobject.
-
getDescription
Getter for the field
description.- Returns:
- a
Stringobject.
-
setDescription
Setter for the field
description.- Parameters:
description- aStringobject.
-
hashCode
public int hashCode() -
equals
-
toString
-