com.supermap.services.components
Class DefaultDigestMapping
- java.lang.Object
-
- com.supermap.services.components.DefaultDigestMapping
-
- All Implemented Interfaces:
- DigestMapping
public class DefaultDigestMapping extends java.lang.Object implements DigestMapping
Default summary information mapping object class.
- Since:
- 6.1.3
-
-
Constructor Summary
Constructors Constructor and Description DefaultDigestMapping()
-
Method Summary
Methods Modifier and Type Method and Description java.lang.StringgetDigest(java.lang.Object object, java.lang.String name)Gets summary information
-
-
-
Method Detail
-
getDigest
public java.lang.String getDigest(java.lang.Object object, java.lang.String name)Gets summary information
- Specified by:
getDigestin interfaceDigestMapping- Parameters:
object- Business component objectname.-- Returns:
- Summary information
- Since:
- 6.1.3
-
-