com.hack23.cia.model.api.application
Interface PortalData

Package class diagram package PortalData
All Superinterfaces:
ApplicationResource, Configuration, ModelObject, PersistedModelObject, Resource, Serializable
All Known Implementing Classes:
Portal

public interface PortalData
extends Configuration

The Interface PortalData.


Method Summary
 AgencyData getAgencyData()
          Gets the agency data.
 String getMatchesUrl()
          Gets the matches url.
 String getName()
          Gets the name.
 String getTitleDescription()
          Gets the title description.
 void setMatchesUrl(String string)
          Sets the matches url.
 void setTitleDescription(String string)
          Sets the title description.
 
Methods inherited from interface com.hack23.cia.model.api.application.Configuration
getActiveByDefault, getUsageOrder, setActiveByDefault, setName, 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
 

Method Detail

getAgencyData

AgencyData getAgencyData()
Gets the agency data.

Returns:
the agency data

getMatchesUrl

String getMatchesUrl()
Gets the matches url.

Returns:
the matches url

getName

String getName()
Description copied from interface: Configuration
Gets the name.

Specified by:
getName in interface Configuration
Returns:
the name

getTitleDescription

String getTitleDescription()
Gets the title description.

Returns:
the title description

setMatchesUrl

void setMatchesUrl(String string)
Sets the matches url.

Parameters:
string - the new matches url

setTitleDescription

void setTitleDescription(String string)
Sets the title description.

Parameters:
string - the new title description


Copyright © 2008-2009 www.hack23.com. All Rights Reserved.