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 StringgetFqn()Gets the containment FQNIPropertyDataReferencegetPropertyDataReference()Gets the property reference (if any).voidsetPropertyDataReference(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:IContainmentDataReferenceGets the property reference (if any).- Specified by:
getPropertyDataReferencein interfaceIContainmentDataReference- Returns:
- Property reference. Can be
null
-
setPropertyDataReference
public void setPropertyDataReference(IPropertyDataReference propertyDataReference)
Description copied from interface:IContainmentDataReferenceSets the property data reference.- Specified by:
setPropertyDataReferencein interfaceIContainmentDataReference- Parameters:
propertyDataReference- the propertyDataReference to set
-
-