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()
Long
public void setAudienceCatId(Long value)
value
- allowed object is
Long
public String getInstanceNumber()
String
public void setInstanceNumber(String value)
value
- allowed object is
String
public PublicMainCategoryEnum getMainCategory()
PublicMainCategoryEnum
public void setMainCategory(PublicMainCategoryEnum value)
value
- allowed object is
PublicMainCategoryEnum
public Long getMovementId()
Long
public void setMovementId(Long value)
value
- allowed object is
Long
public Long getPriceLevelId()
Long
public void setPriceLevelId(Long value)
value
- allowed object is
Long
public Long getProductId()
Long
public void setProductId(Long value)
value
- allowed object is
Long
public PublicSecondaryCategoryEnum getSecondaryCategory()
PublicSecondaryCategoryEnum
public void setSecondaryCategory(PublicSecondaryCategoryEnum value)
value
- allowed object is
PublicSecondaryCategoryEnum
Copyright © 2021. All rights reserved.