Class PropertyIntegrationPolicy

java.lang.Object
com._1c.g5.v8.dt.supply.internal.integration.PropertyIntegrationPolicy

public class PropertyIntegrationPolicy extends Object
Container of data for a single property integration policy
  • Constructor Details

    • PropertyIntegrationPolicy

      public PropertyIntegrationPolicy()
  • Method Details

    • getPolicy

      public IntegrationPolicy getPolicy()
      Gets the integration policy for the propery
      Returns:
      The integration policy. Cannot be null
    • setPolicy

      public void setPolicy(IntegrationPolicy policy)
      Sets the integration policy for the propery
      Parameters:
      policy - The policy to set. Cannot be null