@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, toString
public Date getValue()
getValue
in class InstanceAttribute
public boolean setValue(Object pValue)
setValue
in class InstanceAttribute
public Date getDateValue()
public void setDateValue(Date dateValue)
public InstanceDateAttribute clone()
clone
in class InstanceAttribute
Copyright © 2017 DocDoku. All rights reserved.