Class AttributeMamMapping

java.lang.Object
com.mayam.wf.config.shared.AttributeMamMapping
All Implemented Interfaces:
Serializable

public class AttributeMamMapping extends Object implements 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:
  • Constructor Details

    • AttributeMamMapping

      public AttributeMamMapping()
  • Method Details

    • getAssetType

      public AssetType getAssetType()
    • setAssetType

      public void setAssetType(AssetType assetType)
    • getAssetSubType

      public AssetSubType getAssetSubType()
    • setAssetSubType

      public void setAssetSubType(AssetSubType assetSubType)
    • getQualifier

      public String getQualifier()
    • setQualifier

      public void setQualifier(String qualifier)
    • isReadOnly

      public boolean isReadOnly()
    • setReadOnly

      public void setReadOnly(boolean readOnly)