|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.gcube.portlets.user.collectionexplorer.client.model.ResultObj
public class ResultObj
ResultObj
is the entry point class
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 |
---|
protected String currUserName
protected String title
protected String oid
protected ResultRecord resultRec
protected String htmlText
protected String metadataNo
protected String annotationsNo
protected String mimetype
Constructor Detail |
---|
public 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)
currUserName
- dtitle
- doid
- dresultRec
- dhtmlText
- dmetadataNo
- dannotationsNo
- dmimetype
- dcollectionID
- dmetadataCollectionID
- drank
- dcollectionName
- dMethod Detail |
---|
public String getMetadataCollectionID()
public void setMetadataCollectionID(String metadataCollectionID)
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 getOid()
public void setOid(String oid)
public String getTitle()
public void setTitle(String title)
public String getHtmlText()
public void setHtmlText(String htmlText)
htmlText
- htmlTextpublic ResultRecord getResultRec()
public void setResultRec(ResultRecord resultRec)
resultRec
- result Recordpublic String getMetadataNo()
public void setMetadataNo(String metadataNo)
public String getAnnotationsNo()
public void setAnnotationsNo(String annotationsNo)
public String getMimetype()
public void setMimetype(String mimetype)
public String getCollectionName()
public void setCollectionName(String collectionName)
public Client_DigiObjectInfo getDigiObjInfo()
public void setDigiObjInfo(Client_DigiObjectInfo digiObjInfo)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |