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

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

public class AttributionImpl
extends java.lang.Object
implements java.io.Serializable, Attribution

See Also:
Serialized Form

Field Summary
private static long serialVersionUID
           
protected  ShareImpl share
           
 
Constructor Summary
AttributionImpl()
           
 
Method Summary
 Share getShare()
          Gets the value of the share property.
 void setShare(Share value)
          Sets the value of the share 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

share

protected ShareImpl share
Constructor Detail

AttributionImpl

public AttributionImpl()
Method Detail

getShare

public Share getShare()
Description copied from interface: Attribution
Gets the value of the share property.

Specified by:
getShare in interface Attribution
Returns:
possible object is Share

setShare

public void setShare(Share value)
Description copied from interface: Attribution
Sets the value of the share property.

Specified by:
setShare in interface Attribution
Parameters:
value - allowed object is Share