public class BatchInfo extends Object implements ElementInfo
Modifier and Type | Field and Description |
---|---|
static String |
VERSION
The schema version.
|
Constructor and Description |
---|
BatchInfo(String id,
String description,
String comment,
Collection<? extends JobflowInfo> jobflows,
Collection<? extends Attribute> attributes)
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
List<? extends Attribute> |
getAttributes()
Returns the attributes of this element.
|
String |
getComment()
Returns the comment.
|
String |
getDescriptionClass()
Returns the description class name.
|
String |
getId()
Returns the element ID.
|
List<? extends JobflowInfo> |
getJobflows()
Returns the jobflows.
|
String |
getVersion()
Returns the schema version.
|
int |
hashCode() |
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
findAttribute
public static final String VERSION
public BatchInfo(String id, String description, String comment, Collection<? extends JobflowInfo> jobflows, Collection<? extends Attribute> attributes)
id
- the batch IDdescription
- the batch description class (nullable)comment
- the batch comment (nullable)jobflows
- the jobflowsattributes
- the attributespublic String getVersion()
public String getId()
ElementInfo
getId
in interface ElementInfo
public String getDescriptionClass()
ElementInfo
getDescriptionClass
in interface ElementInfo
null
if it is not surepublic String getComment()
null
if it is not definedpublic List<? extends JobflowInfo> getJobflows()
public List<? extends Attribute> getAttributes()
ElementInfo
getAttributes
in interface ElementInfo
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.