- Author
- Lluis TurrĂ³ Cutiller lluis.nosp@m.@tur.nosp@m.ro.or.nosp@m.g
Definition at line 34 of file FieldIt.java.
◆ createValue()
ValueIt org.turro.contacts.FieldIt.createValue |
( |
| ) |
|
Definition at line 137 of file FieldIt.java.
138 ValueIt v =
new ValueIt();
◆ getId()
String org.turro.contacts.FieldIt.getId |
( |
| ) |
|
◆ getJavaClass()
Class org.turro.contacts.FieldIt.getJavaClass |
( |
| ) |
|
◆ getName()
String org.turro.contacts.FieldIt.getName |
( |
| ) |
|
◆ getOrder()
int org.turro.contacts.FieldIt.getOrder |
( |
| ) |
|
◆ getPath()
String org.turro.contacts.FieldIt.getPath |
( |
| ) |
|
◆ isComposite()
boolean org.turro.contacts.FieldIt.isComposite |
( |
| ) |
|
◆ isDescription()
boolean org.turro.contacts.FieldIt.isDescription |
( |
| ) |
|
◆ isPublishable()
boolean org.turro.contacts.FieldIt.isPublishable |
( |
| ) |
|
◆ isSearchable()
boolean org.turro.contacts.FieldIt.isSearchable |
( |
| ) |
|
◆ isValid()
boolean org.turro.contacts.FieldIt.isValid |
( |
| ) |
|
Definition at line 131 of file FieldIt.java.
132 return !Strings.isBlank(name) &&
133 !Strings.isBlank(path) &&
◆ setComposite()
void org.turro.contacts.FieldIt.setComposite |
( |
boolean |
composite | ) |
|
Definition at line 117 of file FieldIt.java.
118 this.composite = composite;
◆ setDescription()
void org.turro.contacts.FieldIt.setDescription |
( |
boolean |
description | ) |
|
Definition at line 101 of file FieldIt.java.
102 this.description = description;
◆ setId()
void org.turro.contacts.FieldIt.setId |
( |
String |
id | ) |
|
◆ setJavaClass()
void org.turro.contacts.FieldIt.setJavaClass |
( |
Class |
javaClass | ) |
|
Definition at line 85 of file FieldIt.java.
86 this.javaClass = javaClass;
◆ setName()
void org.turro.contacts.FieldIt.setName |
( |
String |
name | ) |
|
◆ setOrder()
void org.turro.contacts.FieldIt.setOrder |
( |
int |
order | ) |
|
◆ setPath()
void org.turro.contacts.FieldIt.setPath |
( |
String |
path | ) |
|
◆ setPublishable()
void org.turro.contacts.FieldIt.setPublishable |
( |
boolean |
publishable | ) |
|
Definition at line 109 of file FieldIt.java.
110 this.publishable = publishable;
◆ setSearchable()
void org.turro.contacts.FieldIt.setSearchable |
( |
boolean |
searchable | ) |
|
Definition at line 125 of file FieldIt.java.
126 this.searchable = searchable;
The documentation for this class was generated from the following file: