public interface MerchandisingAssociation
The following features are supported:
CatalogEntityPackage.getMerchandisingAssociation()
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription()
Returns the value of the 'Description' attribute.
|
java.lang.String |
getMassocId()
Returns the value of the 'Massoc Id' attribute.
|
java.lang.String |
getObjectId()
Returns the value of the 'Object Id' attribute.
|
java.lang.Short |
getOptCounter()
Returns the value of the 'Opt Counter' attribute.
|
java.util.List |
getRelatedCatalogEntryForMerchandisingAssociation()
Returns the value of the 'Related Catalog Entry For Merchandising Association' reference list.
|
java.util.List |
getRelatedCatalogGroupForMerchandisingAssociation()
Returns the value of the 'Related Catalog Group For Merchandising Association' reference list.
|
void |
setDescription(java.lang.String value)
Sets the value of the '
Description ' attribute. |
void |
setMassocId(java.lang.String value)
Sets the value of the '
Massoc Id ' attribute. |
void |
setObjectId(java.lang.String value)
Sets the value of the '
Object Id ' attribute. |
void |
setOptCounter(java.lang.Short value)
Sets the value of the '
Opt Counter ' attribute. |
java.lang.String getMassocId()
If the meaning of the 'Massoc Id' attribute isn't clear, there really should be more of a description here...
setMassocId(String)
,
CatalogEntityPackage.getMerchandisingAssociation_MassocId()
void setMassocId(java.lang.String value)
Massoc Id
' attribute.
value
- the new value of the 'Massoc Id' attribute.getMassocId()
java.lang.String getDescription()
If the meaning of the 'Description' attribute isn't clear, there really should be more of a description here...
setDescription(String)
,
CatalogEntityPackage.getMerchandisingAssociation_Description()
void setDescription(java.lang.String value)
Description
' attribute.
value
- the new value of the 'Description' attribute.getDescription()
java.lang.String getObjectId()
If the meaning of the 'Object Id' attribute isn't clear, there really should be more of a description here...
setObjectId(String)
,
CatalogEntityPackage.getMerchandisingAssociation_ObjectId()
void setObjectId(java.lang.String value)
Object Id
' attribute.
value
- the new value of the 'Object Id' attribute.getObjectId()
java.lang.Short getOptCounter()
If the meaning of the 'Opt Counter' attribute isn't clear, there really should be more of a description here...
setOptCounter(Short)
,
CatalogEntityPackage.getMerchandisingAssociation_OptCounter()
void setOptCounter(java.lang.Short value)
Opt Counter
' attribute.
value
- the new value of the 'Opt Counter' attribute.getOptCounter()
java.util.List getRelatedCatalogEntryForMerchandisingAssociation()
MerchandisingAssociationCatalogEntryRelation
.
It is bidirectional and its opposite is 'Merchandising Association For Merchandising Association Catalog Entry Relation
'.
If the meaning of the 'Related Catalog Entry For Merchandising Association' reference list isn't clear, there really should be more of a description here...
CatalogEntityPackage.getMerchandisingAssociation_RelatedCatalogEntryForMerchandisingAssociation()
,
MerchandisingAssociationCatalogEntryRelation.getMerchandisingAssociationForMerchandisingAssociationCatalogEntryRelation()
java.util.List getRelatedCatalogGroupForMerchandisingAssociation()
MerchandisingAssociationCatalogGroupRelation
.
It is bidirectional and its opposite is 'Merchandising Association For Merchandising Association Catalog Group Relation
'.
If the meaning of the 'Related Catalog Group For Merchandising Association' reference list isn't clear, there really should be more of a description here...
CatalogEntityPackage.getMerchandisingAssociation_RelatedCatalogGroupForMerchandisingAssociation()
,
MerchandisingAssociationCatalogGroupRelation.getMerchandisingAssociationForMerchandisingAssociationCatalogGroupRelation()