public abstract class IdentifiableSuperBeanImpl extends AnnotableSuperBeanImpl implements IdentifiableSuperBean
Constructor and Description |
---|
IdentifiableSuperBeanImpl(IdentifiableBean identifiable) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getId()
Returns the Id of the Identifiable Object
|
java.lang.String |
getUrn()
Returns the URN of the Identifiable Object
|
int |
hashCode() |
java.lang.String |
toString() |
getAnnotationByTitle, getAnnotationByType, getAnnotationByUrl, getAnnotations, hasAnnotations
getBuiltFrom, getCompositeBeans
getAnnotationByTitle, getAnnotationByType, getAnnotationByUrl, getAnnotations, hasAnnotations
getBuiltFrom, getCompositeBeans
public IdentifiableSuperBeanImpl(IdentifiableBean identifiable)
public java.lang.String getId()
IdentifiableSuperBean
getId
in interface IdentifiableSuperBean
public java.lang.String getUrn()
IdentifiableSuperBean
getUrn
in interface IdentifiableSuperBean
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object