public class ElogEntrySummary extends Object
| Constructor and Description |
|---|
ElogEntrySummary() |
ElogEntrySummary(org.jdom.Element entry) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAuthor() |
String |
getCategory() |
int |
getFiles() |
String |
getForm() |
boolean |
getFormatted() |
boolean |
getHtml() |
Integer |
getId() |
int |
getImages() |
String |
getText() |
String |
getTextCdata() |
String |
getTextHtml() |
String |
getTimestamp() |
void |
setAuthor(String author) |
void |
setCategory(String category) |
void |
setFiles(Integer files) |
void |
setForm(String form) |
void |
setFormatted(Boolean formatted) |
void |
setHtml(Boolean html) |
void |
setId(Integer id) |
void |
setImages(Integer images) |
void |
setText(String text) |
void |
setTextCdata(String textCdata) |
void |
setTextHtml(String textHtml) |
void |
setTimestamp(String timestamp) |
public ElogEntrySummary()
public ElogEntrySummary(org.jdom.Element entry)
public void setId(Integer id)
public Integer getId()
public void setAuthor(String author)
public String getAuthor()
public void setCategory(String category)
public String getCategory()
public void setTimestamp(String timestamp)
public String getTimestamp()
public void setHtml(Boolean html)
public boolean getHtml()
public void setFormatted(Boolean formatted)
public boolean getFormatted()
public void setForm(String form)
public String getForm()
public void setImages(Integer images)
public int getImages()
public void setFiles(Integer files)
public int getFiles()
public void setText(String text)
public String getText()
public void setTextHtml(String textHtml)
public String getTextHtml()
public void setTextCdata(String textCdata)
public String getTextCdata()
Copyright © 2017 LSST. All rights reserved.