BrightSide Workbench Full Report + Source Code
All Classes Namespaces Files Functions Variables Pages
org.turro.contacts.Usually Class Reference
Inheritance diagram for org.turro.contacts.Usually:
Collaboration diagram for org.turro.contacts.Usually:

Public Member Functions

String getId ()
 
void setId (String id)
 
String getPath ()
 
void setPath (String path)
 
long getUsages ()
 
void setUsages (long usages)
 

Detailed Description

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

Definition at line 31 of file Usually.java.

Member Function Documentation

◆ getId()

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

Definition at line 43 of file Usually.java.

43  {
44  return id;
45  }

◆ getPath()

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

Definition at line 51 of file Usually.java.

51  {
52  return path;
53  }
Here is the caller graph for this function:

◆ getUsages()

long org.turro.contacts.Usually.getUsages ( )

Definition at line 59 of file Usually.java.

59  {
60  return usages;
61  }
Here is the caller graph for this function:

◆ setId()

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

Definition at line 47 of file Usually.java.

47  {
48  this.id = id;
49  }

◆ setPath()

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

Definition at line 55 of file Usually.java.

55  {
56  this.path = path;
57  }

◆ setUsages()

void org.turro.contacts.Usually.setUsages ( long  usages)

Definition at line 63 of file Usually.java.

63  {
64  this.usages = usages;
65  }
Here is the caller graph for this function:

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