Package ru.bgcrm.model.cerbercrypt
Class IdTitleCostChannels
java.lang.Object
ru.bgcrm.model.cerbercrypt.IdTitleCostChannels
- All Implemented Interfaces:
Serializable,Cloneable
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionIdTitleCostChannels(int id, String title, BigDecimal cost, List<String> channels) -
Method Summary
Modifier and TypeMethodDescriptiongetCost()intgetId()getTitle()voidsetChannels(List<String> channels) voidsetCost(BigDecimal cost) voidsetId(int id) void
-
Field Details
-
cost
-
channels
-
-
Constructor Details
-
IdTitleCostChannels
public IdTitleCostChannels() -
IdTitleCostChannels
-
-
Method Details
-
getId
public int getId() -
setId
public void setId(int id) -
getTitle
-
setTitle
-
getCost
-
setCost
-
getChannels
-
setChannels
-