|
bea Systems, Inc. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
matched
[Suggestion] <*>------> [int]
score
[Suggestion] <*>------> [int]
item
[Suggestion] <>------> [theory.smart.ebusiness.item.Item]
SuggestionHome,
SuggestionImpl| Method Summary | |
Item |
getItem()
Get the remote object reference of item |
ItemPk |
getItemKey()
|
int |
getMatched()
Get the value of matched |
int |
getScore()
Get the value of score |
int |
incrementMatched()
Increase the number of matched items by 1 and return the new count. |
int |
incrementScore(int increment)
Increment the score by the specified value and return the new score. |
void |
setItem(Item item)
Set the remote object reference of item |
void |
setItemHandle(SmartHandle handle)
|
void |
setMatched(int matched)
Set the value of matched |
void |
setScore(int score)
Set the value of score |
| Methods inherited from interface theory.smart.foundation.Belonging |
equals,
value |
| Methods inherited from interface com.sun.java.util.collections.Comparable |
compareTo |
| Method Detail |
public int getMatched()
public void setMatched(int matched)
matcheds - matched to be addedpublic int getScore()
public void setScore(int score)
scores - score to be added
public Item getItem()
throws java.rmi.RemoteException
public void setItem(Item item)
throws java.rmi.RemoteException
items - item to be added
public ItemPk getItemKey()
throws java.rmi.RemoteException
public void setItemHandle(SmartHandle handle)
throws java.rmi.RemoteException
public int incrementMatched()
throws java.rmi.RemoteException
public int incrementScore(int increment)
throws java.rmi.RemoteException
|
bea Systems, Inc. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||