|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.figure8.join.view.GatewayTrackingView
public class GatewayTrackingView
This a JavaBean encasulating a Gateway domain model object
and its information on EIS mappings done during a tracking period.
Instance of GatewayTrackingView
class are intended to be
stored within an Http layer context.
Field Summary | |
---|---|
protected java.util.Map |
eisMappings
A map of mappings done during tracking period, organized on EIS type |
protected java.util.Date |
endDate
The end date of the tracking period for Gateway changes |
protected Gateway |
gateway
The encapsulated gateway domain object |
protected java.util.Date |
startDate
The start date of the tracking period for Gateway changes |
Constructor Summary | |
---|---|
GatewayTrackingView(Gateway gateway,
java.util.Date startDate,
java.util.Date endDate)
Creates a new instance of GatewayTrackingView |
Method Summary | |
---|---|
void |
addEISMapping(VersionedResourceMapping mapping)
Add a EISMapping to existing mappings for this tracking view |
java.util.Map |
getEISMappings()
Get the EIS mappings done during the tracking period |
java.util.Date |
getEndDate()
|
Gateway |
getGateway()
|
java.util.Date |
getStartDate()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected java.util.Date startDate
protected java.util.Date endDate
protected Gateway gateway
protected java.util.Map eisMappings
Constructor Detail |
---|
public GatewayTrackingView(Gateway gateway, java.util.Date startDate, java.util.Date endDate)
gateway
- The wrapped gateway domain objectstartDate
- The start date of the tracking period of this viewendDate
- The end date of the tracking period of this viewMethod Detail |
---|
public java.util.Date getStartDate()
public java.util.Date getEndDate()
public Gateway getGateway()
public java.util.Map getEISMappings()
public void addEISMapping(VersionedResourceMapping mapping)
mapping
- The versioned EIS resource mapping to add
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |