com.google.code.linkedinapi.schema.impl
Class ImAccountImpl
java.lang.Object
com.google.code.linkedinapi.schema.impl.ImAccountImpl
- All Implemented Interfaces:
- ImAccount, SchemaEntity, java.io.Serializable
public class ImAccountImpl
- extends java.lang.Object
- implements java.io.Serializable, ImAccount
- 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
imAccountType
protected ImAccountType imAccountType
imAccountName
protected java.lang.String imAccountName
ImAccountImpl
public ImAccountImpl()
getImAccountType
public ImAccountType getImAccountType()
- Description copied from interface:
ImAccount
- Gets the value of the imAccountType property.
- Specified by:
getImAccountType
in interface ImAccount
- Returns:
- possible object is
ImAccountType
setImAccountType
public void setImAccountType(ImAccountType value)
- Description copied from interface:
ImAccount
- Sets the value of the imAccountType property.
- Specified by:
setImAccountType
in interface ImAccount
- Parameters:
value
- allowed object is
ImAccountType
getImAccountName
public java.lang.String getImAccountName()
- Description copied from interface:
ImAccount
- Gets the value of the imAccountName property.
- Specified by:
getImAccountName
in interface ImAccount
- Returns:
- possible object is
String
setImAccountName
public void setImAccountName(java.lang.String value)
- Description copied from interface:
ImAccount
- Sets the value of the imAccountName property.
- Specified by:
setImAccountName
in interface ImAccount
- Parameters:
value
- allowed object is
String