public abstract class AbstractIdentifiable extends Object implements Identifiable
Identifiable
interface.Constructor and Description |
---|
AbstractIdentifiable(String typeId,
String id)
Constructor.
|
public String getId()
Identifiable
UUID.randomUUID()
but it is up to specific implementations to decide.getId
in interface Identifiable
public String getTypeId()
Identifiable
TypeService
but
that is not a requirement. The type should be sufficiently unique within the system that implementers can
identify their own object instances and provide lookup routines when necessary.getTypeId
in interface Identifiable
<i>Copyright (c) 2020, SAS Institute Inc., Cary, NC, USA</i>