|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.cnes.sitools.solr.model.EntityDTO
public final class EntityDTO
DTO to represent an entity field
Constructor Summary | |
---|---|
EntityDTO()
Default constructor |
Method Summary | |
---|---|
java.util.List<FieldDTO> |
getFields()
Gets the fields value |
java.lang.String |
getName()
Gets the name value |
java.lang.String |
getQuery()
Gets the query value |
void |
setFields(java.util.List<FieldDTO> fields)
Sets the value of fields |
void |
setName(java.lang.String name)
Sets the value of name |
void |
setQuery(java.lang.String query)
Sets the value of query |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EntityDTO()
Method Detail |
---|
public java.lang.String getName()
public void setName(java.lang.String name)
name
- the name to setpublic java.lang.String getQuery()
public void setQuery(java.lang.String query)
query
- the query to setpublic java.util.List<FieldDTO> getFields()
public void setFields(java.util.List<FieldDTO> fields)
fields
- the fields to set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |