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

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

public class NetworkImpl
extends java.lang.Object
implements java.io.Serializable, Network

See Also:
Serialized Form

Field Summary
protected  NetworkStatsImpl networkStats
           
private static long serialVersionUID
           
protected  UpdatesImpl updates
           
 
Constructor Summary
NetworkImpl()
           
 
Method Summary
 NetworkStats getNetworkStats()
          Gets the value of the networkStats property.
 Updates getUpdates()
          Gets the value of the updates property.
 void setNetworkStats(NetworkStats value)
          Sets the value of the networkStats property.
 void setUpdates(Updates value)
          Sets the value of the updates 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

networkStats

protected NetworkStatsImpl networkStats

updates

protected UpdatesImpl updates
Constructor Detail

NetworkImpl

public NetworkImpl()
Method Detail

getNetworkStats

public NetworkStats getNetworkStats()
Description copied from interface: Network
Gets the value of the networkStats property.

Specified by:
getNetworkStats in interface Network
Returns:
possible object is NetworkStats

setNetworkStats

public void setNetworkStats(NetworkStats value)
Description copied from interface: Network
Sets the value of the networkStats property.

Specified by:
setNetworkStats in interface Network
Parameters:
value - allowed object is NetworkStats

getUpdates

public Updates getUpdates()
Description copied from interface: Network
Gets the value of the updates property.

Specified by:
getUpdates in interface Network
Returns:
possible object is Updates

setUpdates

public void setUpdates(Updates value)
Description copied from interface: Network
Sets the value of the updates property.

Specified by:
setUpdates in interface Network
Parameters:
value - allowed object is Updates