org.apache.jetspeed.om.profile.psml
Class PsmlLayout

java.lang.Object
  extended byorg.apache.jetspeed.om.profile.psml.PsmlConfigElement
      extended byorg.apache.jetspeed.om.profile.psml.PsmlLayout
All Implemented Interfaces:
java.lang.Cloneable, ConfigElement, Layout, java.io.Serializable

public class PsmlLayout
extends PsmlConfigElement
implements Layout

Default bean like implementation of the skin entry in psml

Version:
$Id: PsmlLayout.java,v 1.3 2004/02/23 03:02:54 jford Exp $
Author:
David Sean Taylor
See Also:
Serialized Form

Constructor Summary
PsmlLayout()
           
 
Method Summary
 long getPosition()
           
 long getSize()
           
 void setPosition(long position)
           
 void setSize(long size)
           
 
Methods inherited from class org.apache.jetspeed.om.profile.psml.PsmlConfigElement
addParameter, clone, getName, getParameter, getParameter, getParameter, getParameterCount, getParameterIterator, getParameters, getParameterValue, removeAllParameter, removeParameter, setName, setParameter, setParameters
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.jetspeed.om.profile.ConfigElement
addParameter, clone, getName, getParameter, getParameter, getParameter, getParameterCount, getParameterIterator, getParameterValue, removeAllParameter, removeParameter, setName, setParameter
 

Constructor Detail

PsmlLayout

public PsmlLayout()
Method Detail

getPosition

public long getPosition()
Specified by:
getPosition in interface Layout

setPosition

public void setPosition(long position)
Specified by:
setPosition in interface Layout

getSize

public long getSize()
Specified by:
getSize in interface Layout

setSize

public void setSize(long size)
Specified by:
setSize in interface Layout


Copyright © 2000-2005 Apache Software Foundation. All Rights Reserved.