public class AudienceCategoryPriceLevel extends Object implements Serializable
Java class for audienceCategoryPriceLevel complex type.
The following schema fragment specifies the expected content contained within this class.
| Modifier and Type | Field and Description |
|---|---|
protected Long |
audienceCatId |
protected String |
instanceNumber |
protected PublicMainCategoryEnum |
mainCategory |
protected Long |
movementId |
protected Long |
priceLevelId |
protected Long |
productId |
protected PublicSecondaryCategoryEnum |
secondaryCategory |
| Constructor and Description |
|---|
AudienceCategoryPriceLevel() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getAudienceCatId()
Gets the value of the audienceCatId property.
|
String |
getInstanceNumber()
Gets the value of the instanceNumber property.
|
PublicMainCategoryEnum |
getMainCategory()
Gets the value of the mainCategory property.
|
Long |
getMovementId()
Gets the value of the movementId property.
|
Long |
getPriceLevelId()
Gets the value of the priceLevelId property.
|
Long |
getProductId()
Gets the value of the productId property.
|
PublicSecondaryCategoryEnum |
getSecondaryCategory()
Gets the value of the secondaryCategory property.
|
void |
setAudienceCatId(Long value)
Sets the value of the audienceCatId property.
|
void |
setInstanceNumber(String value)
Sets the value of the instanceNumber property.
|
void |
setMainCategory(PublicMainCategoryEnum value)
Sets the value of the mainCategory property.
|
void |
setMovementId(Long value)
Sets the value of the movementId property.
|
void |
setPriceLevelId(Long value)
Sets the value of the priceLevelId property.
|
void |
setProductId(Long value)
Sets the value of the productId property.
|
void |
setSecondaryCategory(PublicSecondaryCategoryEnum value)
Sets the value of the secondaryCategory property.
|
protected Long audienceCatId
protected String instanceNumber
protected PublicMainCategoryEnum mainCategory
protected Long movementId
protected Long priceLevelId
protected Long productId
protected PublicSecondaryCategoryEnum secondaryCategory
public Long getAudienceCatId()
Longpublic void setAudienceCatId(Long value)
value - allowed object is
Longpublic String getInstanceNumber()
Stringpublic void setInstanceNumber(String value)
value - allowed object is
Stringpublic PublicMainCategoryEnum getMainCategory()
PublicMainCategoryEnumpublic void setMainCategory(PublicMainCategoryEnum value)
value - allowed object is
PublicMainCategoryEnumpublic Long getMovementId()
Longpublic void setMovementId(Long value)
value - allowed object is
Longpublic Long getPriceLevelId()
Longpublic void setPriceLevelId(Long value)
value - allowed object is
Longpublic Long getProductId()
Longpublic void setProductId(Long value)
value - allowed object is
Longpublic PublicSecondaryCategoryEnum getSecondaryCategory()
PublicSecondaryCategoryEnumpublic void setSecondaryCategory(PublicSecondaryCategoryEnum value)
value - allowed object is
PublicSecondaryCategoryEnumCopyright © 2021. All rights reserved.