BrightSide Workbench Full Report + Source Code
IContactRelation.java
Go to the documentation of this file.
1
/*
2
* TurrĂ³ i Cutiller Foundation. License notice.
3
* Copyright (C) 2020 Lluis TurrĂ³ Cutiller <http://www.turro.org/>
4
*
5
* This program is free software: you can redistribute it and/or modify
6
* it under the terms of the GNU Affero General Public License as published by
7
* the Free Software Foundation, either version 3 of the License, or
8
* (at your option) any later version.
9
*
10
* This program is distributed in the hope that it will be useful,
11
* but WITHOUT ANY WARRANTY; without even the implied warranty of
12
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13
* GNU Affero General Public License for more details.
14
*
15
* You should have received a copy of the GNU Affero General Public License
16
* along with this program. If not, see <http://www.gnu.org/licenses/>.
17
*/
18
package
org.turro.plugin.contacts;
19
20
import
java.util.Date;
21
import
org.turro.entities.IElephantEntity;
22
27
public
interface
IContactRelation
{
28
29
public
String
getRelatedId
();
30
public
Object
getRelatedContact
();
31
public
IElephantEntity
getRelatedEntity
();
32
public
IContact
getRelatedIContact
();
33
public
String
getDue
();
34
public
boolean
isWorker
();
35
public
boolean
isHHRR
();
36
public
boolean
asWorker
();
37
public
boolean
getStrong
();
38
public
boolean
getValidated
();
39
public
String
getImage
();
40
public
Date
getStartDate
();
41
public
Date
getEndDate
();
42
public
String
getDatesString
();
43
44
public
Object
getRelation
();
45
46
}
org.turro.entities.IElephantEntity
Definition:
IElephantEntity.java:39
org.turro.plugin.contacts.IContactRelation
Definition:
IContactRelation.java:27
org.turro.plugin.contacts.IContactRelation.getRelation
Object getRelation()
org.turro.plugin.contacts.IContactRelation.getImage
String getImage()
org.turro.plugin.contacts.IContactRelation.getValidated
boolean getValidated()
org.turro.plugin.contacts.IContactRelation.getRelatedId
String getRelatedId()
org.turro.plugin.contacts.IContactRelation.isWorker
boolean isWorker()
org.turro.plugin.contacts.IContactRelation.getDue
String getDue()
org.turro.plugin.contacts.IContactRelation.getDatesString
String getDatesString()
org.turro.plugin.contacts.IContactRelation.getStrong
boolean getStrong()
org.turro.plugin.contacts.IContactRelation.getRelatedIContact
IContact getRelatedIContact()
org.turro.plugin.contacts.IContactRelation.asWorker
boolean asWorker()
org.turro.plugin.contacts.IContactRelation.getEndDate
Date getEndDate()
org.turro.plugin.contacts.IContactRelation.isHHRR
boolean isHHRR()
org.turro.plugin.contacts.IContactRelation.getRelatedContact
Object getRelatedContact()
org.turro.plugin.contacts.IContactRelation.getStartDate
Date getStartDate()
org.turro.plugin.contacts.IContactRelation.getRelatedEntity
IElephantEntity getRelatedEntity()
org.turro.plugin.contacts.IContact
Definition:
elephant/src/main/java/org/turro/plugin/contacts/IContact.java:33
TurroProjects
Public
Elephant
elephant
src
main
java
org
turro
plugin
contacts
IContactRelation.java
Generated on Tue Mar 12 2024 07:01:19 for BrightSide by
1.9.1