fr.cnes.sitools.dataset.opensearch.model
Class OpensearchColumn

java.lang.Object
  extended by fr.cnes.sitools.dataset.opensearch.model.OpensearchColumn

public final class OpensearchColumn
extends java.lang.Object

Model to store OpenSearch columns

Author:
AKKA Technologies

Constructor Summary
OpensearchColumn()
           
 
Method Summary
 java.lang.String getIdColumn()
          Gets the idColumn value
 java.lang.String getType()
          Gets the type value
 void setIdColumn(java.lang.String idColumn)
          Sets the value of idColumn
 void setType(java.lang.String type)
          Sets the value of type
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OpensearchColumn

public OpensearchColumn()
Method Detail

getIdColumn

public java.lang.String getIdColumn()
Gets the idColumn value

Returns:
the idColumn

setIdColumn

public void setIdColumn(java.lang.String idColumn)
Sets the value of idColumn

Parameters:
idColumn - the idColumn to set

getType

public java.lang.String getType()
Gets the type value

Returns:
the type

setType

public void setType(java.lang.String type)
Sets the value of type

Parameters:
type - the type to set


Copyright © 2010-2013 CNES. All Rights Reserved.