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 AboutContribution
public Date getEnd()
getEnd
in interface AboutContribution
public Date getBegin()
getBegin
in interface AboutContribution
public AboutParticipant getParticipant()
getParticipant
in interface AboutContribution
public String getDescription()
getDescription
in interface AboutContribution