BrightSide Workbench Full Report + Source Code
org.turro.erp.entity.TimeControl Class Reference
Inheritance diagram for org.turro.erp.entity.TimeControl:
Collaboration diagram for org.turro.erp.entity.TimeControl:

Public Member Functions

long getId ()
 
void setId (long id)
 
HumanResource getHumanResource ()
 
void setHumanResource (HumanResource humanResource)
 
Task getTask ()
 
void setTask (Task task)
 
Date getStartTime ()
 
void setStartTime (Date startTime)
 
Date getEndTime ()
 
void setEndTime (Date endTime)
 
boolean isStartManual ()
 
void setStartManual (boolean startManual)
 
boolean isEndManual ()
 
void setEndManual (boolean endManual)
 

Detailed Description

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

Definition at line 36 of file TimeControl.java.

Member Function Documentation

◆ getEndTime()

Date org.turro.erp.entity.TimeControl.getEndTime ( )

Definition at line 91 of file TimeControl.java.

91  {
92  return endTime;
93  }

◆ getHumanResource()

HumanResource org.turro.erp.entity.TimeControl.getHumanResource ( )

Definition at line 67 of file TimeControl.java.

67  {
68  return humanResource;
69  }

◆ getId()

long org.turro.erp.entity.TimeControl.getId ( )

Definition at line 59 of file TimeControl.java.

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

◆ getStartTime()

Date org.turro.erp.entity.TimeControl.getStartTime ( )

Definition at line 83 of file TimeControl.java.

83  {
84  return startTime;
85  }

◆ getTask()

Task org.turro.erp.entity.TimeControl.getTask ( )

Definition at line 75 of file TimeControl.java.

75  {
76  return task;
77  }

◆ isEndManual()

boolean org.turro.erp.entity.TimeControl.isEndManual ( )

Definition at line 107 of file TimeControl.java.

107  {
108  return endManual;
109  }

◆ isStartManual()

boolean org.turro.erp.entity.TimeControl.isStartManual ( )

Definition at line 99 of file TimeControl.java.

99  {
100  return startManual;
101  }

◆ setEndManual()

void org.turro.erp.entity.TimeControl.setEndManual ( boolean  endManual)

Definition at line 111 of file TimeControl.java.

111  {
112  this.endManual = endManual;
113  }
Here is the caller graph for this function:

◆ setEndTime()

void org.turro.erp.entity.TimeControl.setEndTime ( Date  endTime)

Definition at line 95 of file TimeControl.java.

95  {
96  this.endTime = endTime;
97  }
Here is the caller graph for this function:

◆ setHumanResource()

void org.turro.erp.entity.TimeControl.setHumanResource ( HumanResource  humanResource)

Definition at line 71 of file TimeControl.java.

71  {
72  this.humanResource = humanResource;
73  }
Here is the caller graph for this function:

◆ setId()

void org.turro.erp.entity.TimeControl.setId ( long  id)

Definition at line 63 of file TimeControl.java.

63  {
64  this.id = id;
65  }

◆ setStartManual()

void org.turro.erp.entity.TimeControl.setStartManual ( boolean  startManual)

Definition at line 103 of file TimeControl.java.

103  {
104  this.startManual = startManual;
105  }
Here is the caller graph for this function:

◆ setStartTime()

void org.turro.erp.entity.TimeControl.setStartTime ( Date  startTime)

Definition at line 87 of file TimeControl.java.

87  {
88  this.startTime = startTime;
89  }
Here is the caller graph for this function:

◆ setTask()

void org.turro.erp.entity.TimeControl.setTask ( Task  task)

Definition at line 79 of file TimeControl.java.

79  {
80  this.task = task;
81  }
Here is the caller graph for this function:

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