org.android.activityminer.pmml.model
Class NamedTypeWithDisplayName

Package class diagram package NamedTypeWithDisplayName
java.lang.Object
  extended by org.android.activityminer.pmml.model.NamedTypeWithDisplayName
Direct Known Subclasses:
DataField, DerivedField, OutputField

public abstract class NamedTypeWithDisplayName
extends Object

The base type with display name


Field Summary
private  String displayName
          The optional display name attribute
private  String name
          The symbolic name.
 
Constructor Summary
NamedTypeWithDisplayName()
           
 
Method Summary
 String getDisplayName()
          Getter for the displayName
 String getName()
          Getter for the name
 void setDisplayName(String displayName)
          Setter for the displayName
 void setName(String name)
          Setter for the name
 
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 symbolic name.


displayName

private String displayName
The optional display name attribute

Constructor Detail

NamedTypeWithDisplayName

public NamedTypeWithDisplayName()
Method Detail

setName

public void setName(String name)
Setter for the name

Parameters:
name - the name to set

getName

public String getName()
Getter for the name

Returns:
the name

getDisplayName

public String getDisplayName()
Getter for the displayName

Returns:
the displayName

setDisplayName

public void setDisplayName(String displayName)
Setter for the displayName

Parameters:
displayName - the displayName to set