com.ibm.uddi.promoter.entity
Interface ChildEntity

All Known Implementing Classes:
BindingStub, ChildEntityImpl, ServiceStub

Deprecated. Use the PromoterAPI interface, as this class may not be supported in future release.

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

getParentKey

java.lang.String getParentKey()
Deprecated. 
Gets the key of the parent entity.

Returns:
String

setParentKey

void setParentKey(java.lang.String parentKey)
Deprecated. 
Stes the key of the parent entity.

Parameters:
parentKey -

getSeq

int getSeq()
Deprecated. 
Gets the sequence number.

Returns:
int

setSeq

void setSeq(int seq)
Deprecated. 
Sets the sequence number.

Parameters:
seq -