public final class KewTypeAttribute extends AbstractDataTransferObject implements KewTypeAttributeContract
| Modifier and Type | Class and Description |
|---|---|
static class |
KewTypeAttribute.Builder
This builder is used to construct instances of KewTypeAttribute.
|
static class |
KewTypeAttribute.Elements
A private class which exposes constants which define the XML element names to use
when this object is marshalled to XML.
|
| Modifier and Type | Method and Description |
|---|---|
KewAttributeDefinition |
getAttributeDefinition()
This is the definition of the attribute
|
String |
getAttributeDefinitionId()
This is the id of the definition of the attribute.
|
String |
getId() |
Integer |
getSequenceNumber()
This is the sequence number of the attribute
|
String |
getTypeId()
This is the KewType to which the attribute applies
|
boolean |
isActive() |
afterUnmarshal, beforeUnmarshal, equals, equalsExcludeFields, getDefaultHashCodeEqualsExcludeFields, hashCode, hashCodeExcludeFields, toStringpublic String getId()
getId in interface Identifiablepublic String getTypeId()
KewTypeAttributeContractIt is a id of a KEW type related to the attribute.
getTypeId in interface KewTypeAttributeContractpublic String getAttributeDefinitionId()
KewTypeAttributeContractIt identifies the attribute definition
getAttributeDefinitionId in interface KewTypeAttributeContractpublic Integer getSequenceNumber()
KewTypeAttributeContractgetSequenceNumber in interface KewTypeAttributeContractpublic boolean isActive()
isActive in interface Inactivatablepublic KewAttributeDefinition getAttributeDefinition()
KewTypeAttributeContractgetAttributeDefinition in interface KewTypeAttributeContractCopyright © 2005–2016 The Kuali Foundation. All rights reserved.