org.infoglue.cms.applications.workflowtool.util
Class ContentVersionValues

java.lang.Object
  extended by org.infoglue.cms.applications.workflowtool.util.ContentVersionValues

public class ContentVersionValues
extends java.lang.Object

Bean class used for populating content version attributes from the request and/or the property set.


Constructor Summary
ContentVersionValues()
          Default constructor.
 
Method Summary
 boolean contains(java.lang.String name)
          Returns true if the attribute with the specified name exists; false otherwise.
 java.lang.String get(java.lang.String name)
          Returns the value of the attribute with the specified name.
 void set(java.lang.String name, java.lang.String value)
          Sets the value of the specified attribute.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContentVersionValues

public ContentVersionValues()
Default constructor.

Method Detail

get

public java.lang.String get(java.lang.String name)
Returns the value of the attribute with the specified name.

Parameters:
name - the name of the attribute.
Returns:
the value of the attribute with the specified name.

set

public void set(java.lang.String name,
                java.lang.String value)
Sets the value of the specified attribute.

Parameters:
name - the name of the attribute.
value - the new value.

contains

public boolean contains(java.lang.String name)
Returns true if the attribute with the specified name exists; false otherwise.

Parameters:
the - name of the attribute.
Returns:
true if the attribute with the specified name exists; false otherwise.


Copyright © 2005 InfoGlue.org All Rights Reserved.