Package nl.paston.apollon.model
Class Productline
- java.lang.Object
-
- nl.paston.apollon.model.Productline
-
- All Implemented Interfaces:
Serializable
@Entity public class Productline extends Object implements Serializable
Entity representing enabled insurers per product- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Productline()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)StringgetDescription()LonggetId()StringgetName()inthashCode()booleanisEnabled()voidsetDescription(String description)voidsetEnabled(boolean enabled)voidsetId(Long id)voidsetName(String name)StringtoString()
-
-
-
Method Detail
-
getId
public Long getId()
-
getName
public String getName()
-
getDescription
public String getDescription()
-
isEnabled
public boolean isEnabled()
-
setId
public void setId(Long id)
-
setName
public void setName(String name)
-
setDescription
public void setDescription(String description)
-
setEnabled
public void setEnabled(boolean enabled)
-
canEqual
protected boolean canEqual(Object other)
-
-