|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.gcube.portlets.user.results.client.model.ResultObj
public class ResultObj
| Field Summary | |
|---|---|
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 |
mimetype
the mimetype of the object |
protected ObjectType |
objectType
Object's type |
protected String |
objectURI
|
protected String |
payload
|
protected ResultRecord |
resultRec
resultRec Record |
protected String |
title
|
| Constructor Summary | |
|---|---|
ResultObj()
constructor |
|
ResultObj(String docURI,
String currUserName,
String title,
ResultRecord resultRec,
String htmlText,
String mimetype,
String collectionID,
String rank,
String collectionName,
ObjectType objectType)
|
|
| Method Summary | |
|---|---|
String |
getCollectionID()
|
String |
getCollectionName()
|
String |
getCurrUserName()
|
String |
getHtmlText()
|
String |
getMimetype()
|
ObjectType |
getObjectType()
|
String |
getObjectURI()
|
String |
getPayload()
|
String |
getRank()
|
String |
getTitle()
|
void |
setCollectionID(String collectionID)
|
void |
setCollectionName(String collectionName)
|
void |
setCurrUserName(String currUserName)
|
void |
setHtmlText(String htmlText)
|
void |
setMimetype(String mimetype)
|
void |
setObjectType(ObjectType objectType)
|
void |
setObjectURI(String objectURI)
|
void |
setPayload(String payload)
|
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 |
|---|
protected String currUserName
protected String title
protected String objectURI
protected ObjectType objectType
protected String payload
protected ResultRecord resultRec
protected String htmlText
protected String mimetype
| Constructor Detail |
|---|
public ResultObj()
public ResultObj(String docURI,
String currUserName,
String title,
ResultRecord resultRec,
String htmlText,
String mimetype,
String collectionID,
String rank,
String collectionName,
ObjectType objectType)
docURI - currUserName - title - resultRec - htmlText - mimetype - collectionID - rank - collectionName - | Method Detail |
|---|
public String getObjectURI()
public void setObjectURI(String objectURI)
public ObjectType getObjectType()
public void setObjectType(ObjectType objectType)
public String getCollectionID()
public void setCollectionID(String collectionID)
public String getCurrUserName()
public void setCurrUserName(String currUserName)
public String getRank()
public void setRank(String rank)
public String getTitle()
public void setTitle(String title)
public String getPayload()
public void setPayload(String payload)
public String getHtmlText()
public void setHtmlText(String htmlText)
htmlText - htmlTextpublic void setResultRec(ResultRecord resultRec)
resultRec - result Recordpublic String getMimetype()
public void setMimetype(String mimetype)
public String getCollectionName()
public void setCollectionName(String collectionName)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||