@Entity public class Milestone extends Object implements Serializable
Constructor and Description |
---|
Milestone() |
Milestone(String title,
Date dueDate,
String description,
Workspace workspace) |
Milestone(Workspace pWorkspace,
String pTitle) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object pObj) |
ACL |
getACL() |
String |
getDescription() |
Date |
getDueDate() |
int |
getId() |
String |
getTitle() |
Workspace |
getWorkspace() |
String |
getWorkspaceId() |
int |
hashCode() |
void |
setACL(ACL acl) |
void |
setDescription(String description) |
void |
setDueDate(Date dueDate) |
void |
setTitle(String title) |
void |
setWorkspace(Workspace pWorkspace) |
String |
toString() |
public int getId()
public Date getDueDate()
public void setDueDate(Date dueDate)
public Workspace getWorkspace()
public String getWorkspaceId()
public void setWorkspace(Workspace pWorkspace)
public String getDescription()
public void setDescription(String description)
public String getTitle()
public void setTitle(String title)
public ACL getACL()
public void setACL(ACL acl)
Copyright © 2017 DocDoku. All rights reserved.