Class EntityAttrEmail
java.lang.Object
ru.bgcrm.plugin.bgbilling.proto.model.entity.EntityAttr
ru.bgcrm.plugin.bgbilling.proto.model.entity.EntityAttrEmail
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classContact forEntityAttrEmail, contains the email -EntityAttrEmail.EmailContact.addressand the name -EntityAttrEmail.EmailContact.name -
Field Summary
Fields inherited from class EntityAttr
MODE_EQ, MODE_LIKE, MODE_REGEX -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddContact(String name, String address) Adds a contact to the listMethods inherited from class EntityAttr
getEntityId, getEntitySpecAttrId, setEntityId, setEntitySpecAttrId
-
Constructor Details
-
EntityAttrEmail
protected EntityAttrEmail() -
EntityAttrEmail
public EntityAttrEmail(int entityId, int entitySpecAttrId)
-
-
Method Details
-
addContact
Adds a contact to the list- Parameters:
name- the contact nameaddress- the email address- Returns:
- this
-
getContactList
- Returns:
- the contact list (email and name)
-