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

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

public class TwitterAccountImpl
extends java.lang.Object
implements java.io.Serializable, TwitterAccount

See Also:
Serialized Form

Field Summary
protected  java.lang.Long providerAccountId
           
protected  java.lang.String providerAccountName
           
private static long serialVersionUID
           
 
Constructor Summary
TwitterAccountImpl()
           
 
Method Summary
 java.lang.Long getProviderAccountId()
          Gets the value of the providerAccountId property.
 java.lang.String getProviderAccountName()
          Gets the value of the providerAccountName property.
 void setProviderAccountId(java.lang.Long value)
          Sets the value of the providerAccountId property.
 void setProviderAccountName(java.lang.String value)
          Sets the value of the providerAccountName 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

providerAccountId

protected java.lang.Long providerAccountId

providerAccountName

protected java.lang.String providerAccountName
Constructor Detail

TwitterAccountImpl

public TwitterAccountImpl()
Method Detail

getProviderAccountId

public java.lang.Long getProviderAccountId()
Description copied from interface: TwitterAccount
Gets the value of the providerAccountId property.

Specified by:
getProviderAccountId in interface TwitterAccount
Returns:
possible object is String

setProviderAccountId

public void setProviderAccountId(java.lang.Long value)
Description copied from interface: TwitterAccount
Sets the value of the providerAccountId property.

Specified by:
setProviderAccountId in interface TwitterAccount
Parameters:
value - allowed object is String

getProviderAccountName

public java.lang.String getProviderAccountName()
Description copied from interface: TwitterAccount
Gets the value of the providerAccountName property.

Specified by:
getProviderAccountName in interface TwitterAccount
Returns:
possible object is String

setProviderAccountName

public void setProviderAccountName(java.lang.String value)
Description copied from interface: TwitterAccount
Sets the value of the providerAccountName property.

Specified by:
setProviderAccountName in interface TwitterAccount
Parameters:
value - allowed object is String