public class RelatedBusinessInfo
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
RelatedBusinessInfo()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getBusinessKey()
Deprecated.
Returns the businessKey of this RelatedBusinessInfo.
|
DescriptionList |
getDescriptions()
Deprecated.
Returns the
DescriptionList of this RelatedBusinessInfo. |
SharedRelationships |
getFromKeySharedRelationships()
Deprecated.
Returns the fromKey
SharedRelationships of this RelatedBusinessInfo. |
NameList |
getNames()
Deprecated.
Returns the
NameList of this RelatedBusinessInfo. |
SharedRelationships |
getToKeySharedRelationships()
Deprecated.
Returns the toKey
SharedRelationships of this RelatedBusinessInfo. |
void |
setBusinessKey(java.lang.String businessKey)
Deprecated.
Sets the businessKey of this RelatedBusinessInfo.
|
void |
setDescriptions(DescriptionList descriptions)
Deprecated.
Sets the
DescriptionList of this RelatedBusinessInfo. |
void |
setFromKeySharedRelationships(SharedRelationships fromKeySharedRelationships)
Deprecated.
Sets the fromKey
SharedRelationships of this RelatedBusinessInfo. |
void |
setNames(NameList names)
Deprecated.
Sets the
NameList of this RelatedBusinessInfo. |
void |
setToKeySharedRelationships(SharedRelationships toKeySharedRelationships)
Deprecated.
Sets the toKey
SharedRelationships of this RelatedBusinessInfo. |
public java.lang.String getBusinessKey()
public void setBusinessKey(java.lang.String businessKey)
businessKey
- the businessKey of this RelatedBusinessInfo.public NameList getNames()
NameList
of this RelatedBusinessInfo.public void setNames(NameList names)
NameList
of this RelatedBusinessInfo.names
- the NameList of this RelatedBusinessInfo.public DescriptionList getDescriptions()
DescriptionList
of this RelatedBusinessInfo.public void setDescriptions(DescriptionList descriptions)
DescriptionList
of this RelatedBusinessInfo.descriptions
- the DescriptionList of this RelatedBusinessInfo.public SharedRelationships getFromKeySharedRelationships()
SharedRelationships
of this RelatedBusinessInfo.public void setFromKeySharedRelationships(SharedRelationships fromKeySharedRelationships)
SharedRelationships
of this RelatedBusinessInfo.fromKeySharedRelationships
- the fromKey SharedRelationships of this RelatedBusinessInfo.public SharedRelationships getToKeySharedRelationships()
SharedRelationships
of this RelatedBusinessInfo.public void setToKeySharedRelationships(SharedRelationships toKeySharedRelationships)
SharedRelationships
of this RelatedBusinessInfo.toKeySharedRelationships
- the toKey SharedRelationships of this RelatedBusinessInfo.