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