org.kuali.rice.krms.api.repository.language
Class NaturalLanguageUsage

java.lang.Object
  extended by org.kuali.rice.core.api.mo.AbstractDataTransferObject
      extended by 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:
NaturalLanguageUsageContract, Serialized Form

Nested Class Summary
static class NaturalLanguageUsage.Builder
          A builder which can be used to construct NaturalLanguageUsage instances.
 
Method Summary
 String getDescription()
          This is the Description of the NaturalLanguageUsage
 String getId()
          The unique identifier for an object.
 String getName()
          This is the name of the NaturalLanguageUsage
 String getNamespace()
          This is the namespace of the NaturalLanguageUsage
 Long getVersionNumber()
          Returns the version number for this object.
 boolean isActive()
          The active indicator for an object.
 
Methods inherited from class org.kuali.rice.core.api.mo.AbstractDataTransferObject
afterUnmarshal, beforeUnmarshal, equals, equalsExcludeFields, getDefaultHashCodeEqualsExcludeFields, hashCode, hashCodeExcludeFields, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

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()
Description copied from interface: Identifiable
The unique identifier for an object. This can be null.

Specified by:
getId in interface Identifiable
Returns:
the id

isActive

public boolean isActive()
Description copied from interface: Inactivatable
The active indicator for an object.

Specified by:
isActive in interface Inactivatable
Returns:
true if active false if not.

getVersionNumber

public Long getVersionNumber()
Description copied from interface: Versioned
Returns the version number for this object. In general, this value should only be null if the object has not yet been stored to a persistent data store. This version number is generally used for the purposes of optimistic locking.

Specified by:
getVersionNumber in interface Versioned
Returns:
the version number, or null if one has not been assigned yet


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