|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcz.muni.fi.pclis.commons.domain.DomainObject
cz.muni.fi.pclis.domain.feedback.UserBlogLocation
public class UserBlogLocation
Entity for Location of User Blog User: Ľuboš Pecho Date: 18.9.2009 Time: 13:31:38
| Field Summary | |
|---|---|
private String |
blogUrlString
Url to RSS Feed of the blog |
private Course |
course
Course in which is the blog usable |
private Term |
term
Term in which is the blog location valid |
private User |
user
Owner of the blog |
| Constructor Summary | |
|---|---|
UserBlogLocation()
|
|
| Method Summary | |
|---|---|
URL |
getBlogUrl()
Returns URL of the blog RSS feed |
String |
getBlogUrlString()
|
Course |
getCourse()
|
Term |
getTerm()
|
User |
getUser()
|
void |
setBlogUrlString(String blogUrlString)
Set the blog url string |
void |
setCourse(Course course)
Sets the course |
void |
setTerm(Term term)
Sets the term |
void |
setUser(User user)
Sets the user |
| Methods inherited from class cz.muni.fi.pclis.commons.domain.DomainObject |
|---|
equals, getId, hashCode, setId |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private User user
private Course course
private Term term
private String blogUrlString
| Constructor Detail |
|---|
public UserBlogLocation()
| Method Detail |
|---|
public User getUser()
public void setUser(User user)
user - public Course getCourse()
public void setCourse(Course course)
course - public Term getTerm()
public void setTerm(Term term)
term - public String getBlogUrlString()
public void setBlogUrlString(String blogUrlString)
throws MalformedURLException
blogUrlString -
MalformedURLException - if the given url is not valid
public URL getBlogUrl()
throws MalformedURLException
URL of the blog RSS feed
MalformedURLException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||