public class Project extends Object implements Serializable
Constructor and Description |
---|
Project() |
Modifier and Type | Method and Description |
---|---|
String |
getDescription() |
Boolean |
getEnabled() |
String |
getId() |
String |
getName() |
void |
setDescription(String description) |
void |
setEnabled(Boolean enabled) |
void |
setId(String id) |
void |
setName(String name) |
String |
toString() |
public String getId()
public void setId(String id)
id
- the id to setpublic String getName()
public void setName(String name)
name
- the name to setpublic String getDescription()
public void setDescription(String description)
description
- the description to setpublic Boolean getEnabled()
public void setEnabled(Boolean enabled)
enabled
- the enabled to setCopyright © 2015 JBoss by Red Hat. All rights reserved.