|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.uddi.promoter.entity.ChildEntityImpl
public class ChildEntityImpl
Contains the parentKey and seq number fields
used by BusinessService
and BindingTemplate
.
Field Summary | |
---|---|
protected java.lang.String |
parentKey
Deprecated. |
protected int |
seq
Deprecated. |
Constructor Summary | |
---|---|
ChildEntityImpl()
Deprecated. |
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected java.lang.String parentKey
protected int seq
Constructor Detail |
---|
public ChildEntityImpl()
Method Detail |
---|
public java.lang.String getParentKey()
ChildEntity
getParentKey
in interface ChildEntity
ChildEntity.getParentKey()
public void setParentKey(java.lang.String parentKey)
ChildEntity
setParentKey
in interface ChildEntity
ChildEntity.setParentKey(String)
public int getSeq()
ChildEntity
getSeq
in interface ChildEntity
ChildEntity.getSeq()
public void setSeq(int seq)
ChildEntity
setSeq
in interface ChildEntity
ChildEntity.setSeq(int)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |