org.springframework.social.linkedin.api
Class Company.CompanyContactInfo

java.lang.Object
  extended by org.springframework.social.linkedin.api.LinkedInObject
      extended by org.springframework.social.linkedin.api.Company.CompanyContactInfo
All Implemented Interfaces:
Serializable
Enclosing class:
Company

public static final class Company.CompanyContactInfo
extends LinkedInObject
implements Serializable

See Also:
Serialized Form

Constructor Summary
Company.CompanyContactInfo(String fax, String phone1)
           
 
Method Summary
 String getFax()
           
 String getPhone1()
           
 
Methods inherited from class org.springframework.social.linkedin.api.LinkedInObject
add, getExtraData
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Company.CompanyContactInfo

public Company.CompanyContactInfo(String fax,
                                  String phone1)
Method Detail

getFax

public String getFax()

getPhone1

public String getPhone1()