Package com.mayam.wf.config.shared
Class AttributeMamMapping
java.lang.Object
com.mayam.wf.config.shared.AttributeMamMapping
- All Implemented Interfaces:
Serializable
Describes the mapping of an attribute to the MAM.
The
getAssetType()
value may be the primary type or that of
a parent/sibling. The qualifier is typically column name or metadata
field name, depending on the value of getAssetSubType()
.- Author:
- Markus MÃ¥rtensson
- See Also:
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
Attribute mapping per primary asset type. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
void
setAssetSubType
(AssetSubType assetSubType) void
setAssetType
(AssetType assetType) void
setQualifier
(String qualifier) void
setReadOnly
(boolean readOnly)
-
Constructor Details
-
AttributeMamMapping
public AttributeMamMapping()
-
-
Method Details
-
getAssetType
-
getAssetSubType
-
getQualifier
-
setQualifier
-
isReadOnly
public boolean isReadOnly() -
setReadOnly
public void setReadOnly(boolean readOnly)
-