com.liferay.portlet.todayinchristianhistory.model
Class Event

java.lang.Object
  extended bycom.liferay.portlet.todayinchristianhistory.model.Event
All Implemented Interfaces:
java.io.Serializable

public class Event
extends java.lang.Object
implements java.io.Serializable

View Source

Author:
Brian Wing Shun Chan
See Also:
Serialized Form

Constructor Summary
Event(int year, java.lang.String description)
           
 
Method Summary
 java.lang.String getDescription()
           
 int getYear()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Event

public Event(int year,
             java.lang.String description)
Method Detail

getYear

public int getYear()

getDescription

public java.lang.String getDescription()