Class NaturalLanguageUsage

java.lang.Object
org.kuali.rice.core.api.mo.AbstractDataTransferObject
org.kuali.rice.krms.api.repository.language.NaturalLanguageUsage
All Implemented Interfaces:
Serializable, org.kuali.rice.core.api.mo.common.active.Inactivatable, org.kuali.rice.core.api.mo.common.Identifiable, org.kuali.rice.core.api.mo.common.Versioned, org.kuali.rice.core.api.mo.ModelObjectBasic, org.kuali.rice.core.api.mo.ModelObjectComplete, NaturalLanguageUsageContract

public final class NaturalLanguageUsage extends org.kuali.rice.core.api.mo.AbstractDataTransferObject implements NaturalLanguageUsageContract
Generated using JVM arguments -DNOT_BLANK=name,typeId Concrete model object implementation, immutable. Instances can be (un)marshalled to and from XML.
Author:
Kuali Rice Team (rice.collab@kuali.org)
See Also:
  • Method Details

    • getName

      public String getName()
      Description copied from interface: NaturalLanguageUsageContract
      This is the name of the NaturalLanguageUsage

      The name of the NaturalLanguageUsage

      Specified by:
      getName in interface NaturalLanguageUsageContract
      Returns:
      the name of the NaturalLanguageUsage
    • getDescription

      public String getDescription()
      Description copied from interface: NaturalLanguageUsageContract
      This is the Description of the NaturalLanguageUsage

      The Description of the NaturalLanguageUsage

      Specified by:
      getDescription in interface NaturalLanguageUsageContract
      Returns:
      the Description of the NaturalLanguageUsage
    • getNamespace

      public String getNamespace()
      Description copied from interface: NaturalLanguageUsageContract
      This is the namespace of the NaturalLanguageUsage

      The namespace of the NaturalLanguageUsage

      Specified by:
      getNamespace in interface NaturalLanguageUsageContract
      Returns:
      the namespace of the NaturalLanguageUsage
    • getId

      public String getId()
      Specified by:
      getId in interface org.kuali.rice.core.api.mo.common.Identifiable
    • isActive

      public boolean isActive()
      Specified by:
      isActive in interface org.kuali.rice.core.api.mo.common.active.Inactivatable
    • getVersionNumber

      public Long getVersionNumber()
      Specified by:
      getVersionNumber in interface org.kuali.rice.core.api.mo.common.Versioned