@Entity public class Exhibition extends NamingItem
| Constructor and Description |
|---|
Exhibition() |
| Modifier and Type | Method and Description |
|---|---|
CountryType |
getCountry() |
Date |
getEnd() |
Date |
getMoment() |
CityType |
getPlace() |
Date |
getStart() |
String |
getThumbnail() |
void |
setCountry(CountryType country) |
void |
setEnd(Date end) |
void |
setMoment(Date moment) |
void |
setPlace(CityType place) |
void |
setStart(Date start) |
void |
setThumbnail(String thumbnail) |
getCreated, getDescription, getDescription, getDescriptionMap, getDescriptionObject, getKeywords, getKeywords, getModified, getModifiedAddress, getModifiedBy, getName, getName, getOverviewDescription, getShortDescription, getShortName, getTechnical, getUuid, getVisible, setCreated, setDescriptionMap, setModified, setModifiedAddress, setModifiedBy, setTechnical, setUuid, setVisiblepublic Date getMoment()
public void setMoment(Date moment)
public Date getStart()
public void setStart(Date start)
public Date getEnd()
public void setEnd(Date end)
public CityType getPlace()
public void setPlace(CityType place)
public CountryType getCountry()
public void setCountry(CountryType country)
public String getThumbnail()
public void setThumbnail(String thumbnail)
Copyright © 2010–2020 T.I.V. Consulting GmbH. All rights reserved.