BrightSide Workbench Full Report + Source Code
org.turro.contacts.profile.ProfileImage Class Reference
Inheritance diagram for org.turro.contacts.profile.ProfileImage:
Collaboration diagram for org.turro.contacts.profile.ProfileImage:

Public Member Functions

void setContact (Contact contact)
 
void setSrc (String src)
 

Detailed Description

Author
Lluis TurrĂ³ Cutiller lluis.nosp@m.@tur.nosp@m.ro.or.nosp@m.g

Definition at line 36 of file ProfileImage.java.

Member Function Documentation

◆ setContact()

void org.turro.contacts.profile.ProfileImage.setContact ( Contact  contact)

Definition at line 40 of file ProfileImage.java.

40  {
41  this.contact = contact;
42  }

◆ setSrc()

void org.turro.contacts.profile.ProfileImage.setSrc ( String  src)

Definition at line 45 of file ProfileImage.java.

45  {
46  super.setSrc(src);
47  saveImage();
48  }

The documentation for this class was generated from the following file: