org.apache.jetspeed.velocity
Class DecoratorAction
java.lang.Object
org.apache.jetspeed.velocity.DecoratorAction
- All Implemented Interfaces:
- Serializable
- public class DecoratorAction
- extends Object
- implements Serializable
DecoratorAction
- Version:
- $Id: DecoratorAction.java 187404 2004-09-03 18:23:41Z taylor $
- Author:
- David Sean Taylor
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
name
String name
link
String link
alt
String alt
action
String action
DecoratorAction
public DecoratorAction(String name,
String alt,
String link)
- Constructor
- Parameters:
name
- Name of the actionalt
- Alternative text description (localized)
getName
public String getName()
getLink
public String getLink()
setLink
public void setLink(String link)
getAlt
public String getAlt()
getAction
public String getAction()
setAction
public void setAction(String action)
Copyright © 1999-2005 Apache Software Foundation. All Rights Reserved.