public class Period extends Object implements Serializable
• Period: If the business request has a fixed period length, this can be omitted. In case the business request has a variable period it must be provided. See the relevant service catalogue for the specific rules.
| Constructor and Description |
|---|
Period(org.joda.time.DateTime begin,
org.joda.time.DateTime end) |
| Modifier and Type | Method and Description |
|---|---|
org.joda.time.DateTime |
getBegin() |
org.joda.time.DateTime |
getEnd() |
void |
setBegin(org.joda.time.DateTime begin) |
void |
setEnd(org.joda.time.DateTime end) |
public Period(org.joda.time.DateTime begin,
org.joda.time.DateTime end)
begin - end - public org.joda.time.DateTime getBegin()
public void setBegin(org.joda.time.DateTime begin)
begin - the begin to setpublic org.joda.time.DateTime getEnd()
public void setEnd(org.joda.time.DateTime end)
end - the end to set
Connector Packaging generic 4.2.0 API
Copyright © {inceptionYear}-2022 eHealth. All Rights Reserved.