Class CustomerAttributes
java.lang.Object
com.technia.dsx.threedspace.common.CustomerAttributes
- All Implemented Interfaces:
com.technia.dsx.app.model.WithAttributes
TODO: Check with DS if this is done correctly. This was very poorly
documented
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
forEachExtension
(BiConsumer<String, Map<String, Object>> consumer) getAttribute
(String name) int
getExtensionAttribute
(String extensionName, String attributeName) getExtensionAttributes
(String name) int
boolean
hasExtension
(String name) boolean
isEmpty()
void
setAttribute
(String name, Object value) void
setAttributes
(Map<String, Object> attributes) void
setExtensionAttribute
(String extensionName, String attributeName, Object value) void
setExtensionAttributes
(String name, Map<String, Object> attributes) toString()
-
Constructor Details
-
CustomerAttributes
public CustomerAttributes()
-
-
Method Details
-
isEmpty
public boolean isEmpty() -
getExtensionCount
public int getExtensionCount() -
getAttributeCount
public int getAttributeCount() -
hasExtension
-
forEachExtension
-
getExtensionNames
-
getExtensionAttributes
-
setExtensionAttributes
-
getExtensionAttribute
-
setExtensionAttribute
-
getAttribute
-
setAttribute
-
setAttributes
-
getAttributes
- Specified by:
getAttributes
in interfacecom.technia.dsx.app.model.WithAttributes
-
toString
-