Class IdTitleCostChannels

java.lang.Object
ru.bgcrm.model.cerbercrypt.IdTitleCostChannels
All Implemented Interfaces:
Serializable, Cloneable

public class IdTitleCostChannels extends Object implements Serializable, Cloneable
See Also:
  • Field Details

  • Constructor Details

    • IdTitleCostChannels

      public IdTitleCostChannels()
    • IdTitleCostChannels

      public IdTitleCostChannels(int id, String title, BigDecimal cost, List<String> channels)
  • Method Details

    • getId

      public int getId()
    • setId

      public void setId(int id)
    • getTitle

      public String getTitle()
    • setTitle

      public void setTitle(String title)
    • getCost

      public BigDecimal getCost()
    • setCost

      public void setCost(BigDecimal cost)
    • getChannels

      public List<String> getChannels()
    • setChannels

      public void setChannels(List<String> channels)