Class
Context
package:
net.jxta.myjxta.search
class
Context
Field Summary
private
int
context
private
Group
group
private
String
term
Constructor Summary
public
Context
(
int
context
,
Group
group
,
String
term
)
Method Summary
public
boolean
equals
(
Object
o
)
public
int
getContext
(
)
public
Group
getGroup
(
)
public
String
getTerm
(
)
Field Detail
context
private
int
context
= -1
group
private
Group
group
= null
term
private
String
term
= null
Constructor Detail
Context
public
Context
(
int
context
,
Group
group
,
String
term
)
Method Detail
equals
public
boolean
equals
(
Object
o
)
getContext
public
int
getContext
(
)
getGroup
public
Group
getGroup
(
)
getTerm
public
String
getTerm
(
)