Class EntityAttr
java.lang.Object
ru.bgcrm.plugin.bgbilling.proto.model.entity.EntityAttr
- Direct Known Subclasses:
EntityAttrAddress
,EntityAttrDate
,EntityAttrEmail
,EntityAttrList
,EntityAttrText
-
Constructor Summary
ModifierConstructorDescriptionprotected
EntityAttr
(EntitySpecAttrType type) protected
EntityAttr
(EntitySpecAttrType type, int entityId, int entitySpecAttrId) -
Method Summary
Modifier and TypeMethodDescriptionint
int
void
setEntityId
(int entityId) void
setEntitySpecAttrId
(int entitySpecAttrId)
-
Constructor Details
-
EntityAttr
public EntityAttr() -
EntityAttr
-
EntityAttr
-
-
Method Details
-
getEntityId
public int getEntityId() -
setEntityId
public void setEntityId(int entityId) -
getEntitySpecAttrId
public int getEntitySpecAttrId() -
setEntitySpecAttrId
public void setEntitySpecAttrId(int entitySpecAttrId)
-