com.hack23.cia.model.api.dto.common
Interface PortalDto

Package class diagram package PortalDto
All Superinterfaces:
DataTransferObject, Serializable
All Known Implementing Classes:
PortalDtoImpl

public interface PortalDto
extends DataTransferObject

The Interface PortalDto.


Method Summary
Modifier and Type Method and Description
 boolean getActiveByDefault()
          Gets the active by default.
 Long getId()
          Gets the id.
 String getMatchesUrl()
          Gets the matches url.
 String getName()
          Gets the name.
 String getTitleDescription()
          Gets the title description.
 int getUsageOrder()
          Gets the usage order.
 

Method Detail

getActiveByDefault

boolean getActiveByDefault()
Gets the active by default.

Returns:
the active by default

getId

Long getId()
Gets the id.

Returns:
the id

getMatchesUrl

String getMatchesUrl()
Gets the matches url.

Returns:
the matches url

getName

String getName()
Gets the name.

Returns:
the name

getTitleDescription

String getTitleDescription()
Gets the title description.

Returns:
the title description

getUsageOrder

int getUsageOrder()
Gets the usage order.

Returns:
the usage order


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