|
| Components |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||
public interface BaseEntityValueInterface
BaseEntityValueInterface represents a local (non-remote)Entity.
RemoteBaseEntityValueInterface| Method Summary | |
|---|---|
abstract java.lang.Object |
getAttribute(java.lang.String attributeName)
Get an attribute value from the Entity. |
abstract void |
setAttribute(java.lang.String attributeName,
java.lang.Object value)
Set an attribute and its value in the Entity. |
| Method Detail |
|---|
void setAttribute(java.lang.String attributeName,
java.lang.Object value)
throws AttributeSetException
attributeName - the name of the attributevalue - the value to associate with the attribute.
Attribute values may be null if permitted by the AttributeType
associated with the AttributeDescriptor
AttributeSetException - if the AttributeType of the parameter, value, is not compatible
with a previous setting of the attribute OR the attribute corresponding to the
parameter, attributeName, has been designated as non-modifiableAttributeTypeInterface
java.lang.Object getAttribute(java.lang.String attributeName)
throws java.util.NoSuchElementException
attributeName - the name of the value
java.util.NoSuchElementException - if there
is no such value in the Entity
(this is necessary to distinguish between
no such attributeName and a value of null)
|
| Components |
|
| |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||||