org.exoplatform.services.portletcontainer.config
Class Properties

java.lang.Object
  extended by org.exoplatform.services.portletcontainer.config.Properties

public class Properties
extends Object

Jul 7, 2004 .


Constructor Summary
Properties()
           
 
Method Summary
 String getDescription()
           
 String getName()
           
 String getValue()
           
 void setDescription(String description)
           
 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
 

Constructor Detail

Properties

public Properties()
Method Detail

getDescription

public final String getDescription()
Returns:
description

setDescription

public final void setDescription(String description)
Parameters:
description - description

getName

public final String getName()
Returns:
name

setName

public final void setName(String name)
Parameters:
name - name

getValue

public final String getValue()
Returns:
value

setValue

public final void setValue(String value)
Parameters:
value - value


Copyright © 2009 eXo Platform SAS. All Rights Reserved.