com.google.code.linkedinapi.schema.impl
Class MemberGroupImpl

java.lang.Object
  extended by com.google.code.linkedinapi.schema.impl.MemberGroupImpl
All Implemented Interfaces:
MemberGroup, SchemaEntity, java.io.Serializable

public class MemberGroupImpl
extends java.lang.Object
implements java.io.Serializable, MemberGroup

See Also:
Serialized Form

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

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values

id

protected java.lang.String id

name

protected java.lang.String name

siteGroupRequest

protected SiteGroupRequestImpl siteGroupRequest
Constructor Detail

MemberGroupImpl

public MemberGroupImpl()
Method Detail

getId

public java.lang.String getId()
Description copied from interface: MemberGroup
Gets the value of the id property.

Specified by:
getId in interface MemberGroup
Returns:
possible object is String

setId

public void setId(java.lang.String value)
Description copied from interface: MemberGroup
Sets the value of the id property.

Specified by:
setId in interface MemberGroup
Parameters:
value - allowed object is String

getName

public java.lang.String getName()
Description copied from interface: MemberGroup
Gets the value of the name property.

Specified by:
getName in interface MemberGroup
Returns:
possible object is String

setName

public void setName(java.lang.String value)
Description copied from interface: MemberGroup
Sets the value of the name property.

Specified by:
setName in interface MemberGroup
Parameters:
value - allowed object is String

getSiteGroupRequest

public SiteGroupRequest getSiteGroupRequest()
Description copied from interface: MemberGroup
Gets the value of the siteGroupRequest property.

Specified by:
getSiteGroupRequest in interface MemberGroup
Returns:
possible object is SiteGroupRequest

setSiteGroupRequest

public void setSiteGroupRequest(SiteGroupRequest value)
Description copied from interface: MemberGroup
Sets the value of the siteGroupRequest property.

Specified by:
setSiteGroupRequest in interface MemberGroup
Parameters:
value - allowed object is SiteGroupRequest