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

Public Member Functions

long getId ()
 
void setId (long id)
 
String getName ()
 
void setName (String name)
 
boolean isEmpty ()
 

Detailed Description

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

Definition at line 32 of file RegisterView.java.

Member Function Documentation

◆ getId()

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

Definition at line 42 of file RegisterView.java.

42  {
43  return id;
44  }
Here is the caller graph for this function:

◆ getName()

String org.turro.financials.entity.RegisterView.getName ( )

Definition at line 50 of file RegisterView.java.

50  {
51  return name;
52  }
Here is the caller graph for this function:

◆ isEmpty()

boolean org.turro.financials.entity.RegisterView.isEmpty ( )

Helpers

Definition at line 60 of file RegisterView.java.

60  {
61  return Strings.isBlank(name);
62  }

◆ setId()

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

Definition at line 46 of file RegisterView.java.

46  {
47  this.id = id;
48  }

◆ setName()

void org.turro.financials.entity.RegisterView.setName ( String  name)

Definition at line 54 of file RegisterView.java.

54  {
55  this.name = name;
56  }

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