@Component @Scope(value="prototype") public class CreationForm extends Object
| Constructor and Description |
|---|
CreationForm()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Getter for description.
|
String |
getParentPath()
Getter for parentPath.
|
String |
getTitle()
Getter for title.
|
String |
getType()
Getter for type.
|
void |
setDescription(String description)
Setter for description.
|
void |
setParentPath(String parentPath)
Setter for parentPath.
|
void |
setTitle(String title)
Setter for title.
|
void |
setType(String type)
Setter for type.
|
public String getParentPath()
public void setParentPath(String parentPath)
parentPath - the parentPath to setpublic String getType()
public void setType(String type)
type - the type to setpublic String getTitle()
public void setTitle(String title)
title - the title to setpublic String getDescription()
public void setDescription(String description)
description - the description to setCopyright © 2018. All rights reserved.