public interface ReferentUuid
Uuid
class. This Uuid
must be:
ReferentUuid
, and
getReferentUuid
method of
any proxy of the resource, if that proxy implements
ReferentUuid
.
Given two objects, o1
and o2
, that implement
ReferentUuid
:
o1.equals(o2)
is true
,
then o1.getReferentUuid
and
o2.getReferentUuid
should return equivalent
Uuid
s.
o1.getReferentUuid
and
o2.getReferentUuid
return equivalent
Uuid
s, o1.equals(o2)
may, but is
not required to be true
.
Uuid
Modifier and Type | Method and Description |
---|---|
Uuid |
getReferentUuid()
Return the
Uuid that has been assigned to the
resource this proxy represents. |
Uuid getReferentUuid()
Uuid
that has been assigned to the
resource this proxy represents.Uuid
associated with the
resource this proxy represents. Will not
return null
.