|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.google.code.linkedinapi.schema.impl.BucketImpl
public class BucketImpl
Field Summary | |
---|---|
protected java.lang.String |
code
|
protected java.lang.Long |
count
|
protected java.lang.String |
name
|
private static long |
serialVersionUID
|
Constructor Summary | |
---|---|
BucketImpl()
|
Method Summary | |
---|---|
java.lang.String |
getCode()
Gets the value of the code property. |
java.lang.Long |
getCount()
Gets the value of the count property. |
java.lang.String |
getName()
Gets the value of the name property. |
void |
setCode(java.lang.String value)
Sets the value of the code property. |
void |
setCount(java.lang.Long value)
Sets the value of the count 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 java.lang.String code
protected java.lang.Long count
Constructor Detail |
---|
public BucketImpl()
Method Detail |
---|
public java.lang.String getName()
Bucket
getName
in interface Bucket
String
public void setName(java.lang.String value)
Bucket
setName
in interface Bucket
value
- allowed object is
String
public java.lang.String getCode()
Bucket
getCode
in interface Bucket
String
public void setCode(java.lang.String value)
Bucket
setCode
in interface Bucket
value
- allowed object is
String
public java.lang.Long getCount()
Bucket
getCount
in interface Bucket
String
public void setCount(java.lang.Long value)
Bucket
setCount
in interface Bucket
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |