org.android.activityminer.pmml.header
Class Application

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

public class Application
extends Object

The PMML application representation.


Field Summary
private  String name
          The optional name attribute
private  String version
          The optional version attribute
 
Constructor Summary
Application()
           
 
Method Summary
 String getName()
          Getter for the name
 String getVersion()
          Getter for the version
 void setName(String name)
          Setter for the name
 void setVersion(String version)
          Setter for the version
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

private String name
The optional name attribute


version

private String version
The optional version attribute

Constructor Detail

Application

public Application()
Method Detail

getName

public final String getName()
Getter for the name

Returns:
the name

setName

public final void setName(String name)
Setter for the name

Parameters:
name - the name to set

getVersion

public final String getVersion()
Getter for the version

Returns:
the version

setVersion

public final void setVersion(String version)
Setter for the version

Parameters:
version - the version to set