Class EntityAttr
java.lang.Object
ru.bgcrm.plugin.bgbilling.proto.model.entity.EntityAttr
- Direct Known Subclasses:
 EntityAttrAddress,EntityAttrDate,EntityAttrEmail,EntityAttrList,EntityAttrPhone,EntityAttrText
- 
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedEntityAttr(EntitySpecAttrType type) protectedEntityAttr(EntitySpecAttrType type, int entityId, int entitySpecAttrId)  - 
Method Summary
Modifier and TypeMethodDescriptionintintvoidsetEntityId(int entityId) voidsetEntitySpecAttrId(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)  
 -