public class DocData extends Object
Constructor and Description |
---|
DocData(String name,
String body,
String title,
Properties props,
Date date) |
public DocData(String name, String body, String title, Properties props, Date date)
public String getName()
public void setName(String name)
name
- The name to set.public Properties getProps()
public void setProps(Properties props)
props
- The props to set.public String getBody()
public void setBody(String body)
body
- The body to set.public String getTitle()
public void setTitle(String title)
title
- The title to set.public Date getDate()
public void setDate(Date date)
date
- The date to set.Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.