KrmsAttributeDefinition

Name KrmsAttributeDefinition
Usage KrmsTypeRepositoryService
getAttributeDefinitionById getAttributeDefinitionByName
Type Complex

Description

Concrete model object implementation of KRMS KrmsAttributeDefinition.

immutable. To construct an instance of a KrmsTypeAttribute, use the {@link KrmsTypeAttribute.Builder} class.
Instances of KrmsAttributeDefinition can be (un)marshalled to and from XML.

Structure Definition

ShortName Name Type Description Required? Read only? Cardinality XML Attribute? Implementation Notes
id Id String The unique identifier for an object. This can be null. Required   One No  
name Name String Returns the name of this attribute definition.


All attribute definitions have a name and namespace, so this value can
not be null or blank. The combination of name and namespace must be unique within the
entire KRMS system.

Required   One No  
namespace Namespace String Returns the namespace of this attribute definition.


The namespace provides scope of the the attribute definition. All attribute definition
have a name and namespace, so this field may not be null or blank. The combination
of name and namespace must be unique within the entire KRMS system.

Required   One No  
label Label String Returns the label of this attribute definition.

This is an optional
field and may be null or blank.

    One No  
description Description String Returns the description of the attribute.

This is an option field and may be null or blank.

    One No  
active Active boolean The active indicator for an object.     One No  
componentName Component Name String Returns the name of the component used to display the attribute.     One No  
versionNumber Version Number Long 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.
    One No