|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.cnes.sitools.form.project.model.FormPropertyParameter
public class FormPropertyParameter
Object to store Form property search parameter
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 |
---|
public FormPropertyParameter()
public FormPropertyParameter(java.lang.String name, java.lang.String type)
name
- the name of the propertytype
- the type of search to perform on that propertyMethod 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 set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |