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

Public Member Functions

Contact getCreator ()
 
void setCreator (Contact creator)
 
Date getDateCreation ()
 
void setDateCreation (Date dateCreation)
 
String getId ()
 
void setId (String id)
 
String getName ()
 
void setName (String name)
 
String getPath ()
 
void setPath (String path)
 

Detailed Description

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

Definition at line 42 of file TagIt.java.

Member Function Documentation

◆ getCreator()

Contact org.turro.contacts.TagIt.getCreator ( )

Definition at line 62 of file TagIt.java.

62  {
63  return creator;
64  }

◆ getDateCreation()

Date org.turro.contacts.TagIt.getDateCreation ( )

Definition at line 70 of file TagIt.java.

70  {
71  return dateCreation;
72  }

◆ getId()

String org.turro.contacts.TagIt.getId ( )

Definition at line 78 of file TagIt.java.

78  {
79  return id;
80  }

◆ getName()

String org.turro.contacts.TagIt.getName ( )

Definition at line 86 of file TagIt.java.

86  {
87  return name;
88  }

◆ getPath()

String org.turro.contacts.TagIt.getPath ( )

Definition at line 94 of file TagIt.java.

94  {
95  return path;
96  }

◆ setCreator()

void org.turro.contacts.TagIt.setCreator ( Contact  creator)

Definition at line 66 of file TagIt.java.

66  {
67  this.creator = creator;
68  }

◆ setDateCreation()

void org.turro.contacts.TagIt.setDateCreation ( Date  dateCreation)

Definition at line 74 of file TagIt.java.

74  {
75  this.dateCreation = dateCreation;
76  }

◆ setId()

void org.turro.contacts.TagIt.setId ( String  id)

Definition at line 82 of file TagIt.java.

82  {
83  this.id = id;
84  }

◆ setName()

void org.turro.contacts.TagIt.setName ( String  name)

Definition at line 90 of file TagIt.java.

90  {
91  this.name = name;
92  }

◆ setPath()

void org.turro.contacts.TagIt.setPath ( String  path)

Definition at line 98 of file TagIt.java.

98  {
99  this.path = path;
100  }

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