|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.google.code.linkedinapi.schema.impl.FacetImpl
public class FacetImpl
Field Summary | |
---|---|
protected BucketsImpl |
buckets
|
protected FacetType |
code
|
protected java.lang.String |
name
|
private static long |
serialVersionUID
|
Constructor Summary | |
---|---|
FacetImpl()
|
Method Summary | |
---|---|
Buckets |
getBuckets()
Gets the value of the buckets property. |
FacetType |
getCode()
Gets the value of the code property. |
java.lang.String |
getName()
Gets the value of the name property. |
void |
setBuckets(Buckets value)
Sets the value of the buckets property. |
void |
setCode(FacetType value)
Sets the value of the code property. |
void |
setName(java.lang.String value)
Sets the value of the name property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private static final long serialVersionUID
protected java.lang.String name
protected FacetType code
protected BucketsImpl buckets
Constructor Detail |
---|
public FacetImpl()
Method Detail |
---|
public java.lang.String getName()
Facet
getName
in interface Facet
String
public void setName(java.lang.String value)
Facet
setName
in interface Facet
value
- allowed object is
String
public FacetType getCode()
Facet
getCode
in interface Facet
FacetType
public void setCode(FacetType value)
Facet
setCode
in interface Facet
value
- allowed object is
FacetType
public Buckets getBuckets()
Facet
getBuckets
in interface Facet
Buckets
public void setBuckets(Buckets value)
Facet
setBuckets
in interface Facet
value
- allowed object is
Buckets
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |