|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.infoglue.cms.applications.workflowtool.util.ContentVersionValues
public class ContentVersionValues
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 |
|---|
public ContentVersionValues()
| Method Detail |
|---|
public java.lang.String get(java.lang.String name)
name - the name of the attribute.
public void set(java.lang.String name,
java.lang.String value)
name - the name of the attribute.value - the new value.public boolean contains(java.lang.String name)
the - name of the attribute.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||