|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.hack23.cia.model.impl.common.BaseEntity com.hack23.cia.model.impl.common.AbstractResource com.hack23.cia.model.impl.application.content.AbstractApplicationResource com.hack23.cia.model.impl.application.configuration.AbstractAgencyConfiguration com.hack23.cia.model.impl.application.configuration.Portal
@Entity public class Portal extends AbstractAgencyConfiguration implements PortalData
The Class Portal.
Constructor and Description |
---|
Portal()
Instantiates a new portal. |
Modifier and Type | Method and Description |
---|---|
Agency |
getAgency()
Gets the agency. |
AgencyData |
getAgencyData()
Gets the agency data. |
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.impl.application.configuration.AbstractAgencyConfiguration |
---|
getActiveByDefault, getApplicationTypeContext, getName, getUsageOrder, setActiveByDefault, setName, setUsageOrder |
Methods inherited from class com.hack23.cia.model.impl.common.AbstractResource |
---|
getId, getResourceType, getVersion, setId, setResourceType, setVersion |
Methods inherited from class com.hack23.cia.model.impl.common.BaseEntity |
---|
equals, getTypeContext, 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.api.application.configuration.PortalData |
---|
getName |
Methods inherited from interface com.hack23.cia.model.api.application.configuration.Configuration |
---|
setName |
Methods inherited from interface com.hack23.cia.model.api.application.control.UsageOrder |
---|
getActiveByDefault, getUsageOrder, setActiveByDefault, setUsageOrder |
Methods inherited from interface com.hack23.cia.model.api.common.Resource |
---|
getResourceType |
Methods inherited from interface com.hack23.cia.model.api.common.PersistedModelObject |
---|
getId, getTypeContext, getVersion, isNew, setId, setVersion |
Constructor Detail |
---|
public Portal()
Method Detail |
---|
public Agency getAgency()
public AgencyData getAgencyData()
PortalData
getAgencyData
in interface PortalData
public Set<LanguageContent> getLanguageContent()
public Set<LanguageContent> getLanguageContentByLanguage(Language language)
language
- the languagepublic String getMatchesUrl()
PortalData
getMatchesUrl
in interface PortalData
public String getTitleDescription()
PortalData
getTitleDescription
in interface PortalData
public void setAgency(Agency agency)
agency
- the new agencypublic void setLanguageContent(Set<LanguageContent> languageContent)
languageContent
- the new language contentpublic void setMatchesUrl(String matchesUrl)
PortalData
setMatchesUrl
in interface PortalData
matchesUrl
- the new matches urlpublic void setTitleDescription(String titleDescription)
PortalData
setTitleDescription
in interface PortalData
titleDescription
- the new title description
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |