org.apache.stanbol.entityhub.servicesapi.model
Interface Reference


public interface Reference

Defines a reference to an other entity

Implementations of that interface MUST BE immutable

Author:
Rupert Westenthaler

Method Summary
 String getReference()
          Getter for the reference (not null)
 String toString()
          The lexical representation of the reference (usually the same value as returned by getReference()
 

Method Detail

getReference

String getReference()
Getter for the reference (not null)

Returns:
the reference

toString

String toString()
The lexical representation of the reference (usually the same value as returned by getReference()

Overrides:
toString in class Object
Returns:
the reference


Copyright © 2010-2013 The Apache Software Foundation. All Rights Reserved.