org.apache.jetspeed.decoration
Class LayoutInfoImpl
java.lang.Object
org.apache.jetspeed.decoration.LayoutInfoImpl
- All Implemented Interfaces:
- org.apache.jetspeed.decoration.LayoutInfo
public class LayoutInfoImpl
- extends Object
- implements org.apache.jetspeed.decoration.LayoutInfo
- Author:
- Scott T. Weaver
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
name
private String name
displayName
private String displayName
description
private String description
LayoutInfoImpl
public LayoutInfoImpl(String name,
String displayName,
String description)
getName
public String getName()
- Specified by:
getName
in interface org.apache.jetspeed.decoration.LayoutInfo
getDescription
public String getDescription()
- Specified by:
getDescription
in interface org.apache.jetspeed.decoration.LayoutInfo
getDisplayName
public String getDisplayName()
- Specified by:
getDisplayName
in interface org.apache.jetspeed.decoration.LayoutInfo
Copyright © 1999-2007 Apache Software Foundation. All Rights Reserved.