com.ibm.uddi.promoter.entity
Class ChildEntityImpl
java.lang.Object
|
+--com.ibm.uddi.promoter.entity.ChildEntityImpl
- All Implemented Interfaces:
- ChildEntity
- public class ChildEntityImpl
- extends java.lang.Object
- implements ChildEntity
Contains the parentKey and seq number fields
used by BusinessService
and BindingTemplate
.
- 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. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
java_copyright
public static final java.lang.String java_copyright
ChildEntityImpl
public ChildEntityImpl()
getParentKey
public java.lang.String getParentKey()
- Description copied from interface:
ChildEntity
- Gets the key of the parent entity.
- Specified by:
getParentKey
in interface ChildEntity
- See Also:
ChildEntity.getParentKey()
setParentKey
public void setParentKey(java.lang.String parentKey)
- Description copied from interface:
ChildEntity
- Stes the key of the parent entity.
- Specified by:
setParentKey
in interface ChildEntity
- See Also:
ChildEntity.setParentKey(String)
getSeq
public int getSeq()
- Description copied from interface:
ChildEntity
- Gets the sequence number.
- Specified by:
getSeq
in interface ChildEntity
- See Also:
ChildEntity.getSeq()
setSeq
public void setSeq(int seq)
- Description copied from interface:
ChildEntity
- Sets the sequence number.
- Specified by:
setSeq
in interface ChildEntity
- See Also:
ChildEntity.setSeq(int)