public class IdentifiableMutableSuperBeanImpl extends AnnotableMutableSuperBeanImpl implements IdentifiableMutableSuperBean
Constructor and Description |
---|
IdentifiableMutableSuperBeanImpl() |
IdentifiableMutableSuperBeanImpl(IdentifiableBean identifiable) |
IdentifiableMutableSuperBeanImpl(IdentifiableSuperBean 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() |
void |
setId(java.lang.String id) |
void |
setUrn(java.lang.String urn) |
getAnnotations, setAnnotations
getClass, notify, notifyAll, toString, wait, wait, wait
getAnnotations, setAnnotations
public IdentifiableMutableSuperBeanImpl(IdentifiableSuperBean identifiable)
public IdentifiableMutableSuperBeanImpl(IdentifiableBean identifiable)
public IdentifiableMutableSuperBeanImpl()
public java.lang.String getId()
IdentifiableMutableSuperBean
getId
in interface IdentifiableMutableSuperBean
public void setId(java.lang.String id)
setId
in interface IdentifiableMutableSuperBean
public java.lang.String getUrn()
IdentifiableMutableSuperBean
getUrn
in interface IdentifiableMutableSuperBean
public void setUrn(java.lang.String urn)
setUrn
in interface IdentifiableMutableSuperBean
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object