| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectfr.cnes.sitools.form.project.dto.FormPropertyParameterDTO
public class FormPropertyParameterDTO
Object to store Form property search parameter
| Constructor Summary | |
|---|---|
FormPropertyParameterDTO()
Default constructor  | 
|
FormPropertyParameterDTO(java.lang.String name,
                         java.lang.String type)
Constructor with name of type attributes  | 
|
| Method Summary | |
|---|---|
static java.util.List<FormPropertyParameter> | 
dtoToproperties(java.util.List<FormPropertyParameterDTO> propertiesDTO)
Wrap List of FormPropertyParameterDTO to List of FormPropertyParameter | 
 java.lang.String | 
getName()
Gets the name value  | 
 java.lang.String | 
getType()
Gets the type value  | 
static java.util.List<FormPropertyParameterDTO> | 
propertiesToDTO(java.util.List<FormPropertyParameter> properties)
Wrap List of FormPropertyParameter to List of FormPropertyParameterDTO | 
 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 | 
|---|
public FormPropertyParameterDTO()
public FormPropertyParameterDTO(java.lang.String name,
                                java.lang.String type)
name - the name of the propertytype - the type of search to perform on that property| Method Detail | 
|---|
public java.lang.String getName()
public void setName(java.lang.String name)
name - the name to setpublic java.lang.String getType()
public void setType(java.lang.String type)
type - the type to setpublic static java.util.List<FormPropertyParameterDTO> propertiesToDTO(java.util.List<FormPropertyParameter> properties)
FormPropertyParameterDTO
properties - the list of objects
public static java.util.List<FormPropertyParameter> dtoToproperties(java.util.List<FormPropertyParameterDTO> propertiesDTO)
FormPropertyParameter
propertiesDTO - the list of dtos
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||