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

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

public class AuthorizationImpl
extends java.lang.Object
implements java.io.Serializable, Authorization

See Also:
Serialized Form

Field Summary
protected  java.lang.String name
           
private static long serialVersionUID
           
protected  java.lang.String value
           
 
Constructor Summary
AuthorizationImpl()
           
 
Method Summary
 java.lang.String getName()
          Gets the value of the name property.
 java.lang.String getValue()
          Gets the value of the value property.
 void setName(java.lang.String value)
          Sets the value of the name property.
 void setValue(java.lang.String value)
          Sets the value of the value 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

name

protected java.lang.String name

value

protected java.lang.String value
Constructor Detail

AuthorizationImpl

public AuthorizationImpl()
Method Detail

getName

public java.lang.String getName()
Description copied from interface: Authorization
Gets the value of the name property.

Specified by:
getName in interface Authorization
Returns:
possible object is String

setName

public void setName(java.lang.String value)
Description copied from interface: Authorization
Sets the value of the name property.

Specified by:
setName in interface Authorization
Parameters:
value - allowed object is String

getValue

public java.lang.String getValue()
Description copied from interface: Authorization
Gets the value of the value property.

Specified by:
getValue in interface Authorization
Returns:
possible object is String

setValue

public void setValue(java.lang.String value)
Description copied from interface: Authorization
Sets the value of the value property.

Specified by:
setValue in interface Authorization
Parameters:
value - allowed object is String