Definition at line 32 of file Connector.java.
◆ entityId()
Object org.turro.contacts.Connector.entityId |
( |
| ) |
|
◆ getCanShow()
boolean org.turro.contacts.Connector.getCanShow |
( |
String |
userId | ) |
|
◆ getContact()
◆ getDescription()
String org.turro.contacts.Connector.getDescription |
( |
| ) |
|
◆ getFullConnector()
String org.turro.contacts.Connector.getFullConnector |
( |
| ) |
|
◆ getId()
String org.turro.contacts.Connector.getId |
( |
| ) |
|
◆ getOwner()
String org.turro.contacts.Connector.getOwner |
( |
| ) |
|
◆ getType()
String org.turro.contacts.Connector.getType |
( |
| ) |
|
Definition at line 125 of file Connector.java.
126 String type = TypeByValues.getType(value);
127 return type ==
null ? description : type;
◆ getValue()
String org.turro.contacts.Connector.getValue |
( |
| ) |
|
◆ isEmpty()
boolean org.turro.contacts.Connector.isEmpty |
( |
| ) |
|
◆ isOnlyOwner()
boolean org.turro.contacts.Connector.isOnlyOwner |
( |
| ) |
|
◆ setContact()
◆ setDescription()
void org.turro.contacts.Connector.setDescription |
( |
String |
description | ) |
|
Definition at line 87 of file Connector.java.
88 this.description = description;
◆ setId()
void org.turro.contacts.Connector.setId |
( |
String |
id | ) |
|
|
protected |
◆ setOnlyOwner()
void org.turro.contacts.Connector.setOnlyOwner |
( |
boolean |
onlyOwner | ) |
|
◆ setOwner()
void org.turro.contacts.Connector.setOwner |
( |
String |
owner | ) |
|
◆ setValue()
void org.turro.contacts.Connector.setValue |
( |
String |
value | ) |
|
The documentation for this class was generated from the following file: