|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.android.activityminer.pmml.header.Header
public class Header
The PMML header representation.
Field Summary | |
---|---|
private String |
annotation
The optional annotation attribute |
private Application |
application
The optional application attribute |
private String |
copyright
The optional copyright attribute |
private String |
description
The optional description attribute |
private String |
timestamp
The optional time stamp attribute |
Constructor Summary | |
---|---|
Header()
|
Method Summary | |
---|---|
String |
getAnnotation()
Getter for the annotation |
Application |
getApplication()
Getter for the application |
String |
getCopyright()
Getter for the copyright |
String |
getDescription()
Getter for the description |
String |
getTimestamp()
Getter for the timestamp |
void |
setAnnotation(String annotation)
Setter for the annotation |
void |
setApplication(Application application)
Setter for the application |
void |
setCopyright(String copyright)
Setter for the copyright |
void |
setDescription(String description)
Setter for the description |
void |
setTimestamp(String timestamp)
Setter for the timestamp |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private String copyright
private String description
private Application application
private String annotation
private String timestamp
Constructor Detail |
---|
public Header()
Method Detail |
---|
public final String getCopyright()
public final void setCopyright(String copyright)
copyright
- the copyright to setpublic final String getDescription()
public final void setDescription(String description)
description
- the description to setpublic final Application getApplication()
public final void setApplication(Application application)
application
- the application to setpublic final String getAnnotation()
public final void setAnnotation(String annotation)
annotation
- the annotation to setpublic final String getTimestamp()
public final void setTimestamp(String timestamp)
timestamp
- the timestamp to set
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |