com.hack23.cia.model.api.application.control
Interface UsageOrder

Package class diagram package UsageOrder
All Superinterfaces:
ApplicationResource, DecisionStrategy, ModelObject, PersistedModelObject, Resource, Serializable
All Known Subinterfaces:
LanguageData, PortalData
All Known Implementing Classes:
Language, Portal

public interface UsageOrder
extends DecisionStrategy

The Interface UsageOrder.


Method Summary
Modifier and Type Method and Description
 boolean getActiveByDefault()
          Gets the active by default.
 int getUsageOrder()
          Gets the usage order.
 void setActiveByDefault(boolean activeByDefault)
          Sets the active by default.
 void setUsageOrder(int usageOrder)
          Sets the usage order.
 
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

getActiveByDefault

boolean getActiveByDefault()
Gets the active by default.

Returns:
the active by default

setActiveByDefault

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

Parameters:
activeByDefault - the new active by default

getUsageOrder

int getUsageOrder()
Gets the usage order.

Returns:
the usage order

setUsageOrder

void setUsageOrder(int usageOrder)
Sets the usage order.

Parameters:
usageOrder - the new usage order


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