Class IntegratedReferencesOnlyTarget
- java.lang.Object
- 
- com._1c.g5.v8.dt.supply.datareference.IntegratedReferencesOnlyTarget
 
- 
- All Implemented Interfaces:
- IPropertyDataReference,- IDataReference
 
 public class IntegratedReferencesOnlyTarget extends Object implements IPropertyDataReference This references targets the collection for the 'supply integrated references only' supplement rule.- See Also:
- SupplyRule
 
- 
- 
Constructor SummaryConstructors Constructor Description IntegratedReferencesOnlyTarget(String integrationTargetFqn, String collectionPropertyName)Constructs the reference.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCollectionPropertyName()Gets the name of the collection property.StringgetIntegrationTargetFqn()Gets the target FQN of the object the rule should be applied to.
 
- 
- 
- 
Constructor Detail- 
IntegratedReferencesOnlyTargetpublic IntegratedReferencesOnlyTarget(String integrationTargetFqn, String collectionPropertyName) Constructs the reference.- Parameters:
- integrationTargetFqn- The target FQN of the object the rule should be applied to. Can't be- null
- collectionPropertyName- The name of the collection the rule should be applied to. Can't be- null
 
 
- 
 - 
Method Detail- 
getCollectionPropertyNamepublic String getCollectionPropertyName() Gets the name of the collection property.- Returns:
- The name of the collection property. Can't be null
 
 - 
getIntegrationTargetFqnpublic String getIntegrationTargetFqn() Gets the target FQN of the object the rule should be applied to.- Returns:
- The name of the target. Can't be null
 
 
- 
 
-