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

Public Member Functions

String getComment ()
 
void setComment (String comment)
 
Date getDepreciationDate ()
 
void setDepreciationDate (Date depreciationDate)
 
FixedAsset getFixedAsset ()
 
void setFixedAsset (FixedAsset fixedAsset)
 
long getId ()
 
void setId (long id)
 
double getPerCent ()
 
void setPerCent (double perCent)
 
boolean isValid ()
 

Detailed Description

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

Definition at line 35 of file FixedAssetDepreciation.java.

Member Function Documentation

◆ getComment()

String org.turro.financials.entity.FixedAssetDepreciation.getComment ( )

Definition at line 52 of file FixedAssetDepreciation.java.

52  {
53  return comment;
54  }

◆ getDepreciationDate()

Date org.turro.financials.entity.FixedAssetDepreciation.getDepreciationDate ( )

Definition at line 60 of file FixedAssetDepreciation.java.

60  {
61  return depreciationDate;
62  }

◆ getFixedAsset()

FixedAsset org.turro.financials.entity.FixedAssetDepreciation.getFixedAsset ( )

Definition at line 68 of file FixedAssetDepreciation.java.

68  {
69  return fixedAsset;
70  }

◆ getId()

long org.turro.financials.entity.FixedAssetDepreciation.getId ( )

Definition at line 76 of file FixedAssetDepreciation.java.

76  {
77  return id;
78  }

◆ getPerCent()

double org.turro.financials.entity.FixedAssetDepreciation.getPerCent ( )

Definition at line 84 of file FixedAssetDepreciation.java.

84  {
85  return perCent;
86  }

◆ isValid()

boolean org.turro.financials.entity.FixedAssetDepreciation.isValid ( )

Definition at line 94 of file FixedAssetDepreciation.java.

94  {
95  return depreciationDate != null;
96  }
Here is the caller graph for this function:

◆ setComment()

void org.turro.financials.entity.FixedAssetDepreciation.setComment ( String  comment)

Definition at line 56 of file FixedAssetDepreciation.java.

56  {
57  this.comment = comment;
58  }

◆ setDepreciationDate()

void org.turro.financials.entity.FixedAssetDepreciation.setDepreciationDate ( Date  depreciationDate)

Definition at line 64 of file FixedAssetDepreciation.java.

64  {
65  this.depreciationDate = depreciationDate;
66  }

◆ setFixedAsset()

void org.turro.financials.entity.FixedAssetDepreciation.setFixedAsset ( FixedAsset  fixedAsset)

Definition at line 72 of file FixedAssetDepreciation.java.

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

◆ setId()

void org.turro.financials.entity.FixedAssetDepreciation.setId ( long  id)

Definition at line 80 of file FixedAssetDepreciation.java.

80  {
81  this.id = id;
82  }

◆ setPerCent()

void org.turro.financials.entity.FixedAssetDepreciation.setPerCent ( double  perCent)

Definition at line 88 of file FixedAssetDepreciation.java.

88  {
89  this.perCent = perCent;
90  }

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