Package nl.paston.apollon.model
Class Product
- java.lang.Object
-
- nl.paston.apollon.model.Product
-
- All Implemented Interfaces:
Serializable
@Entity public class Product extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Product()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)StringgetDescription()LonggetId()StringgetInsurerName()StringgetName()StringgetProductId()StringgetProductLineName()inthashCode()booleanisEnabled()voidsetDescription(String description)voidsetEnabled(boolean enabled)voidsetId(Long id)voidsetInsurerName(String insurerName)voidsetName(String name)voidsetProductId(String productId)voidsetProductLineName(String productLineName)StringtoString()
-
-
-
Method Detail
-
getId
public Long getId()
-
getName
public String getName()
-
getDescription
public String getDescription()
-
getInsurerName
public String getInsurerName()
-
getProductLineName
public String getProductLineName()
-
getProductId
public String getProductId()
-
isEnabled
public boolean isEnabled()
-
setId
public void setId(Long id)
-
setName
public void setName(String name)
-
setDescription
public void setDescription(String description)
-
setInsurerName
public void setInsurerName(String insurerName)
-
setProductLineName
public void setProductLineName(String productLineName)
-
setProductId
public void setProductId(String productId)
-
setEnabled
public void setEnabled(boolean enabled)
-
canEqual
protected boolean canEqual(Object other)
-
-