public class BatchInfo extends Object
| Constructor and Description |
|---|
BatchInfo(String name)
Creates a new BatchInfo instance.
|
BatchInfo(String name,
Calendar startedAt)
Creates a new BatchInfo instance.
|
public BatchInfo(String name, Calendar startedAt)
name - Name of batch or null if anonymous.startedAt - Batch start timepublic BatchInfo(String name)
public String getName()
null if anonymous.public String getId()
public void setId(String id)
id - The batch's IDpublic Calendar getStartedAt()
Copyright © 2014. All rights reserved.