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.

Author:
IBM

Field Summary
static java.lang.String JAVA_COPYRIGHT
          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.
 

Field Detail

JAVA_COPYRIGHT

public static final java.lang.String JAVA_COPYRIGHT
Deprecated. 
See Also:
Constant Field Values
Method Detail

getParentKey

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

Returns:
String

setParentKey

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

Parameters:
parentKey -

getSeq

public int getSeq()
Deprecated. 
Gets the sequence number.

Returns:
int

setSeq

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

Parameters:
seq -