Class DbAgencyInterest
- java.lang.Object
-
- com.openindex.openestate.tool.agency.addons.contacts.db.DbAgencyInterest
-
- All Implemented Interfaces:
Serializable
public class DbAgencyInterest extends Object implements Serializable
DbAgencyInterest.- Author:
- Andreas Rudolph
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDbAgencyInterest.Status
-
Field Summary
Fields Modifier and Type Field Description longagencySearchIdDatebeginlongcontactsEntryIdDatecreatedAtDateendlongidDatemodifiedAtStringnotesMap<Long,DbAgencyInterestOffer>offersDbAgencyInterest.Statusstatus
-
Constructor Summary
Constructors Constructor Description DbAgencyInterest()
-
-
-
Field Detail
-
id
public long id
-
contactsEntryId
public long contactsEntryId
-
agencySearchId
public long agencySearchId
-
status
public DbAgencyInterest.Status status
-
notes
public String notes
-
begin
public Date begin
-
end
public Date end
-
createdAt
public Date createdAt
-
modifiedAt
public Date modifiedAt
-
offers
public Map<Long,DbAgencyInterestOffer> offers
-
-