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 AudienceSubCategory |
audienceSubCategory |
protected String |
instanceNumber |
protected PublicMainCategoryEnum |
mainCategory |
protected Date |
movementEndDate |
protected Long |
movementId |
protected Date |
movementStartDate |
protected String |
partnerOrganizationName |
protected String |
priceLevelCode |
protected Long |
priceLevelId |
protected String |
product |
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.
|
AudienceSubCategory |
getAudienceSubCategory()
Gets the value of the audienceSubCategory property.
|
String |
getInstanceNumber()
Gets the value of the instanceNumber property.
|
PublicMainCategoryEnum |
getMainCategory()
Gets the value of the mainCategory property.
|
Date |
getMovementEndDate()
Gets the value of the movementEndDate property.
|
Long |
getMovementId()
Gets the value of the movementId property.
|
Date |
getMovementStartDate()
Gets the value of the movementStartDate property.
|
String |
getPartnerOrganizationName()
Gets the value of the partnerOrganizationName property.
|
String |
getPriceLevelCode()
Gets the value of the priceLevelCode property.
|
Long |
getPriceLevelId()
Gets the value of the priceLevelId property.
|
String |
getProduct()
Gets the value of the product 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 |
setAudienceSubCategory(AudienceSubCategory value)
Sets the value of the audienceSubCategory property.
|
void |
setInstanceNumber(String value)
Sets the value of the instanceNumber property.
|
void |
setMainCategory(PublicMainCategoryEnum value)
Sets the value of the mainCategory property.
|
void |
setMovementEndDate(Date value)
Sets the value of the movementEndDate property.
|
void |
setMovementId(Long value)
Sets the value of the movementId property.
|
void |
setMovementStartDate(Date value)
Sets the value of the movementStartDate property.
|
void |
setPartnerOrganizationName(String value)
Sets the value of the partnerOrganizationName property.
|
void |
setPriceLevelCode(String value)
Sets the value of the priceLevelCode property.
|
void |
setPriceLevelId(Long value)
Sets the value of the priceLevelId property.
|
void |
setProduct(String value)
Sets the value of the product 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 AudienceSubCategory audienceSubCategory
protected String instanceNumber
protected PublicMainCategoryEnum mainCategory
protected Date movementEndDate
protected Long movementId
protected Date movementStartDate
protected String partnerOrganizationName
protected String priceLevelCode
protected Long priceLevelId
protected String product
protected Long productId
protected PublicSecondaryCategoryEnum secondaryCategory
public Long getAudienceCatId()
Long
public void setAudienceCatId(Long value)
value
- allowed object is
Long
public AudienceSubCategory getAudienceSubCategory()
AudienceSubCategory
public void setAudienceSubCategory(AudienceSubCategory value)
value
- allowed object is
AudienceSubCategory
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 Date getMovementEndDate()
String
public void setMovementEndDate(Date value)
value
- allowed object is
String
public Long getMovementId()
Long
public void setMovementId(Long value)
value
- allowed object is
Long
public Date getMovementStartDate()
String
public void setMovementStartDate(Date value)
value
- allowed object is
String
public String getPartnerOrganizationName()
String
public void setPartnerOrganizationName(String value)
value
- allowed object is
String
public String getPriceLevelCode()
String
public void setPriceLevelCode(String value)
value
- allowed object is
String
public Long getPriceLevelId()
Long
public void setPriceLevelId(Long value)
value
- allowed object is
Long
public String getProduct()
String
public void setProduct(String value)
value
- allowed object is
String
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.