com.stratelia.webactiv.calendar.model
Class HolidayDetail

java.lang.Object
  extended by com.stratelia.webactiv.calendar.model.HolidayDetail
All Implemented Interfaces:
Serializable

public class HolidayDetail
extends Object
implements Serializable

Author:
neysseri
See Also:
Serialized Form

Constructor Summary
HolidayDetail(Date holidayDate, String userId)
           
 
Method Summary
 Date getDate()
           
 String getUserId()
           
 void setDate(Date date)
           
 void setUserId(String string)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HolidayDetail

public HolidayDetail(Date holidayDate,
                     String userId)
Method Detail

getDate

public Date getDate()
Returns:

getUserId

public String getUserId()
Returns:

setDate

public void setDate(Date date)
Parameters:
date -

setUserId

public void setUserId(String string)
Parameters:
string -


Copyright © 2016 Silverpeas. All Rights Reserved.