public class PDFItemBean extends Object
| Constructor and Description |
|---|
PDFItemBean() |
| Modifier and Type | Method and Description |
|---|---|
String |
getContent()
gets the raw generated html version of a question
|
Long |
getItemId()
gets the item id
|
String |
getMeta()
gets the Meta data section of an item
|
void |
setContent(String content)
sets the ray generated html version of a question
|
void |
setItemId(Long itemId)
sets the item id
|
void |
setMeta(String meta)
sets the Meta dat section of an item
|
public Long getItemId()
public void setItemId(Long itemId)
public String getContent()
public void setContent(String content)
content - public String getMeta()
public void setMeta(String meta)
meta - Copyright © 2005-2014 Sakai Project. All Rights Reserved.