net.sourceforge.fixagora.basis.shared.model.persistence
Class ComplexEventDate

java.lang.Object
  extended by net.sourceforge.fixagora.basis.shared.model.persistence.ComplexEventDate
All Implemented Interfaces:
java.io.Serializable

@Entity
public class ComplexEventDate
extends java.lang.Object
implements java.io.Serializable

The Class ComplexEventDate.

See Also:
Serialized Form

Constructor Summary
ComplexEventDate()
           
 
Method Summary
 java.util.List<ComplexEventTime> getComplexEventTimes()
          Gets the complex event times.
 java.util.Date getEventEndDate()
          Gets the event end date.
 java.util.Date getEventStartDate()
          Gets the event start date.
 long getId()
          Gets the id.
 SecurityComplexEvent getSecurityComplexEvent()
          Gets the security complex event.
 void makeEager()
          Make eager.
 void setComplexEventTimes(java.util.List<ComplexEventTime> complexEventTimes)
          Sets the complex event times.
 void setEventEndDate(java.util.Date eventEndDate)
          Sets the event end date.
 void setEventStartDate(java.util.Date eventStartDate)
          Sets the event start date.
 void setId(long id)
          Sets the id.
 void setSecurityComplexEvent(SecurityComplexEvent securityComplexEvent)
          Sets the security complex event.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ComplexEventDate

public ComplexEventDate()
Method Detail

getSecurityComplexEvent

public SecurityComplexEvent getSecurityComplexEvent()
Gets the security complex event.

Returns:
the security complex event

setSecurityComplexEvent

public void setSecurityComplexEvent(SecurityComplexEvent securityComplexEvent)
Sets the security complex event.

Parameters:
securityComplexEvent - the new security complex event

getComplexEventTimes

public java.util.List<ComplexEventTime> getComplexEventTimes()
Gets the complex event times.

Returns:
the complex event times

setComplexEventTimes

public void setComplexEventTimes(java.util.List<ComplexEventTime> complexEventTimes)
Sets the complex event times.

Parameters:
complexEventTimes - the new complex event times

getId

public long getId()
Gets the id.

Returns:
the id

setId

public void setId(long id)
Sets the id.

Parameters:
id - the new id

getEventStartDate

public java.util.Date getEventStartDate()
Gets the event start date.

Returns:
the event start date

setEventStartDate

public void setEventStartDate(java.util.Date eventStartDate)
Sets the event start date.

Parameters:
eventStartDate - the new event start date

getEventEndDate

public java.util.Date getEventEndDate()
Gets the event end date.

Returns:
the event end date

setEventEndDate

public void setEventEndDate(java.util.Date eventEndDate)
Sets the event end date.

Parameters:
eventEndDate - the new event end date

makeEager

public void makeEager()
Make eager.