com.ibm.uddi.promoter.entity
Class ChildEntityImpl

java.lang.Object
  extended bycom.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.

Author:
IBM

Field Summary
static java.lang.String JAVA_COPYRIGHT
          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
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

JAVA_COPYRIGHT

public static final java.lang.String JAVA_COPYRIGHT
Deprecated. 
See Also:
Constant Field Values
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
Parameters:
parentKey -
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
Parameters:
seq -
See Also:
ChildEntity.setSeq(int)