Class EntityAttrContract
java.lang.Object
ru.bitel.oss.kernel.entity.common.bean.EntityAttr
ru.bitel.oss.kernel.entity.common.bean.EntityAttrContract
public class EntityAttrContract extends EntityAttr
Атрибут/параметр - ссылка на договор.
-
Constructor Summary
Constructors Modifier Constructor Description protected
EntityAttrContract()
EntityAttrContract(int entityId, int entitySpecAttrId, int value, java.lang.String title)
-
Method Summary
Methods inherited from class ru.bitel.oss.kernel.entity.common.bean.EntityAttr
getEntityId, getEntitySpecAttrId, getType, getTypeName, newInstance, setEntityId, setEntitySpecAttrId, setType, setTypeName
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Constructor Details
-
EntityAttrContract
protected EntityAttrContract() -
EntityAttrContract
public EntityAttrContract(int entityId, int entitySpecAttrId, int value, java.lang.String title)
-
-
Method Details
-
getValue
public int getValue()Получение ID договора.- Returns:
-
setValue
public void setValue(int value)Установка ID договора.- Parameters:
value
-
-
getTitle
public java.lang.String getTitle() -
setTitle
public void setTitle(java.lang.String title) -
toString
public java.lang.String toString()- Overrides:
toString
in classjava.lang.Object
-