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

Public Member Functions

boolean isAllowed ()
 
void setAllowed (boolean allowed)
 
ContractDefinition getRelatedStore ()
 
void setRelatedStore (ContractDefinition relatedStore)
 
DocumentDefinition getDocumentDefinition ()
 
void setDocumentDefinition (DocumentDefinition documentDefinition)
 
long getId ()
 
void setId (long id)
 

Detailed Description

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

Definition at line 32 of file RelatedStoreDefinition.java.

Member Function Documentation

◆ getDocumentDefinition()

DocumentDefinition org.turro.financials.entity.RelatedStoreDefinition.getDocumentDefinition ( )

Definition at line 63 of file RelatedStoreDefinition.java.

63  {
64  return documentDefinition;
65  }
Here is the caller graph for this function:

◆ getId()

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

Definition at line 71 of file RelatedStoreDefinition.java.

71  {
72  return id;
73  }

◆ getRelatedStore()

ContractDefinition org.turro.financials.entity.RelatedStoreDefinition.getRelatedStore ( )

Definition at line 55 of file RelatedStoreDefinition.java.

55  {
56  return relatedStore;
57  }
Here is the caller graph for this function:

◆ isAllowed()

boolean org.turro.financials.entity.RelatedStoreDefinition.isAllowed ( )

Definition at line 47 of file RelatedStoreDefinition.java.

47  {
48  return allowed;
49  }

◆ setAllowed()

void org.turro.financials.entity.RelatedStoreDefinition.setAllowed ( boolean  allowed)

Definition at line 51 of file RelatedStoreDefinition.java.

51  {
52  this.allowed = allowed;
53  }

◆ setDocumentDefinition()

void org.turro.financials.entity.RelatedStoreDefinition.setDocumentDefinition ( DocumentDefinition  documentDefinition)

Definition at line 67 of file RelatedStoreDefinition.java.

67  {
68  this.documentDefinition = documentDefinition;
69  }
Here is the caller graph for this function:

◆ setId()

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

Definition at line 75 of file RelatedStoreDefinition.java.

75  {
76  this.id = id;
77  }

◆ setRelatedStore()

void org.turro.financials.entity.RelatedStoreDefinition.setRelatedStore ( ContractDefinition  relatedStore)

Definition at line 59 of file RelatedStoreDefinition.java.

59  {
60  this.relatedStore = relatedStore;
61  }

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