|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.google.code.linkedinapi.schema.impl.MemberGroupImpl
public class MemberGroupImpl
Field Summary | |
---|---|
protected java.lang.String |
id
|
protected java.lang.String |
name
|
private static long |
serialVersionUID
|
protected SiteGroupRequestImpl |
siteGroupRequest
|
Constructor Summary | |
---|---|
MemberGroupImpl()
|
Method Summary | |
---|---|
java.lang.String |
getId()
Gets the value of the id property. |
java.lang.String |
getName()
Gets the value of the name property. |
SiteGroupRequest |
getSiteGroupRequest()
Gets the value of the siteGroupRequest property. |
void |
setId(java.lang.String value)
Sets the value of the id property. |
void |
setName(java.lang.String value)
Sets the value of the name property. |
void |
setSiteGroupRequest(SiteGroupRequest value)
Sets the value of the siteGroupRequest 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 id
protected java.lang.String name
protected SiteGroupRequestImpl siteGroupRequest
Constructor Detail |
---|
public MemberGroupImpl()
Method Detail |
---|
public java.lang.String getId()
MemberGroup
getId
in interface MemberGroup
String
public void setId(java.lang.String value)
MemberGroup
setId
in interface MemberGroup
value
- allowed object is
String
public java.lang.String getName()
MemberGroup
getName
in interface MemberGroup
String
public void setName(java.lang.String value)
MemberGroup
setName
in interface MemberGroup
value
- allowed object is
String
public SiteGroupRequest getSiteGroupRequest()
MemberGroup
getSiteGroupRequest
in interface MemberGroup
SiteGroupRequest
public void setSiteGroupRequest(SiteGroupRequest value)
MemberGroup
setSiteGroupRequest
in interface MemberGroup
value
- allowed object is
SiteGroupRequest
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |