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

Public Member Functions

long getId ()
 
void setId (long id)
 
Contract getContract ()
 
void setContract (Contract contract)
 
long getRemoteId ()
 
void setRemoteId (long remoteId)
 
String getRemoteName ()
 
void setRemoteName (String remoteName)
 
String getRemoteServer ()
 
void setRemoteServer (String remoteServer)
 
boolean isEmpty ()
 

Detailed Description

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

Definition at line 34 of file ContractHandshake.java.

Member Function Documentation

◆ getContract()

Contract org.turro.financials.entity.ContractHandshake.getContract ( )

Definition at line 58 of file ContractHandshake.java.

58  {
59  return contract;
60  }
Here is the caller graph for this function:

◆ getId()

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

Definition at line 50 of file ContractHandshake.java.

50  {
51  return id;
52  }

◆ getRemoteId()

long org.turro.financials.entity.ContractHandshake.getRemoteId ( )

Definition at line 66 of file ContractHandshake.java.

66  {
67  return remoteId;
68  }

◆ getRemoteName()

String org.turro.financials.entity.ContractHandshake.getRemoteName ( )

Definition at line 74 of file ContractHandshake.java.

74  {
75  return remoteName;
76  }

◆ getRemoteServer()

String org.turro.financials.entity.ContractHandshake.getRemoteServer ( )

Definition at line 82 of file ContractHandshake.java.

82  {
83  return remoteServer;
84  }
Here is the caller graph for this function:

◆ isEmpty()

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

Definition at line 92 of file ContractHandshake.java.

92  {
93  return Strings.isBlank(remoteServer);
94  }

◆ setContract()

void org.turro.financials.entity.ContractHandshake.setContract ( Contract  contract)

Definition at line 62 of file ContractHandshake.java.

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

◆ setId()

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

Definition at line 54 of file ContractHandshake.java.

54  {
55  this.id = id;
56  }

◆ setRemoteId()

void org.turro.financials.entity.ContractHandshake.setRemoteId ( long  remoteId)

Definition at line 70 of file ContractHandshake.java.

70  {
71  this.remoteId = remoteId;
72  }

◆ setRemoteName()

void org.turro.financials.entity.ContractHandshake.setRemoteName ( String  remoteName)

Definition at line 78 of file ContractHandshake.java.

78  {
79  this.remoteName = remoteName;
80  }

◆ setRemoteServer()

void org.turro.financials.entity.ContractHandshake.setRemoteServer ( String  remoteServer)

Definition at line 86 of file ContractHandshake.java.

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

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