Class EntityAttrDate
java.lang.Object
ru.bitel.oss.kernel.entity.common.bean.EntityAttr
ru.bitel.oss.kernel.entity.common.bean.EntityAttrDate
public class EntityAttrDate extends EntityAttr
Атрибут/параметр - дата.
-
Constructor Summary
Constructors Modifier Constructor Description protected
EntityAttrDate()
EntityAttrDate(int entityId, int entitySpecAttrId, java.util.Date date)
-
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
-
EntityAttrDate
protected EntityAttrDate() -
EntityAttrDate
public EntityAttrDate(int entityId, int entitySpecAttrId, java.util.Date date)
-
-
Method Details
-
getValue
public java.util.Date getValue() -
setValue
public void setValue(java.util.Date date) -
toString
public java.lang.String toString()- Overrides:
toString
in classjava.lang.Object
-