Class FqnContainmentDataReference
- java.lang.Object
-
- com._1c.g5.v8.dt.supply.datareference.FqnContainmentDataReference
-
- All Implemented Interfaces:
IContainmentDataReference
,IDataReference
public class FqnContainmentDataReference extends Object implements IContainmentDataReference
Data reference to contaiment object having fully qualified names. Could be used to address named containments of MD objects, etc.
-
-
Constructor Summary
Constructors Constructor Description FqnContainmentDataReference(String fqn)
Creates an instance of the reference using provided containment FQN
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getFqn()
Gets the containment FQNIPropertyDataReference
getPropertyDataReference()
Gets the property reference (if any).void
setPropertyDataReference(IPropertyDataReference propertyDataReference)
Sets the property data reference.
-
-
-
Constructor Detail
-
FqnContainmentDataReference
public FqnContainmentDataReference(String fqn)
Creates an instance of the reference using provided containment FQN- Parameters:
fqn
- The containment object FQN. Cannot benull
-
-
Method Detail
-
getFqn
public String getFqn()
Gets the containment FQN- Returns:
- The containment FQN. Cannot be
null
-
getPropertyDataReference
public IPropertyDataReference getPropertyDataReference()
Description copied from interface:IContainmentDataReference
Gets the property reference (if any).- Specified by:
getPropertyDataReference
in interfaceIContainmentDataReference
- Returns:
- Property reference. Can be
null
-
setPropertyDataReference
public void setPropertyDataReference(IPropertyDataReference propertyDataReference)
Description copied from interface:IContainmentDataReference
Sets the property data reference.- Specified by:
setPropertyDataReference
in interfaceIContainmentDataReference
- Parameters:
propertyDataReference
- the propertyDataReference to set
-
-