|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ChildEntity
This is to allow BindingStub
and ServiceStub
to both share
code for handling sequence number and parent key.
Method Summary | |
---|---|
java.lang.String |
getParentKey()
Deprecated. Gets the key of the parent entity. |
int |
getSeq()
Deprecated. Gets the sequence number. |
void |
setParentKey(java.lang.String parentKey)
Deprecated. Stes the key of the parent entity. |
void |
setSeq(int seq)
Deprecated. Sets the sequence number. |
Method Detail |
---|
java.lang.String getParentKey()
void setParentKey(java.lang.String parentKey)
parentKey
- int getSeq()
void setSeq(int seq)
seq
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |