|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DateEffectiveObject
A representation of the model object 'Date Effective Object'. Object which is effective for a certain period of time.
The following features are supported:
PartyPackage.getDateEffectiveObject()| Method Summary | |
|---|---|
Date |
getEnd()
Returns the value of the 'End' attribute. |
Date |
getStart()
Returns the value of the 'Start' attribute. |
boolean |
isEffective(Date date)
Returns true if object is effective at given date. |
boolean |
isEffectiveNow()
Returns true if object is currently effective. |
void |
setEnd(Date value)
Sets the value of the ' End' attribute. |
void |
setStart(Date value)
Sets the value of the ' Start' attribute. |
| Methods inherited from interface com.hammurapi.party.Tagged |
|---|
getComment, getTags, setComment |
| Methods inherited from interface org.eclipse.emf.ecore.EObject |
|---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset |
| Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
|---|
eAdapters, eDeliver, eNotify, eSetDeliver |
| Method Detail |
|---|
Date getStart()
setStart(Date),
PartyPackage.getDateEffectiveObject_Start()void setStart(Date value)
Start' attribute.
value - the new value of the 'Start' attribute.getStart()Date getEnd()
setEnd(Date),
PartyPackage.getDateEffectiveObject_End()void setEnd(Date value)
End' attribute.
value - the new value of the 'End' attribute.getEnd()boolean isEffectiveNow()
boolean isEffective(Date date)
date - Date for which effectiveness is checked.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||