org.apache.jetspeed.om.page.psml
Class PropertyImpl
java.lang.Object
org.apache.jetspeed.om.page.psml.PropertyImpl
- All Implemented Interfaces:
- Cloneable, org.apache.jetspeed.om.page.Property, Serializable
- public class PropertyImpl
- extends Object
- implements org.apache.jetspeed.om.page.Property, Serializable
Bean like implementation of the Parameter interface suitable for
Castor serialization.
- Version:
- $Id: PropertyImpl.java 187219 2004-08-05 23:35:26Z weaver $
- Author:
- David Sean Taylor
- See Also:
org.apache.jetspeed.om.registry.PsmlParameter
,
Serialized Form
name
private String name
value
private String value
layout
private String layout
PropertyImpl
public PropertyImpl()
getLayout
public String getLayout()
- Specified by:
getLayout
in interface org.apache.jetspeed.om.page.Property
setLayout
public void setLayout(String layout)
- Specified by:
setLayout
in interface org.apache.jetspeed.om.page.Property
getName
public String getName()
- Specified by:
getName
in interface org.apache.jetspeed.om.page.Property
setName
public void setName(String name)
- Specified by:
setName
in interface org.apache.jetspeed.om.page.Property
getValue
public String getValue()
- Specified by:
getValue
in interface org.apache.jetspeed.om.page.Property
setValue
public void setValue(String value)
- Specified by:
setValue
in interface org.apache.jetspeed.om.page.Property
equals
public boolean equals(Object object)
clone
public Object clone()
throws CloneNotSupportedException
- Specified by:
clone
in interface org.apache.jetspeed.om.page.Property
- Throws:
CloneNotSupportedException
getIntValue
public int getIntValue()
getIntValue
- Specified by:
getIntValue
in interface org.apache.jetspeed.om.page.Property
- Returns:
- See Also:
Property.getIntValue()
Copyright © 1999-2005 Apache Software Foundation. All Rights Reserved.