Class NaturalLanguageUsage
java.lang.Object
org.kuali.rice.core.api.mo.AbstractDataTransferObject
org.kuali.rice.krms.api.repository.language.NaturalLanguageUsage
- All Implemented Interfaces:
Serializable,Inactivatable,Identifiable,Versioned,ModelObjectBasic,ModelObjectComplete,NaturalLanguageUsageContract
public final class NaturalLanguageUsage
extends 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 interfaceIdentifiable
-
isActive
public boolean isActive()- Specified by:
isActivein interfaceInactivatable
-
getVersionNumber
- Specified by:
getVersionNumberin interfaceVersioned
-