public interface IModelObjectBase
Modifier and Type | Method and Description |
---|---|
java.lang.Number |
getBigNumericId()
Gets a numeric id for this object, for repositories that support numeric id.
|
java.lang.String |
getGlobalId()
Gets the global id of this object, which should be unique across the repository.
|
java.lang.Integer |
getNumericId()
Deprecated.
Deprecated. use
getBigNumericId() instead.
Gets a numeric id for this object, for repositories that support numeric id. Otherwise returns null. |
java.lang.String getGlobalId()
java.lang.Integer getNumericId()
getBigNumericId()
instead.
Gets a numeric id for this object, for repositories that support numeric id. Otherwise returns null.java.lang.Number getBigNumericId()