com.germinus.merlin.model
Class Page
java.lang.Object
com.germinus.merlin.model.Page
- All Implemented Interfaces:
- java.io.Serializable
public class Page
- extends java.lang.Object
- implements java.io.Serializable
Advise generated by hbm2java
- See Also:
- Serialized Form
Constructor Summary |
Page()
|
Page(long id,
Course course,
long ancestorLayoutPlid,
java.lang.String forumPageUrl,
java.lang.String blogPageUrl)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Page
public Page()
Page
public Page(long id,
Course course,
long ancestorLayoutPlid,
java.lang.String forumPageUrl,
java.lang.String blogPageUrl)
getId
public long getId()
- Returns:
- the id
setId
public void setId(long id)
- Parameters:
id
- the id to set
getCourse
public Course getCourse()
setCourse
public void setCourse(Course course)
getForumPageUrl
public java.lang.String getForumPageUrl()
- Returns:
- the forumPageUrl
setForumPageUrl
public void setForumPageUrl(java.lang.String forumPageUrl)
- Parameters:
forumPageUrl
- the forumPageUrl to set
getBlogPageUrl
public java.lang.String getBlogPageUrl()
- Returns:
- the blogPageUrl
setBlogPageUrl
public void setBlogPageUrl(java.lang.String blogPageUrl)
- Parameters:
blogPageUrl
- the blogPageUrl to set
getAncestorLayoutPlid
public long getAncestorLayoutPlid()
- Returns:
- the ancestorLayoutPlid
setAncestorLayoutPlid
public void setAncestorLayoutPlid(long ancestorLayoutPlid)
- Parameters:
ancestorLayoutPlid
- the ancestorLayoutPlid to set
getDocumentPageUrl
public java.lang.String getDocumentPageUrl()
- Returns:
- the documentPageUrl
setDocumentPageUrl
public void setDocumentPageUrl(java.lang.String documentPageUrl)
- Parameters:
documentPageUrl
- the documentPageUrl to set
Copyright © 2008. All Rights Reserved.