Class FqnContainmentDataReference
java.lang.Object
com._1c.g5.v8.dt.supply.datareference.FqnContainmentDataReference
- All Implemented Interfaces:
IContainmentDataReference,IDataReference
Data reference to contaiment object having fully qualified names. Could be used to address named containments
of MD objects, etc.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of the reference using provided containment FQN -
Method Summary
Modifier and TypeMethodDescriptiongetFqn()Gets the containment FQNGets the property reference (if any).voidsetPropertyDataReference(IPropertyDataReference propertyDataReference) Sets the property data reference.
-
Constructor Details
-
FqnContainmentDataReference
Creates an instance of the reference using provided containment FQN- Parameters:
fqn- The containment object FQN. Cannot benull
-
-
Method Details
-
getFqn
Gets the containment FQN- Returns:
- The containment FQN. Cannot be
null
-
getPropertyDataReference
Description copied from interface:IContainmentDataReferenceGets the property reference (if any).- Specified by:
getPropertyDataReferencein interfaceIContainmentDataReference- Returns:
- Property reference. Can be
null
-
setPropertyDataReference
Description copied from interface:IContainmentDataReferenceSets the property data reference.- Specified by:
setPropertyDataReferencein interfaceIContainmentDataReference- Parameters:
propertyDataReference- the propertyDataReference to set
-