Class PictureFqnParts

java.lang.Object
com._1c.g5.v8.dt.form.pictures.PictureFqnParts

public final class PictureFqnParts extends Object
Form picture FQN parts.
  • Constructor Details

    • PictureFqnParts

      public PictureFqnParts(String formFqn, String item, String feature)
      Constructs a new instance.
      Parameters:
      formFqn - The form FQN. May not be null.
      item - The form item. May not be null.
      feature - The form item feature. May not be null.
  • Method Details

    • getFormFqn

      public String getFormFqn()
      Gets the form FQN.
      Returns:
      the form FQN. Never null.
    • getItem

      public String getItem()
      Gets the form item.
      Returns:
      the form item. Never null.
    • getFeature

      public String getFeature()
      Gets the form item feature.
      Returns:
      the form item feature. Never null.