Package me.ahoo.cosid.accessor
Class CosIdAccessor.NotFound
java.lang.Object
me.ahoo.cosid.accessor.CosIdAccessor.NotFound
- All Implemented Interfaces:
CosIdAccessor
,CosIdGetter
,CosIdSetter
,EnsureId
,IdMetadata
- Enclosing interface:
- CosIdAccessor
-
Nested Class Summary
Nested classes/interfaces inherited from interface me.ahoo.cosid.accessor.CosIdAccessor
CosIdAccessor.NotFound
-
Field Summary
Fields inherited from interface me.ahoo.cosid.accessor.CosIdAccessor
NOT_FOUND
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Ensure that the target object has an ID set.void
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface me.ahoo.cosid.accessor.IdMetadata
getGeneratorName, getIdDeclaringClass, getIdType
-
Constructor Details
-
NotFound
public NotFound()
-
-
Method Details
-
getIdDefinition
- Specified by:
getIdDefinition
in interfaceIdMetadata
-
getIdGenerator
- Specified by:
getIdGenerator
in interfaceIdMetadata
-
getIdField
- Specified by:
getIdField
in interfaceIdMetadata
-
getId
- Specified by:
getId
in interfaceCosIdGetter
-
setId
- Specified by:
setId
in interfaceCosIdSetter
-
ensureId
Description copied from interface:EnsureId
Ensure that the target object has an ID set.
-