org.android.activityminer.pmml.header
Class Header

Package class diagram package Header
java.lang.Object
  extended by org.android.activityminer.pmml.header.Header

public class Header
extends Object

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

copyright

private String copyright
The optional copyright attribute


description

private String description
The optional description attribute


application

private Application application
The optional application attribute


annotation

private String annotation
The optional annotation attribute


timestamp

private String timestamp
The optional time stamp attribute

Constructor Detail

Header

public Header()
Method Detail

getCopyright

public final String getCopyright()
Getter for the copyright

Returns:
the copyright

setCopyright

public final void setCopyright(String copyright)
Setter for the copyright

Parameters:
copyright - the copyright to set

getDescription

public final String getDescription()
Getter for the description

Returns:
the description

setDescription

public final void setDescription(String description)
Setter for the description

Parameters:
description - the description to set

getApplication

public final Application getApplication()
Getter for the application

Returns:
the application

setApplication

public final void setApplication(Application application)
Setter for the application

Parameters:
application - the application to set

getAnnotation

public final String getAnnotation()
Getter for the annotation

Returns:
the annotation

setAnnotation

public final void setAnnotation(String annotation)
Setter for the annotation

Parameters:
annotation - the annotation to set

getTimestamp

public final String getTimestamp()
Getter for the timestamp

Returns:
the timestamp

setTimestamp

public final void setTimestamp(String timestamp)
Setter for the timestamp

Parameters:
timestamp - the timestamp to set