Class EntityAttrHouse
java.lang.Object
ru.bitel.oss.kernel.entity.common.bean.EntityAttr
ru.bitel.oss.kernel.entity.common.bean.EntityAttrHouse
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedEntityAttrHouse(int entityId, int entitySpecAttrId, int houseId, String title) -
Method Summary
Modifier and TypeMethodDescriptionintgetTitle()intgetType()Возвращает тип параметраВозвращает строковое представление типа параметра, например, "text", "list", "email" и т.д.voidsetHouseId(int houseId) voidtoString()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:
getTypein classEntityAttr- Returns:
- See Also:
-
getTypeName
Description copied from class:EntityAttrВозвращает строковое представление типа параметра, например, "text", "list", "email" и т.д.- Overrides:
getTypeNamein classEntityAttr- Returns:
-
getHouseId
public int getHouseId() -
setHouseId
public void setHouseId(int houseId) -
getTitle
-
setTitle
-
toString
-