org.apache.jetspeed.decoration
Class LayoutInfoImpl

java.lang.Object
  extended by 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

Field Summary
private  String description
           
private  String displayName
           
private  String name
           
 
Constructor Summary
LayoutInfoImpl(String name, String displayName, String description)
           
 
Method Summary
 String getDescription()
           
 String getDisplayName()
           
 String getName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

private String name

displayName

private String displayName

description

private String description
Constructor Detail

LayoutInfoImpl

public LayoutInfoImpl(String name,
                      String displayName,
                      String description)
Method Detail

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.