nl.gx.webmanager.cms.core
Interface LinkModel

All Superinterfaces:
Wrapper

public interface LinkModel
extends Wrapper

A link model defines how a link should be opened.

Since:
9.12.0

Method Summary
 java.lang.String getName()
          Return name of the link model.
 LinkModelOptions getOptions()
          Return the options object describing this model.
 
Methods inherited from interface nl.gx.webmanager.wrapper.Wrapper
getId, getUUID, setId, setUUID
 

Method Detail

getName

java.lang.String getName()
Return name of the link model.

Returns:
name of the link model.

getOptions

LinkModelOptions getOptions()
Return the options object describing this model.

Returns:
A LinkModelOptions subclass dependent on the type of model configured.


Copyright © 2007-2011 GX Software BV. All Rights Reserved.