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 Summary
Constructors Constructor Description IntegratedReferencesOnlyTarget(String integrationTargetFqn, String collectionPropertyName)
Constructs the reference.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getCollectionPropertyName()
Gets the name of the collection property.String
getIntegrationTargetFqn()
Gets the target FQN of the object the rule should be applied to.
-
-
-
Constructor Detail
-
IntegratedReferencesOnlyTarget
public IntegratedReferencesOnlyTarget(String integrationTargetFqn, String collectionPropertyName)
Constructs the reference.- Parameters:
integrationTargetFqn
- The target FQN of the object the rule should be applied to. Can't benull
collectionPropertyName
- The name of the collection the rule should be applied to. Can't benull
-
-
Method Detail
-
getCollectionPropertyName
public String getCollectionPropertyName()
Gets the name of the collection property.- Returns:
- The name of the collection property. Can't be
null
-
getIntegrationTargetFqn
public 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
-
-