com.google.code.linkedinapi.schema.impl
Class TwitterAccountImpl
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
providerAccountId
protected java.lang.Long providerAccountId
providerAccountName
protected java.lang.String providerAccountName
TwitterAccountImpl
public TwitterAccountImpl()
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