@Entity public class Project extends Object implements Entity, Identifiable, Stampable
| Modifier and Type | Class and Description |
|---|---|
static class |
Project.ProjectStatus |
| Constructor and Description |
|---|
Project() |
| Modifier and Type | Method and Description |
|---|---|
String |
getClient() |
Date |
getCreationDate() |
Principal |
getCreator() |
String |
getDescription() |
UUID |
getId() |
boolean |
getIsTemplate() |
Date |
getLastUpdate() |
String |
getName() |
Set<PrincipalProject> |
getPrincipalProject() |
UUID |
getShape() |
Project.ProjectStatus |
getStatus() |
Tenant |
getTenant() |
void |
setClient(String client) |
void |
setCreationDate(Date creationDate) |
void |
setCreator(Principal creator) |
void |
setDescription(String description) |
void |
setId(UUID id) |
void |
setIsTemplate(boolean isTemplate) |
void |
setLastUpdate(Date lastUpdate) |
void |
setName(String name) |
void |
setPrincipalProject(Set<PrincipalProject> principalProject) |
void |
setShape(UUID shape) |
void |
setStatus(Project.ProjectStatus status) |
void |
setTenant(Tenant tenant) |
String |
toString() |
public Set<PrincipalProject> getPrincipalProject()
public void setPrincipalProject(Set<PrincipalProject> principalProject)
public UUID getId()
getId in interface Identifiablepublic void setId(UUID id)
setId in interface Identifiablepublic Tenant getTenant()
public void setTenant(Tenant tenant)
public String getName()
public void setName(String name)
public String getDescription()
public void setDescription(String description)
public String getClient()
public void setClient(String client)
public Project.ProjectStatus getStatus()
public void setStatus(Project.ProjectStatus status)
public boolean getIsTemplate()
public void setIsTemplate(boolean isTemplate)
public UUID getShape()
public void setShape(UUID shape)
public Principal getCreator()
public void setCreator(Principal creator)
public Date getCreationDate()
getCreationDate in interface Stampablepublic void setCreationDate(Date creationDate)
setCreationDate in interface Stampablepublic Date getLastUpdate()
getLastUpdate in interface Stampablepublic void setLastUpdate(Date lastUpdate)
setLastUpdate in interface StampableCopyright © 2016. All Rights Reserved.