com.ibm.uddi.promoter.entity
Interface ChildEntity
- All Known Implementing Classes:
- BindingStub, ChildEntityImpl, ServiceStub
- public interface ChildEntity
This is to allow BindingStub
and ServiceStub
to both share
code for handling sequence number and parent key.
- Author:
- IBM
Method Summary |
java.lang.String |
getParentKey()
Gets the key of the parent entity. |
int |
getSeq()
Gets the sequence number. |
void |
setParentKey(java.lang.String parentKey)
Stes the key of the parent entity. |
void |
setSeq(int seq)
Sets the sequence number. |
java_copyright
public static final java.lang.String java_copyright
getParentKey
public java.lang.String getParentKey()
- Gets the key of the parent entity.
- Returns:
- String
setParentKey
public void setParentKey(java.lang.String parentKey)
- Stes the key of the parent entity.
- Parameters:
parentKey
-
getSeq
public int getSeq()
- Gets the sequence number.
- Returns:
- int
setSeq
public void setSeq(int seq)
- Sets the sequence number.
- Parameters:
seq
-