public class CategoryForm extends Object
Constructor and Description |
---|
CategoryForm()
Instantiates a new category form.
|
Modifier and Type | Method and Description |
---|---|
void |
clear()
Clear.
|
String |
getCat()
Gets the cat.
|
String |
getDescr()
Gets the descr.
|
String |
getName()
Gets the name.
|
String |
getParent()
Gets the parent.
|
String |
getType()
Gets the type.
|
void |
setCat(String val)
Sets the cat.
|
void |
setDescr(String val)
Sets the descr.
|
void |
setName(String val)
Sets the name.
|
void |
setParent(String val)
Sets the parent.
|
void |
setType(String val)
Sets the type.
|
public void clear()
public String getCat()
public String getDescr()
public String getName()
public String getParent()
public String getType()
public void setCat(String val)
val
- the new catpublic void setDescr(String val)
val
- the new descrpublic void setName(String val)
val
- the new namepublic void setParent(String val)
val
- the new parentpublic void setType(String val)
val
- the new typeCopyright © 2016 Fraunhofer FOKUS. All rights reserved.