org.gcube.portlets.user.collectionexplorer.client.model
Class ResultObj

java.lang.Object
  extended by org.gcube.portlets.user.collectionexplorer.client.model.ResultObj
All Implemented Interfaces:
Serializable

public class ResultObj
extends Object
implements Serializable

ResultObj is the entry point class

Version:
September 2010 (0.1)
Author:
Massimiliano Assante, ISTI-CNR - massimiliano.assante@isti.cnr.it
See Also:
Serialized Form

Field Summary
protected  String annotationsNo
          annotationsNo text
protected  String currUserName
          The user who asked for results in the portal, needed to ask for the content
protected  String htmlText
          htmlText text
protected  String metadataNo
          metadataNo text
protected  String mimetype
          the mimetype of the object
protected  String oid
          oid
protected  ResultRecord resultRec
          resultRec Record
protected  String title
           
 
Constructor Summary
ResultObj()
          constructor
ResultObj(String currUserName, String title, String oid, ResultRecord resultRec, Client_DigiObjectInfo digiObjInfo, String htmlText, String metadataNo, String annotationsNo, String mimetype, String collectionID, String metadataCollectionID, String rank, String collectionName)
           
 
Method Summary
 String getAnnotationsNo()
           
 String getCollectionID()
           
 String getCollectionName()
           
 String getCurrUserName()
           
 Client_DigiObjectInfo getDigiObjInfo()
           
 String getHtmlText()
           
 String getMetadataCollectionID()
           
 String getMetadataNo()
           
 String getMimetype()
           
 String getOid()
           
 String getRank()
           
 ResultRecord getResultRec()
           
 String getTitle()
           
 void setAnnotationsNo(String annotationsNo)
           
 void setCollectionID(String collectionID)
           
 void setCollectionName(String collectionName)
           
 void setCurrUserName(String currUserName)
           
 void setDigiObjInfo(Client_DigiObjectInfo digiObjInfo)
           
 void setHtmlText(String htmlText)
           
 void setMetadataCollectionID(String metadataCollectionID)
           
 void setMetadataNo(String metadataNo)
           
 void setMimetype(String mimetype)
           
 void setOid(String oid)
           
 void setRank(String rank)
           
 void setResultRec(ResultRecord resultRec)
           
 void setTitle(String title)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

currUserName

protected String currUserName
The user who asked for results in the portal, needed to ask for the content


title

protected String title

oid

protected String oid
oid


resultRec

protected ResultRecord resultRec
resultRec Record


htmlText

protected String htmlText
htmlText text


metadataNo

protected String metadataNo
metadataNo text


annotationsNo

protected String annotationsNo
annotationsNo text


mimetype

protected String mimetype
the mimetype of the object

Constructor Detail

ResultObj

public ResultObj()
constructor


ResultObj

public ResultObj(String currUserName,
                 String title,
                 String oid,
                 ResultRecord resultRec,
                 Client_DigiObjectInfo digiObjInfo,
                 String htmlText,
                 String metadataNo,
                 String annotationsNo,
                 String mimetype,
                 String collectionID,
                 String metadataCollectionID,
                 String rank,
                 String collectionName)
Parameters:
currUserName - d
title - d
oid - d
resultRec - d
htmlText - d
metadataNo - d
annotationsNo - d
mimetype - d
collectionID - d
metadataCollectionID - d
rank - d
collectionName - d
Method Detail

getMetadataCollectionID

public String getMetadataCollectionID()

setMetadataCollectionID

public void setMetadataCollectionID(String metadataCollectionID)

getCollectionID

public String getCollectionID()

setCollectionID

public void setCollectionID(String collectionID)

getCurrUserName

public String getCurrUserName()

setCurrUserName

public void setCurrUserName(String currUserName)

getRank

public String getRank()

setRank

public void setRank(String rank)

getOid

public String getOid()

setOid

public void setOid(String oid)

getTitle

public String getTitle()

setTitle

public void setTitle(String title)

getHtmlText

public String getHtmlText()
Returns:
htmlText

setHtmlText

public void setHtmlText(String htmlText)
Parameters:
htmlText - htmlText

getResultRec

public ResultRecord getResultRec()
Returns:
result Record

setResultRec

public void setResultRec(ResultRecord resultRec)
Parameters:
resultRec - result Record

getMetadataNo

public String getMetadataNo()

setMetadataNo

public void setMetadataNo(String metadataNo)

getAnnotationsNo

public String getAnnotationsNo()

setAnnotationsNo

public void setAnnotationsNo(String annotationsNo)

getMimetype

public String getMimetype()

setMimetype

public void setMimetype(String mimetype)

getCollectionName

public String getCollectionName()

setCollectionName

public void setCollectionName(String collectionName)

getDigiObjInfo

public Client_DigiObjectInfo getDigiObjInfo()

setDigiObjInfo

public void setDigiObjInfo(Client_DigiObjectInfo digiObjInfo)


Copyright © 2014. All Rights Reserved.