public class AssociationSourceBatchInsertItem
extends java.lang.Object
Constructor and Description |
---|
AssociationSourceBatchInsertItem()
Instantiates a new association source batch insert item.
|
AssociationSourceBatchInsertItem(java.lang.String parentId,
AssociationSource associationSource)
Instantiates a new association source batch insert item.
|
Modifier and Type | Method and Description |
---|---|
AssociationSource |
getAssociationSource()
Gets the association source.
|
java.lang.String |
getParentId()
Gets the parent id.
|
void |
setAssociationSource(AssociationSource associationSource)
Sets the association source.
|
void |
setParentId(java.lang.String parentId)
Sets the parent id.
|
public AssociationSourceBatchInsertItem()
public AssociationSourceBatchInsertItem(java.lang.String parentId, AssociationSource associationSource)
parentId
- the parent idassociationSource
- the association sourcepublic java.lang.String getParentId()
public void setParentId(java.lang.String parentId)
parentId
- the new parent idpublic AssociationSource getAssociationSource()
public void setAssociationSource(AssociationSource associationSource)
associationSource
- the new association source