public class EntityAttrDate extends EntityAttr
Modifier | Constructor and Description |
---|---|
protected |
EntityAttrDate() |
|
EntityAttrDate(int entityId,
int entitySpecAttrId,
java.util.Date date) |
Modifier and Type | Method and Description |
---|---|
int |
getType() |
java.util.Date |
getValue() |
void |
setValue(java.util.Date date) |
java.lang.String |
toString() |
getEntityId, getEntitySpecAttrId, setEntityId, setEntitySpecAttrId
protected EntityAttrDate()
public EntityAttrDate(int entityId, int entitySpecAttrId, java.util.Date date)
public int getType()
getType
in class EntityAttr
public java.util.Date getValue()
public void setValue(java.util.Date date)
public java.lang.String toString()
toString
in class java.lang.Object