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:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classA builder which can be used to constructNaturalLanguageUsageinstances.static class -
Method Summary
Methods inherited from class org.kuali.rice.core.api.mo.AbstractDataTransferObject
afterUnmarshal, beforeUnmarshal, equals, equalsExcludeFields, getDefaultHashCodeEqualsExcludeFields, hashCode, hashCodeExcludeFields, toString
-
Method Details
-
getName
Description copied from interface:NaturalLanguageUsageContractThis is the name of the NaturalLanguageUsageThe name of the NaturalLanguageUsage
- Specified by:
getNamein interfaceNaturalLanguageUsageContract- Returns:
- the name of the NaturalLanguageUsage
-
getDescription
Description copied from interface:NaturalLanguageUsageContractThis is the Description of the NaturalLanguageUsageThe Description of the NaturalLanguageUsage
- Specified by:
getDescriptionin interfaceNaturalLanguageUsageContract- Returns:
- the Description of the NaturalLanguageUsage
-
getNamespace
Description copied from interface:NaturalLanguageUsageContractThis is the namespace of the NaturalLanguageUsageThe namespace of the NaturalLanguageUsage
- Specified by:
getNamespacein interfaceNaturalLanguageUsageContract- Returns:
- the namespace of the NaturalLanguageUsage
-
getId
- Specified by:
getIdin interfaceorg.kuali.rice.core.api.mo.common.Identifiable
-
isActive
public boolean isActive()- Specified by:
isActivein interfaceorg.kuali.rice.core.api.mo.common.active.Inactivatable
-
getVersionNumber
- Specified by:
getVersionNumberin interfaceorg.kuali.rice.core.api.mo.common.Versioned
-