public class IdentifiableBase extends TrackableBase implements java.io.Serializable, java.lang.Cloneable
Mirror
,
Profile
, Proxy
and
Server
.Modifier and Type | Field and Description |
---|---|
private java.lang.String |
id
Field id.
|
GLOBAL_LEVEL, USER_LEVEL
Constructor and Description |
---|
IdentifiableBase() |
Modifier and Type | Method and Description |
---|---|
IdentifiableBase |
clone()
Method clone.
|
java.lang.String |
getId()
Get the id field.
|
void |
setId(java.lang.String id)
Set the id field.
|
getSourceLevel, setSourceLevel
public IdentifiableBase clone()
clone
in class TrackableBase
public java.lang.String getId()
public void setId(java.lang.String id)
id
- a id object.