public class ProjectImpl extends Object implements Project
| Constructor and Description |
|---|
ProjectImpl() |
ProjectImpl(Project project) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getDescription() |
String |
getId() |
Set<Locale> |
getLocales() |
String |
getName() |
Set<User> |
getOwners() |
String |
getSecret() |
int |
hashCode() |
void |
setDescription(String description) |
void |
setId(String id) |
void |
setLocales(Set<Locale> locales) |
void |
setName(String name) |
void |
setOwners(Set<User> owners) |
void |
setSecret(String secret) |
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitgetDisplayNamepublic ProjectImpl()
public ProjectImpl(Project project)
public String getDescription()
getDescription in interface Projectpublic void setDescription(String description)
setDescription in interface Projectpublic Set<Locale> getLocales()
getLocales in interface Projectpublic void setLocales(Set<Locale> locales)
setLocales in interface ProjectCopyright © 2019. All rights reserved.