Package nl.paston.apollon.model
Class Customer
- java.lang.Object
-
- nl.paston.apollon.model.Customer
-
- All Implemented Interfaces:
Serializable
@Entity public class Customer extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringCHECK_IF_CUSTOMER_EXISTstatic StringFIND_BY_BATCH_IDstatic StringFIND_CUSTOMER_BATCHESstatic StringFIND_CUSTOMER_BY_UNIQUE_IDstatic StringPARAM_BATCH_IDstatic StringPARAM_FILTERED_VALUEstatic StringPARAM_UNIQUE_ID
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)Objectget(String key)StringgetBatchId()StringgetCrmLink()LonggetId()Map<String,String>getMap()StringgetName()List<PolicyCase>getPolicycases()StringgetUniqueId()inthashCode()Map<String,String>map()Objectput(String key, Object value)voidputAll(Map<String,String> newMap)StringremoveMapEntry(String key)voidsetBatchId(String batchId)voidsetCrmLink(String crmLink)voidsetId(Long id)voidsetName(String name)voidsetPolicycases(List<PolicyCase> policycases)voidsetUniqueId(String uniqueId)StringtoString()
-
-
-
Field Detail
-
FIND_CUSTOMER_BY_UNIQUE_ID
public static final String FIND_CUSTOMER_BY_UNIQUE_ID
- See Also:
- Constant Field Values
-
CHECK_IF_CUSTOMER_EXIST
public static final String CHECK_IF_CUSTOMER_EXIST
- See Also:
- Constant Field Values
-
PARAM_FILTERED_VALUE
public static final String PARAM_FILTERED_VALUE
- See Also:
- Constant Field Values
-
PARAM_BATCH_ID
public static final String PARAM_BATCH_ID
- See Also:
- Constant Field Values
-
PARAM_UNIQUE_ID
public static final String PARAM_UNIQUE_ID
- See Also:
- Constant Field Values
-
FIND_BY_BATCH_ID
public static final String FIND_BY_BATCH_ID
- See Also:
- Constant Field Values
-
FIND_CUSTOMER_BATCHES
public static final String FIND_CUSTOMER_BATCHES
- See Also:
- Constant Field Values
-
-
Method Detail
-
getId
public Long getId()
-
getUniqueId
public String getUniqueId()
-
getName
public String getName()
-
getCrmLink
public String getCrmLink()
-
getBatchId
public String getBatchId()
-
getPolicycases
public List<PolicyCase> getPolicycases()
-
setId
public void setId(Long id)
-
setUniqueId
public void setUniqueId(String uniqueId)
-
setName
public void setName(String name)
-
setCrmLink
public void setCrmLink(String crmLink)
-
setBatchId
public void setBatchId(String batchId)
-
setPolicycases
public void setPolicycases(List<PolicyCase> policycases)
-
canEqual
protected boolean canEqual(Object other)
-
-