Class DbCrmMarketingFeedback
- java.lang.Object
-
- com.openindex.openestate.tool.crm.db.DbCrmMarketingFeedback
-
- All Implemented Interfaces:
Serializable
public class DbCrmMarketingFeedback extends Object implements Serializable
DbCrmMarketingFeedback.- Author:
- Andreas Rudolph
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description long
contactEntryId
boolean
isPositive
long
marketingId
Date
time
-
Constructor Summary
Constructors Constructor Description DbCrmMarketingFeedback()
-
-
-
Field Detail
-
marketingId
public long marketingId
-
contactEntryId
public long contactEntryId
-
isPositive
public boolean isPositive
-
time
public Date time
-
-