|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.hack23.cia.model.common.impl.BaseEntity com.hack23.cia.model.common.impl.AbstractResource com.hack23.cia.model.application.impl.common.AbstractApplicationResource com.hack23.cia.model.application.impl.common.AbstractAgencyConfiguration com.hack23.cia.model.application.impl.common.Portal
@Entity public class Portal
The Class Portal.
Nested Class Summary | |
---|---|
static class |
Portal.LanguageContentKey
The Enum LanguageContentKey. |
Constructor Summary | |
---|---|
Portal()
Instantiates a new portal. |
Method Summary | |
---|---|
Agency |
getAgency()
Gets the agency. |
Set<LanguageContent> |
getLanguageContent()
Gets the language content. |
Set<LanguageContent> |
getLanguageContentByLanguage(Language language)
Gets the language content by language. |
String |
getMatchesUrl()
Gets the matches url. |
String |
getTitleDescription()
Gets the title description. |
void |
setAgency(Agency agency)
Sets the agency. |
void |
setLanguageContent(Set<LanguageContent> languageContent)
Sets the language content. |
void |
setMatchesUrl(String matchesUrl)
Sets the matches url. |
void |
setTitleDescription(String titleDescription)
Sets the title description. |
Methods inherited from class com.hack23.cia.model.application.impl.common.AbstractAgencyConfiguration |
---|
getActiveByDefault, getName, getUsageOrder, setActiveByDefault, setName, setUsageOrder |
Methods inherited from class com.hack23.cia.model.common.impl.AbstractResource |
---|
getId, getResourceType, getVersion, setId, setResourceType, setVersion |
Methods inherited from class com.hack23.cia.model.common.impl.BaseEntity |
---|
equals, hashCode, isNew |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.hack23.cia.model.common.api.Resource |
---|
getResourceType, setResourceType |
Methods inherited from interface com.hack23.cia.model.common.api.PersistedModelObject |
---|
getId, getVersion, isNew, setId, setVersion |
Constructor Detail |
---|
public Portal()
Method Detail |
---|
public Agency getAgency()
public Set<LanguageContent> getLanguageContent()
public Set<LanguageContent> getLanguageContentByLanguage(Language language)
language
- the language
public String getMatchesUrl()
public String getTitleDescription()
public void setAgency(Agency agency)
agency
- the new agencypublic void setLanguageContent(Set<LanguageContent> languageContent)
languageContent
- the new language contentpublic void setMatchesUrl(String matchesUrl)
matchesUrl
- the new matches urlpublic void setTitleDescription(String titleDescription)
titleDescription
- the new title description
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |