is.idega.idegaweb.golf.field.presentation
Class CourseBean

java.lang.Object
  extended by is.idega.idegaweb.golf.field.presentation.CourseBean

@Service(value="courseBean")
@Scope(value="request")
public class CourseBean
extends java.lang.Object


Constructor Summary
CourseBean()
           
 
Method Summary
 java.util.List<Course> getCourses()
           
 java.lang.String getResponseUrl()
           
 void setCourses(java.util.List<Course> courses)
           
 void setResponseUrl(java.lang.String responseUrl)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CourseBean

public CourseBean()
Method Detail

getResponseUrl

public java.lang.String getResponseUrl()

setResponseUrl

public void setResponseUrl(java.lang.String responseUrl)

getCourses

public java.util.List<Course> getCourses()

setCourses

public void setCourses(java.util.List<Course> courses)


Copyright © 2000-2014 idega software. All Rights Reserved.