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

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

Field Summary
private  String layout
           
private  String name
           
private  String value
           
 
Constructor Summary
PropertyImpl()
           
 
Method Summary
 Object clone()
           
 boolean equals(Object object)
           
 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
finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

private String name

value

private String value

layout

private String layout
Constructor Detail

PropertyImpl

public PropertyImpl()
Method Detail

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.