org.apache.jetspeed.om.page.psml
Class PropertyImpl

java.lang.Object
  extended by org.apache.jetspeed.om.page.psml.PropertyImpl
All Implemented Interfaces:
Serializable

public class PropertyImpl
extends Object
implements 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

Field Summary
private  String name
           
private  String value
           
 
Constructor Summary
PropertyImpl()
           
 
Method Summary
 int getIntValue()
           getIntValue
 String getLayout()
           
 String getName()
           
 String getValue()
           
 void setLayout(String layout)
           
 void setName(String name)
           
 void setValue(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

private String name

value

private String value
Constructor Detail

PropertyImpl

public PropertyImpl()
Method Detail

getLayout

public String getLayout()

setLayout

public void setLayout(String layout)

getName

public String getName()

setName

public void setName(String name)

getValue

public String getValue()

setValue

public void setValue(String value)

getIntValue

public int getIntValue()

getIntValue

Returns:
See Also:
org.apache.jetspeed.om.page.Property#getIntValue()


Copyright © 1999-2007 Apache Software Foundation. All Rights Reserved.