fr.cnes.sitools.solr.model
Class EntityDTO

java.lang.Object
  extended by fr.cnes.sitools.solr.model.EntityDTO
All Implemented Interfaces:
java.io.Serializable

public final class EntityDTO
extends java.lang.Object
implements java.io.Serializable

DTO to represent an entity field

Author:
m.gond (AKKA Technologies)
See Also:
Serialized Form

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

EntityDTO

public EntityDTO()
Default constructor

Method Detail

getName

public java.lang.String getName()
Gets the name value

Returns:
the name

setName

public void setName(java.lang.String name)
Sets the value of name

Parameters:
name - the name to set

getQuery

public java.lang.String getQuery()
Gets the query value

Returns:
the query

setQuery

public void setQuery(java.lang.String query)
Sets the value of query

Parameters:
query - the query to set

getFields

public java.util.List<FieldDTO> getFields()
Gets the fields value

Returns:
the fields

setFields

public void setFields(java.util.List<FieldDTO> fields)
Sets the value of fields

Parameters:
fields - the fields to set


Copyright © 2010-2013 CNES. All Rights Reserved.