Interface ProducerInfoLink
- All Known Implementing Classes:
ProducerInfoLinkImpl
public interface ProducerInfoLink
An interface providing methods to access producer info link properties
-
Method Summary
Modifier and TypeMethodDescriptiongetName()Returns the name of the producer link represented by the current instanceReturns the reference to the producer info represented by the current instance
-
Method Details
-
getReference
String getReference()Returns the reference to the producer info represented by the current instance- Returns:
- - the reference to the producer info represented by the current instance
-
getName
String getName()Returns the name of the producer link represented by the current instance- Returns:
- - the name of the producer link represented by the current instance
-