E
- parent data object of the location helperpublic abstract class StringLocationHelper<E extends DataObject<E> & LocatedInterface<E> & UniqueidentifiedInterface<E>> extends LocationHelper<E>
Constructor and Description |
---|
StringLocationHelper() |
Modifier and Type | Method and Description |
---|---|
DataObjectId<Domain> |
getObjectLocation(E object)
gets the id of the domain for the given object
|
abstract java.lang.String |
getObjectLocationNumber(E object)
This method is used by string location helpers.
|
public abstract java.lang.String getObjectLocationNumber(E object)
object
- parent objectpublic DataObjectId<Domain> getObjectLocation(E object)
LocationHelper
getObjectLocation
in class LocationHelper<E extends DataObject<E> & LocatedInterface<E> & UniqueidentifiedInterface<E>>
object
- data object