|
SAP Convergent Charging
Java and XML APIs (Core) |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IPeriodObjectModel
This Java interface defines a period of an object;
This represents an object (element) valid upon a certain period of time.
The validity can be infinite.
Consider the Java classes that extend this interface.
| Method Summary | |
|---|---|
com.highdeal.util.range.TimeFrame |
asTimeFrame()
Returns this object as TimeFrame object. |
java.util.Date |
getEnd()
Returns the end date of the period. |
java.util.Date |
getStart()
Returns the start date of the period. |
void |
setEnd(java.util.Date end)
Sets the end date of the period. |
void |
setStart(java.util.Date start)
Sets the start date of the period. |
| Method Detail |
|---|
java.util.Date getStart()
null if
the element has always been validvoid setStart(java.util.Date start)
start - The possibly null start date of the period for
the elementjava.util.Date getEnd()
null if
the element will always be validvoid setEnd(java.util.Date end)
end - The end date of the periodcom.highdeal.util.range.TimeFrame asTimeFrame()
TimeFrame object.
TimeFrame object.
|
Document Published: October 2015 (SAP CC 4.0 SP10 and Later) | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||