public class Competition extends Object implements Serializable
| Constructor and Description |
|---|
Competition() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getAvailableentrants() |
String |
getCompetitiondescription() |
String |
getCompetitionname() |
UUID |
getCompetitionuuid() |
Date |
getEffectivedate() |
Integer |
getEntrants() |
Date |
getExpirationdate() |
Integer |
getMaxentrants() |
void |
setAvailableentrants(Integer availableentrants) |
void |
setCompetitiondescription(String competitiondescription) |
void |
setCompetitionname(String competitionname) |
void |
setCompetitionuuid(UUID competitionuuid) |
void |
setEffectivedate(Date effectivedate) |
void |
setEntrants(Integer entrants) |
void |
setExpirationdate(Date expirationdate) |
void |
setMaxentrants(Integer maxentrants) |
public UUID getCompetitionuuid()
public void setCompetitionuuid(UUID competitionuuid)
competitionuuid - the competitionuuid to setpublic String getCompetitionname()
public void setCompetitionname(String competitionname)
competitionname - the competitionname to setpublic String getCompetitiondescription()
public void setCompetitiondescription(String competitiondescription)
competitiondescription - the competitiondescription to setpublic Date getEffectivedate()
public void setEffectivedate(Date effectivedate)
effectivedate - the effectivedate to setpublic Date getExpirationdate()
public void setExpirationdate(Date expirationdate)
expirationdate - the expirationdate to setpublic Integer getMaxentrants()
public void setMaxentrants(Integer maxentrants)
maxentrants - the maxentrants to setpublic Integer getEntrants()
public void setEntrants(Integer entrants)
entrants - the entrants to setpublic Integer getAvailableentrants()
public void setAvailableentrants(Integer availableentrants)
availableentrants - the availableentrants to setCopyright © 2016 Blugrid Pty. Ltd.. All rights reserved.