Class PictureFqnParts


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

      • 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 Detail

      • 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.