Package net.anotheria.anodoc.query2
Class ResultEntryBean
- java.lang.Object
-
- net.anotheria.anodoc.query2.ResultEntryBean
-
public class ResultEntryBean extends java.lang.ObjectA bean which contains one result entry.- Version:
- $Id: $Id
- Author:
- lrosenberg
-
-
Constructor Summary
Constructors Constructor Description ResultEntryBean()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetDocumentId()Getter for the fielddocumentId.java.lang.StringgetDocumentName()Getter for the fielddocumentName.java.lang.StringgetEditLink()Getter for the fieldeditLink.java.lang.StringgetInfo()Getter for the fieldinfo.java.lang.StringgetPropertyName()Getter for the fieldpropertyName.voidsetDocumentId(java.lang.String documentId)Setter for the fielddocumentId.voidsetDocumentName(java.lang.String documentName)Setter for the fielddocumentName.voidsetEditLink(java.lang.String editLink)Setter for the fieldeditLink.voidsetInfo(java.lang.String info)Setter for the fieldinfo.voidsetPropertyName(java.lang.String propertyName)Setter for the fieldpropertyName.
-
-
-
Method Detail
-
getDocumentId
public java.lang.String getDocumentId()
Getter for the field
documentId.- Returns:
- a
Stringobject.
-
setDocumentId
public void setDocumentId(java.lang.String documentId)
Setter for the field
documentId.- Parameters:
documentId- aStringobject.
-
getEditLink
public java.lang.String getEditLink()
Getter for the field
editLink.- Returns:
- a
Stringobject.
-
setEditLink
public void setEditLink(java.lang.String editLink)
Setter for the field
editLink.- Parameters:
editLink- aStringobject.
-
getInfo
public java.lang.String getInfo()
Getter for the field
info.- Returns:
- a
Stringobject.
-
setInfo
public void setInfo(java.lang.String info)
Setter for the field
info.- Parameters:
info- aStringobject.
-
getPropertyName
public java.lang.String getPropertyName()
Getter for the field
propertyName.- Returns:
- a
Stringobject.
-
setPropertyName
public void setPropertyName(java.lang.String propertyName)
Setter for the field
propertyName.- Parameters:
propertyName- aStringobject.
-
setDocumentName
public void setDocumentName(java.lang.String documentName)
Setter for the field
documentName.- Parameters:
documentName- aStringobject.
-
getDocumentName
public java.lang.String getDocumentName()
Getter for the field
documentName.- Returns:
- a
Stringobject.
-
-