Class FqnContainmentDataReference
java.lang.Object
com.e1c.g5.v8.dt.check.suppress.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).void
setPropertyDataReference
(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:IContainmentDataReference
Gets the property reference (if any).- Specified by:
getPropertyDataReference
in interfaceIContainmentDataReference
- Returns:
- Property reference. Can be
null
-
setPropertyDataReference
Description copied from interface:IContainmentDataReference
Sets the property data reference.- Specified by:
setPropertyDataReference
in interfaceIContainmentDataReference
- Parameters:
propertyDataReference
- the propertyDataReference to set
-