com.filenet.bso.api.util
Interface BsoWriteableDataModel
- All Superinterfaces:
- BsoDataModel
- public interface BsoWriteableDataModel
- extends BsoDataModel
Classes that implement the BsoWriteableDataModel
interface provide
write access to BsoDataModel
objects.
Method Summary |
java.lang.Object |
putAttribute(java.lang.String attributeName,
java.lang.Object value)
Sets the value of an attribute. |
putAttribute
public java.lang.Object putAttribute(java.lang.String attributeName,
java.lang.Object value)
- Sets the value of an attribute.
- Parameters:
attributeName
- A String
containing the name of attribute to set.value
- A Java Object
that represents the value of the attribute.
- Returns:
- A Java
Object
that represents the attribute's new value.
Copyright © 2002 - 2004 FileNet Corporation. All rights reserved.