com.hack23.cia.model.api.dto.application
Class PortalDto

Package class diagram package PortalDto
java.lang.Object
  extended by com.hack23.cia.model.api.dto.common.AbstractDto
      extended by com.hack23.cia.model.api.dto.application.PortalDto
All Implemented Interfaces:
DataTransferObject, Serializable

public class PortalDto
extends AbstractDto

The Class PortalDto.

See Also:
Serialized Form

Constructor Summary
PortalDto()
          Instantiates a new portal dto.
PortalDto(Long id, boolean activeByDefault, String name, int usageOrder, String matchesUrl, String titleDescription)
          Instantiates a new portal dto.
 
Method Summary
 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.
 void setActiveByDefault(boolean activeByDefault)
          Sets the active by default.
 void setId(Long id)
          Sets the id.
 void setMatchesUrl(String matchesUrl)
          Sets the matches url.
 void setName(String name)
          Sets the name.
 void setTitleDescription(String titleDescription)
          Sets the title description.
 void setUsageOrder(int usageOrder)
          Sets the usage order.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortalDto

public PortalDto()
Instantiates a new portal dto.


PortalDto

public PortalDto(Long id,
                 boolean activeByDefault,
                 String name,
                 int usageOrder,
                 String matchesUrl,
                 String titleDescription)
Instantiates a new portal dto.

Parameters:
id - the id
activeByDefault - the active by default
name - the name
usageOrder - the usage order
matchesUrl - the matches url
titleDescription - the title description
Method Detail

getActiveByDefault

public final boolean getActiveByDefault()
Gets the active by default.

Returns:
the active by default

getId

public final Long getId()
Gets the id.

Returns:
the id

getMatchesUrl

public final String getMatchesUrl()
Gets the matches url.

Returns:
the matches url

getName

public final String getName()
Gets the name.

Returns:
the name

getTitleDescription

public final String getTitleDescription()
Gets the title description.

Returns:
the title description

getUsageOrder

public final int getUsageOrder()
Gets the usage order.

Returns:
the usage order

setActiveByDefault

public final void setActiveByDefault(boolean activeByDefault)
Sets the active by default.

Parameters:
activeByDefault - the new active by default

setId

public final void setId(Long id)
Sets the id.

Parameters:
id - the new id

setMatchesUrl

public final void setMatchesUrl(String matchesUrl)
Sets the matches url.

Parameters:
matchesUrl - the new matches url

setName

public final void setName(String name)
Sets the name.

Parameters:
name - the new name

setTitleDescription

public final void setTitleDescription(String titleDescription)
Sets the title description.

Parameters:
titleDescription - the new title description

setUsageOrder

public final void setUsageOrder(int usageOrder)
Sets the usage order.

Parameters:
usageOrder - the new usage order


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