com.ibm.uddi.promoter.entity
Class ChildEntityImpl

java.lang.Object
  extended by com.ibm.uddi.promoter.entity.ChildEntityImpl
All Implemented Interfaces:
ChildEntity

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

public class ChildEntityImpl
extends java.lang.Object
implements ChildEntity

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

parentKey

protected java.lang.String parentKey
Deprecated. 

seq

protected int seq
Deprecated. 
Constructor Detail

ChildEntityImpl

public ChildEntityImpl()
Deprecated. 
Method Detail

getParentKey

public java.lang.String getParentKey()
Deprecated. 
Description copied from interface: ChildEntity
Gets the key of the parent entity.

Specified by:
getParentKey in interface ChildEntity
Returns:
String
See Also:
ChildEntity.getParentKey()

setParentKey

public void setParentKey(java.lang.String parentKey)
Deprecated. 
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()
Deprecated. 
Description copied from interface: ChildEntity
Gets the sequence number.

Specified by:
getSeq in interface ChildEntity
Returns:
int
See Also:
ChildEntity.getSeq()

setSeq

public void setSeq(int seq)
Deprecated. 
Description copied from interface: ChildEntity
Sets the sequence number.

Specified by:
setSeq in interface ChildEntity
See Also:
ChildEntity.setSeq(int)