- Author
- Lluis TurrĂ³ Cutiller lluis.nosp@m.@tur.nosp@m.ro.or.nosp@m.g
Definition at line 44 of file ProjectGrant.java.
◆ entityId()
Object org.turro.dossier.entity.ProjectGrant.entityId |
( |
| ) |
|
◆ getBasis()
String org.turro.dossier.entity.ProjectGrant.getBasis |
( |
| ) |
|
◆ getBeneficiaries()
Wiki org.turro.dossier.entity.ProjectGrant.getBeneficiaries |
( |
| ) |
|
◆ getBudget()
double org.turro.dossier.entity.ProjectGrant.getBudget |
( |
| ) |
|
◆ getConvocation()
String org.turro.dossier.entity.ProjectGrant.getConvocation |
( |
| ) |
|
◆ getDeadline()
Wiki org.turro.dossier.entity.ProjectGrant.getDeadline |
( |
| ) |
|
◆ getDescription()
String org.turro.dossier.entity.ProjectGrant.getDescription |
( |
| ) |
|
◆ getElegible()
Wiki org.turro.dossier.entity.ProjectGrant.getElegible |
( |
| ) |
|
◆ getEndDate()
Date org.turro.dossier.entity.ProjectGrant.getEndDate |
( |
| ) |
|
◆ getFeatures()
Wiki org.turro.dossier.entity.ProjectGrant.getFeatures |
( |
| ) |
|
◆ getGoal()
Wiki org.turro.dossier.entity.ProjectGrant.getGoal |
( |
| ) |
|
◆ getGrantMatches()
List<IElephantEntity> org.turro.dossier.entity.ProjectGrant.getGrantMatches |
( |
| ) |
|
Definition at line 361 of file ProjectGrant.java.
List< IElephantEntity > getMatchingsForProjectGrant(Long projectGrantId)
◆ getId()
Long org.turro.dossier.entity.ProjectGrant.getId |
( |
| ) |
|
◆ getIntensity()
Wiki org.turro.dossier.entity.ProjectGrant.getIntensity |
( |
| ) |
|
◆ getMatchCriteria()
◆ getName()
String org.turro.dossier.entity.ProjectGrant.getName |
( |
| ) |
|
◆ getSource()
String org.turro.dossier.entity.ProjectGrant.getSource |
( |
| ) |
|
◆ getTitle()
String org.turro.dossier.entity.ProjectGrant.getTitle |
( |
| ) |
|
◆ isActive()
boolean org.turro.dossier.entity.ProjectGrant.isActive |
( |
| ) |
|
Definition at line 357 of file ProjectGrant.java.
358 return endDate ==
null || endDate.toInstant().isAfter(Instant.now());
◆ isBig()
boolean org.turro.dossier.entity.ProjectGrant.isBig |
( |
| ) |
|
◆ isCollaboration()
boolean org.turro.dossier.entity.ProjectGrant.isCollaboration |
( |
| ) |
|
◆ isCompanyType()
boolean org.turro.dossier.entity.ProjectGrant.isCompanyType |
( |
| ) |
|
◆ isEmpty()
boolean org.turro.dossier.entity.ProjectGrant.isEmpty |
( |
| ) |
|
Implements org.turro.jpa.entity.IDaoEntity.
Definition at line 332 of file ProjectGrant.java.
333 if(goal ==
null) goal =
new Wiki();
334 if(deadline ==
null) deadline =
new Wiki();
335 if(beneficiaries ==
null) beneficiaries =
new Wiki();
336 if(elegible ==
null) elegible =
new Wiki();
337 if(features ==
null) features =
new Wiki();
338 if(intensity ==
null) intensity =
new Wiki();
339 if(matchCriteria ==
null) matchCriteria =
new GrantMatchCriteria();
340 return Strings.isBlank(title) || goal.
isEmpty();
◆ isEndOfBudget()
boolean org.turro.dossier.entity.ProjectGrant.isEndOfBudget |
( |
| ) |
|
◆ isInKind()
boolean org.turro.dossier.entity.ProjectGrant.isInKind |
( |
| ) |
|
◆ isLoan()
boolean org.turro.dossier.entity.ProjectGrant.isLoan |
( |
| ) |
|
◆ isMedium()
boolean org.turro.dossier.entity.ProjectGrant.isMedium |
( |
| ) |
|
◆ isMicro()
boolean org.turro.dossier.entity.ProjectGrant.isMicro |
( |
| ) |
|
◆ isMinimis()
boolean org.turro.dossier.entity.ProjectGrant.isMinimis |
( |
| ) |
|
◆ isOtherOrgs()
boolean org.turro.dossier.entity.ProjectGrant.isOtherOrgs |
( |
| ) |
|
◆ isRecurrent()
boolean org.turro.dossier.entity.ProjectGrant.isRecurrent |
( |
| ) |
|
◆ isSmall()
boolean org.turro.dossier.entity.ProjectGrant.isSmall |
( |
| ) |
|
◆ isSubvention()
boolean org.turro.dossier.entity.ProjectGrant.isSubvention |
( |
| ) |
|
◆ setBasis()
void org.turro.dossier.entity.ProjectGrant.setBasis |
( |
String |
basis | ) |
|
◆ setBeneficiaries()
void org.turro.dossier.entity.ProjectGrant.setBeneficiaries |
( |
Wiki |
beneficiaries | ) |
|
◆ setBig()
void org.turro.dossier.entity.ProjectGrant.setBig |
( |
boolean |
big | ) |
|
◆ setBudget()
void org.turro.dossier.entity.ProjectGrant.setBudget |
( |
double |
budget | ) |
|
◆ setCollaboration()
void org.turro.dossier.entity.ProjectGrant.setCollaboration |
( |
boolean |
collaboration | ) |
|
◆ setConvocation()
void org.turro.dossier.entity.ProjectGrant.setConvocation |
( |
String |
convocation | ) |
|
◆ setDeadline()
void org.turro.dossier.entity.ProjectGrant.setDeadline |
( |
Wiki |
deadline | ) |
|
◆ setElegible()
void org.turro.dossier.entity.ProjectGrant.setElegible |
( |
Wiki |
elegible | ) |
|
◆ setEndDate()
void org.turro.dossier.entity.ProjectGrant.setEndDate |
( |
Date |
endDate | ) |
|
◆ setEndOfBudget()
void org.turro.dossier.entity.ProjectGrant.setEndOfBudget |
( |
boolean |
endOfBudget | ) |
|
◆ setFeatures()
void org.turro.dossier.entity.ProjectGrant.setFeatures |
( |
Wiki |
features | ) |
|
◆ setGoal()
void org.turro.dossier.entity.ProjectGrant.setGoal |
( |
Wiki |
goal | ) |
|
◆ setId()
void org.turro.dossier.entity.ProjectGrant.setId |
( |
Long |
id | ) |
|
◆ setInKind()
void org.turro.dossier.entity.ProjectGrant.setInKind |
( |
boolean |
inKind | ) |
|
◆ setIntensity()
void org.turro.dossier.entity.ProjectGrant.setIntensity |
( |
Wiki |
intensity | ) |
|
◆ setLoan()
void org.turro.dossier.entity.ProjectGrant.setLoan |
( |
boolean |
loan | ) |
|
◆ setMatchCriteria()
void org.turro.dossier.entity.ProjectGrant.setMatchCriteria |
( |
GrantMatchCriteria |
matchCriteria | ) |
|
◆ setMedium()
void org.turro.dossier.entity.ProjectGrant.setMedium |
( |
boolean |
medium | ) |
|
◆ setMicro()
void org.turro.dossier.entity.ProjectGrant.setMicro |
( |
boolean |
micro | ) |
|
◆ setMinimis()
void org.turro.dossier.entity.ProjectGrant.setMinimis |
( |
boolean |
minimis | ) |
|
◆ setOtherOrgs()
void org.turro.dossier.entity.ProjectGrant.setOtherOrgs |
( |
boolean |
otherOrgs | ) |
|
◆ setRecurrent()
void org.turro.dossier.entity.ProjectGrant.setRecurrent |
( |
boolean |
recurrent | ) |
|
◆ setSmall()
void org.turro.dossier.entity.ProjectGrant.setSmall |
( |
boolean |
small | ) |
|
◆ setSource()
void org.turro.dossier.entity.ProjectGrant.setSource |
( |
String |
source | ) |
|
◆ setSubvention()
void org.turro.dossier.entity.ProjectGrant.setSubvention |
( |
boolean |
subvention | ) |
|
◆ setTitle()
void org.turro.dossier.entity.ProjectGrant.setTitle |
( |
String |
title | ) |
|
The documentation for this class was generated from the following file: