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 SummaryConstructors Constructor Description FqnContainmentDataReference(String fqn)Creates an instance of the reference using provided containment FQN
 - 
Method SummaryAll 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- 
FqnContainmentDataReferencepublic FqnContainmentDataReference(String fqn) Creates an instance of the reference using provided containment FQN- Parameters:
- fqn- The containment object FQN. Cannot be- null
 
 
- 
 - 
Method Detail- 
getFqnpublic String getFqn() Gets the containment FQN- Returns:
- The containment FQN. Cannot be null
 
 - 
getPropertyDataReferencepublic IPropertyDataReference getPropertyDataReference() Description copied from interface:IContainmentDataReferenceGets the property reference (if any).- Specified by:
- getPropertyDataReferencein interface- IContainmentDataReference
- Returns:
- Property reference. Can be null
 
 - 
setPropertyDataReferencepublic void setPropertyDataReference(IPropertyDataReference propertyDataReference) Description copied from interface:IContainmentDataReferenceSets the property data reference.- Specified by:
- setPropertyDataReferencein interface- IContainmentDataReference
- Parameters:
- propertyDataReference- the propertyDataReference to set
 
 
- 
 
-