◆ SocialRelation()
org.turro.contacts.social.SocialRelation.SocialRelation |
( |
Contact |
business, |
|
|
Contact |
contact, |
|
|
String |
socialGroupId |
|
) |
| |
Definition at line 32 of file SocialRelation.java.
33 this.business = business;
34 this.contact = contact;
35 this.socialGroupId = socialGroupId;
◆ getBusiness()
Contact org.turro.contacts.social.SocialRelation.getBusiness |
( |
| ) |
|
◆ getContact()
Contact org.turro.contacts.social.SocialRelation.getContact |
( |
| ) |
|
◆ getSocialGroupId()
String org.turro.contacts.social.SocialRelation.getSocialGroupId |
( |
| ) |
|
◆ isBusinessMissing()
boolean org.turro.contacts.social.SocialRelation.isBusinessMissing |
( |
| ) |
|
◆ isContactMissing()
boolean org.turro.contacts.social.SocialRelation.isContactMissing |
( |
| ) |
|
The documentation for this class was generated from the following file: