public class Batch extends GenericModel
DocumentConversion| Constructor and Description |
|---|
Batch() |
| Modifier and Type | Method and Description |
|---|---|
Date |
getCreatedOn()
Returns the date on which the batch was created on.
|
String |
getId()
Returns the id of the batch.
|
List<Link> |
getLinks()
Returns the links to the batch.
|
String |
getName()
Returns the name of the batch.
|
List<Property> |
getProperties()
Returns the properties of the batch.
|
Date |
getUpdatedOn()
Returns the date on which the batch was updated on.
|
void |
setCreatedOn(Date createdOn)
Sets the date on which the batch was created on.
|
void |
setId(String id)
Sets the id for the batch.
|
void |
setLinks(List<Link> links)
Sets the links to the batch.
|
void |
setName(String name)
Sets the name of the batch.
|
void |
setProperties(List<Property> properties)
Sets the properties for the batch.
|
void |
setUpdatedOn(Date updatedOn)
Sets the date on which batch was updated on.
|
equals, hashCode, toStringpublic String getId()
public void setId(String id)
id - the new idpublic String getName()
public void setName(String name)
name - the new namepublic Date getCreatedOn()
public void setCreatedOn(Date createdOn)
createdOn - the new created onpublic Date getUpdatedOn()
public void setUpdatedOn(Date updatedOn)
updatedOn - the new updated onpublic List<Property> getProperties()
public void setProperties(List<Property> properties)
properties - the new propertiesCopyright © 2015. All rights reserved.