|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ObjectRepresentation
used to give the user an instance of an object representation, level2. The Object Representation encapsulates the NonNativeObjectInfo which is the internal object representation. This is used in the Server triggers.
Method Summary | |
---|---|
java.lang.String |
getObjectClassName()
Retrieves the full object class name |
OID |
getOid()
Retrieves the oid of the object |
java.lang.Object |
getValueOf(java.lang.String attributeName)
Return the value of a specific attribute |
void |
setValueOf(java.lang.String attributeName,
java.lang.Object value)
Sets the value of a specific attribute |
Method Detail |
---|
OID getOid()
java.lang.String getObjectClassName()
java.lang.Object getValueOf(java.lang.String attributeName)
attributeName
-
void setValueOf(java.lang.String attributeName, java.lang.Object value)
attributeName
- value
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |