Package me.ahoo.cosid.accessor
Interface EnsureId
- All Known Subinterfaces:
CosIdAccessor
- All Known Implementing Classes:
CosIdAccessor.NotFound
,DefaultCosIdAccessor
,DefaultCosIdAccessor.EnsureIntegerId
,DefaultCosIdAccessor.EnsureLongId
,DefaultCosIdAccessor.EnsureStringId
public interface EnsureId
Ensure that the target object has an ID set.
-
Method Summary
-
Method Details
-
ensureId
Ensure that the target object has an ID set.- Parameters:
target
- target object- Returns:
- Set successfully?
-