Class EntityAttrHouse
java.lang.Object
ru.bitel.oss.kernel.entity.common.bean.EntityAttr
ru.bitel.oss.kernel.entity.common.bean.EntityAttrHouse
-
Constructor Summary
ModifierConstructorDescriptionprotected
EntityAttrHouse
(int entityId, int entitySpecAttrId, int houseId, String title) -
Method Summary
Modifier and TypeMethodDescriptionint
getTitle()
int
getType()
Возвращает тип параметраВозвращает строковое представление типа параметра, например, "text", "list", "email" и т.д.void
setHouseId
(int houseId) void
toString()
Methods inherited from class ru.bitel.oss.kernel.entity.common.bean.EntityAttr
getEntityId, getEntitySpecAttrId, newInstance, setEntityId, setEntitySpecAttrId, setType, setTypeName
-
Constructor Details
-
EntityAttrHouse
protected EntityAttrHouse() -
EntityAttrHouse
-
-
Method Details
-
getType
public int getType()Description copied from class:EntityAttr
Возвращает тип параметра- Overrides:
getType
in classEntityAttr
- Returns:
- See Also:
-
getTypeName
Description copied from class:EntityAttr
Возвращает строковое представление типа параметра, например, "text", "list", "email" и т.д.- Overrides:
getTypeName
in classEntityAttr
- Returns:
-
getHouseId
public int getHouseId() -
setHouseId
public void setHouseId(int houseId) -
getTitle
-
setTitle
-
toString
-