fr.cnes.sitools.form.project.model
Class FormPropertyParameter

java.lang.Object
  extended by fr.cnes.sitools.form.project.model.FormPropertyParameter

public class FormPropertyParameter
extends java.lang.Object

Object to store Form property search parameter

Author:
m.gond

Constructor Summary
FormPropertyParameter()
          Default constructor
FormPropertyParameter(java.lang.String name, java.lang.String type)
          Constructor with name of type attributes
 
Method Summary
 java.lang.String getName()
          Gets the name value
 java.lang.String getType()
          Gets the type value
 void setName(java.lang.String name)
          Sets the value of name
 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

FormPropertyParameter

public FormPropertyParameter()
Default constructor


FormPropertyParameter

public FormPropertyParameter(java.lang.String name,
                             java.lang.String type)
Constructor with name of type attributes

Parameters:
name - the name of the property
type - the type of search to perform on that property
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

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.