Package com._1c.g5.v8.dt.form.pictures
Class PictureFqnParts
- java.lang.Object
-
- com._1c.g5.v8.dt.form.pictures.PictureFqnParts
-
public final class PictureFqnParts extends Object
Form picture FQN parts.
-
-
Constructor Summary
Constructors Constructor Description PictureFqnParts(String formFqn, String item, String feature)
Constructs a new instance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getFeature()
Gets the form item feature.String
getFormFqn()
Gets the form FQN.String
getItem()
Gets the form item.
-
-
-
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
.
-
-