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 class
DbAgencyInterest.Status
-
Field Summary
Fields Modifier and Type Field Description long
agencySearchId
Date
begin
long
contactsEntryId
Date
createdAt
Date
end
long
id
Date
modifiedAt
String
notes
Map<Long,DbAgencyInterestOffer>
offers
DbAgencyInterest.Status
status
-
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
-
-