com.genesyslab.ail
Interface SkillSummary

All Superinterfaces:
IdObject

public interface SkillSummary
extends IdObject

Summary information about a skill.


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.genesyslab.ail.IdObject
IdObject.ObjectType
 
Method Summary
 java.lang.String getName()
          Returns the name of this skill.
 boolean isEnabled()
          Returns the Configuration Layer status of this skill.
 
Methods inherited from interface com.genesyslab.ail.IdObject
getId, getObjectType
 

Method Detail

getName

java.lang.String getName()
Returns the name of this skill.


isEnabled

boolean isEnabled()
Returns the Configuration Layer status of this skill.

Returns:
true if the Skill object is enabled in the Configuration Layer.