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

Public Member Functions

 ContactStubmin (Contact contact)
 
ContactType getType ()
 
void setType (ContactType type)
 
String getName ()
 
void setName (String name)
 

Detailed Description

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

Definition at line 29 of file ContactStubmin.java.

Constructor & Destructor Documentation

◆ ContactStubmin()

org.turro.contacts.stub.ContactStubmin.ContactStubmin ( Contact  contact)

Definition at line 34 of file ContactStubmin.java.

34  {
35  silentlyInitializeValues(contact);
36  }

Member Function Documentation

◆ getName()

String org.turro.contacts.stub.ContactStubmin.getName ( )

Definition at line 46 of file ContactStubmin.java.

46  {
47  return name;
48  }

◆ getType()

ContactType org.turro.contacts.stub.ContactStubmin.getType ( )

Definition at line 38 of file ContactStubmin.java.

38  {
39  return type;
40  }

◆ setName()

void org.turro.contacts.stub.ContactStubmin.setName ( String  name)

Definition at line 50 of file ContactStubmin.java.

50  {
51  this.name = name;
52  }

◆ setType()

void org.turro.contacts.stub.ContactStubmin.setType ( ContactType  type)

Definition at line 42 of file ContactStubmin.java.

42  {
43  this.type = type;
44  }

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