@Entity public class ViewParameterEntity extends Object
Constructor and Description |
---|
ViewParameterEntity() |
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Get the parameter description.
|
String |
getName()
Get the parameter name.
|
ViewEntity |
getViewEntity()
Get the associated view entity.
|
String |
getViewName()
Get the view name.
|
boolean |
isRequired()
Determine whether or not the parameter is required.
|
void |
setDescription(String description)
Set the parameter description.
|
void |
setName(String name)
Set the parameter name.
|
void |
setRequired(boolean required)
Set the flag which indicate whether or not the parameter is required.
|
void |
setViewEntity(ViewEntity view)
Set the associated view entity.
|
void |
setViewName(String viewName)
Set the view name.
|
public String getViewName()
public void setViewName(String viewName)
viewName
- the view namepublic String getName()
public void setName(String name)
name
- the parameter namepublic String getDescription()
public void setDescription(String description)
description
- the parameter descriptionpublic boolean isRequired()
public void setRequired(boolean required)
required
- the required flag; true if the parameter is requiredpublic ViewEntity getViewEntity()
public void setViewEntity(ViewEntity view)
view
- the view entityCopyright © 2016. All rights reserved.