|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SCO
Method Summary | |
---|---|
java.lang.Object |
clone()
Make a copy of this object. |
java.lang.String |
getFieldName()
Returns the field name |
java.lang.Object |
getOwner()
Returns the owner object of the SCO instance |
void |
setOwner(java.lang.Object owner,
int fieldNumber)
Sets the owner and field number. |
void |
unsetOwner(java.lang.Object owner,
int fieldNumber)
Nullifies references to the owner Object iff the passed in owner and fieldNumber match. |
Method Detail |
---|
java.lang.String getFieldName()
java.lang.Object getOwner()
void setOwner(java.lang.Object owner, int fieldNumber)
owner
- the owner object.fieldNumber
- the number of the field associated with this instance.void unsetOwner(java.lang.Object owner, int fieldNumber)
owner
- the existing owner object.fieldNumber
- the existing number of the field.java.lang.Object clone()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |