public class Epic extends Object
Constructor and Description |
---|
Epic() |
Modifier and Type | Method and Description |
---|---|
Author |
getAuthor() |
Date |
getCreatedAt() |
String |
getDescription() |
Date |
getEndDate() |
Long |
getGroupId() |
Long |
getId() |
Long |
getIid() |
List<String> |
getLabels() |
Date |
getStartDate() |
String |
getTitle() |
Date |
getUpdatedAt() |
void |
setAuthor(Author author) |
void |
setCreatedAt(Date createdAt) |
void |
setDescription(String description) |
void |
setEndDate(Date endDate) |
void |
setGroupId(Long groupId) |
void |
setId(Long id) |
void |
setIid(Long iid) |
void |
setLabels(List<String> labels) |
void |
setStartDate(Date startDate) |
void |
setTitle(String title) |
void |
setUpdatedAt(Date updatedAt) |
String |
toString() |
Epic |
withAuthor(Author author) |
Epic |
withDescription(String description) |
Epic |
withEndDate(Date endDate) |
Epic |
withLabels(List<String> labels) |
Epic |
withStartDate(Date startDate) |
Epic |
withTitle(String title) |
public Long getId()
public void setId(Long id)
public Long getIid()
public void setIid(Long iid)
public Long getGroupId()
public void setGroupId(Long groupId)
public String getTitle()
public void setTitle(String title)
public String getDescription()
public void setDescription(String description)
public Author getAuthor()
public void setAuthor(Author author)
public Date getStartDate()
public void setStartDate(Date startDate)
public Date getEndDate()
public void setEndDate(Date endDate)
public Date getCreatedAt()
public void setCreatedAt(Date createdAt)
public Date getUpdatedAt()
public void setUpdatedAt(Date updatedAt)
Copyright © 2022. All rights reserved.