/**
* {@inheritDoc}
*/
public String getDestination() {
final LinkType linkType = getLinkType();
if (linkType == LinkType.INTERNAL) {
return this.traitInternalDestination();
}
if (linkType == LinkType.EXTERNAL) {
return this.getCookedExternalDestination();