@Entity public class InstanceDateAttribute extends InstanceAttribute
locked, mandatory, name| Constructor and Description |
|---|
InstanceDateAttribute() |
InstanceDateAttribute(String pName,
Date pValue,
boolean pMandatory) |
| 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, getNameWithoutWhiteSpace, hashCode, isLocked, isMandatory, isValueEquals, setId, setLocked, setMandatory, setName, toStringpublic Date getValue()
getValue in class InstanceAttributepublic boolean setValue(Object pValue)
setValue in class InstanceAttributepublic Date getDateValue()
public void setDateValue(Date dateValue)
public InstanceDateAttribute clone()
clone in class InstanceAttributeCopyright © 2017 DocDoku. All rights reserved.