ps6.tigerdb
Class Feature

java.lang.Object
  extended by ps6.tigerdb.Feature
All Implemented Interfaces:
Serializable

public class Feature
extends Object
implements Serializable

Feature.java

See Also:
Serialized Form

Field Summary
static long serialVersionUID
           
 
Constructor Summary
Feature(String s)
           
Feature(String prefixDir, String name, String type, String suffixDir)
           
 
Method Summary
 boolean equals(Object o)
           
 String fullName()
           
 String getName()
           
 String getPrefixDir()
           
 String getSuffixDir()
           
 String getType()
           
 int hashCode()
           
 Feature intern()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

serialVersionUID

public static final long serialVersionUID
See Also:
Constant Field Values
Constructor Detail

Feature

public Feature(String prefixDir,
               String name,
               String type,
               String suffixDir)

Feature

public Feature(String s)
Method Detail

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

fullName

public String fullName()

intern

public Feature intern()

toString

public String toString()
Overrides:
toString in class Object

getPrefixDir

public String getPrefixDir()
Returns:
the prefix directory of the feature.

getName

public String getName()
Returns:
the name of the feature.

getType

public String getType()
Returns:
the type of the feature.

getSuffixDir

public String getSuffixDir()
Returns:
the suffix directory of the feature.