public interface Uniqueable
| Modifier and Type | Field and Description |
|---|---|
static org.apache.log4j.Logger |
log
Used for logging.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getIdentifier()
Gets the identifier for this object.
|
void |
setIdentifier(java.lang.String identifier)
Sets the identifier for this object.
|
@Nullable java.lang.String getIdentifier()
void setIdentifier(java.lang.String identifier)
identifier - The identifier.