public class DefaultAboutContribution extends Object implements AboutContribution
| Constructor and Description |
|---|
DefaultAboutContribution(AboutManager manager,
String tipo,
String participantName,
String title,
String description,
Date begin,
Date end) |
DefaultAboutContribution(AboutParticipant participant,
String title,
String description,
Date begin,
Date end) |
| Modifier and Type | Method and Description |
|---|---|
Date |
getBegin() |
String |
getDescription() |
Date |
getEnd() |
AboutParticipant |
getParticipant() |
String |
getTitle() |
public DefaultAboutContribution(AboutParticipant participant, String title, String description, Date begin, Date end)
public String getTitle()
getTitle in interface AboutContributionpublic Date getEnd()
getEnd in interface AboutContributionpublic Date getBegin()
getBegin in interface AboutContributionpublic AboutParticipant getParticipant()
getParticipant in interface AboutContributionpublic String getDescription()
getDescription in interface AboutContribution