org.apache.jetspeed.om.page.psml
Class PropertyImpl
java.lang.Object
org.apache.jetspeed.om.page.psml.PropertyImpl
- All Implemented Interfaces:
- java.io.Serializable
public class PropertyImpl
- extends java.lang.Object
- implements java.io.Serializable
Bean like implementation of the Parameter interface suitable for
Castor serialization.
- Version:
- $Id: PropertyImpl.java 516448 2007-03-09 16:25:47Z ate $
- Author:
- David Sean Taylor
- See Also:
org.apache.jetspeed.om.registry.PsmlParameter
,
Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PropertyImpl
public PropertyImpl()
getLayout
public java.lang.String getLayout()
setLayout
public void setLayout(java.lang.String layout)
getName
public java.lang.String getName()
setName
public void setName(java.lang.String name)
getValue
public java.lang.String getValue()
setValue
public void setValue(java.lang.String value)
getIntValue
public int getIntValue()
getIntValue
- Returns:
- See Also:
org.apache.jetspeed.om.page.Property#getIntValue()
Copyright © 1999-2010 Apache Software Foundation. All Rights Reserved.