@Entity public class InstanceDateAttribute extends InstanceAttribute
Modifier and Type | Field and Description |
---|---|
private Date |
dateValue |
name
Constructor and Description |
---|
InstanceDateAttribute() |
InstanceDateAttribute(String pName,
Date pValue) |
Modifier and Type | Method and Description |
---|---|
InstanceDateAttribute |
clone()
perform a deep clone operation
|
Date |
getDateValue() |
Date |
getValue() |
void |
setDateValue(Date dateValue) |
boolean |
setValue(Object pValue) |
equals, getId, getName, hashCode, isValueEquals, setId, setName, toString
private Date dateValue
public Date getValue()
getValue
in class InstanceAttribute
public Date getDateValue()
public void setDateValue(Date dateValue)
public InstanceDateAttribute clone()
clone
in class InstanceAttribute
public boolean setValue(Object pValue)
setValue
in class InstanceAttribute
Copyright © 2013 OW2 Consortium. All Rights Reserved.