org.kuali.common.util.project.model
Class Feature

java.lang.Object
  extended by org.kuali.common.util.project.model.Feature

public final class Feature
extends Object


Constructor Summary
Feature(FeatureIdentifier identifier, String name, String description)
           
 
Method Summary
 String getDescription()
           
 FeatureIdentifier getIdentifier()
           
 String getName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Feature

public Feature(FeatureIdentifier identifier,
               String name,
               String description)
Method Detail

getIdentifier

public FeatureIdentifier getIdentifier()

getName

public String getName()

getDescription

public String getDescription()


Copyright © 2010-2013 The Kuali Foundation. All Rights Reserved.