public static final class KimTypeAttribute.Builder extends Object implements KimTypeAttributeContract, ModelBuilder, Serializable
KimTypeAttributeContract.| Modifier and Type | Method and Description |
|---|---|
KimTypeAttribute |
build() |
static KimTypeAttribute.Builder |
create()
creates a KimTypeAttribute with the required fields.
|
static KimTypeAttribute.Builder |
create(KimTypeAttributeContract contract)
creates a KimTypeAttribute from an existing
KimTypeAttributeContract. |
String |
getId() |
KimAttribute.Builder |
getKimAttribute()
The kim attribute associated with the kim type attribute.
|
String |
getKimTypeId()
The kim type id associated with the kim type attribute.
|
String |
getObjectId() |
String |
getSortCode()
The alpha and/or numeric code used to choose an order for displaying KimTypeAttributes.
|
Long |
getVersionNumber() |
boolean |
isActive() |
void |
setActive(boolean active) |
void |
setId(String id) |
void |
setKimAttribute(KimAttribute.Builder kimAttribute) |
void |
setKimTypeId(String kimTypeId) |
void |
setObjectId(String objectId) |
void |
setSortCode(String sortCode) |
void |
setVersionNumber(Long versionNumber) |
public static KimTypeAttribute.Builder create()
public static KimTypeAttribute.Builder create(KimTypeAttributeContract contract)
KimTypeAttributeContract.public String getId()
getId in interface Identifiablepublic String getSortCode()
KimTypeAttributeContractgetSortCode in interface KimTypeAttributeContractpublic void setSortCode(String sortCode)
public KimAttribute.Builder getKimAttribute()
KimTypeAttributeContractgetKimAttribute in interface KimTypeAttributeContractpublic void setKimAttribute(KimAttribute.Builder kimAttribute)
public String getKimTypeId()
KimTypeAttributeContractgetKimTypeId in interface KimTypeAttributeContractpublic void setKimTypeId(String kimTypeId)
public boolean isActive()
isActive in interface Inactivatablepublic void setActive(boolean active)
public Long getVersionNumber()
getVersionNumber in interface Versionedpublic void setVersionNumber(Long versionNumber)
public String getObjectId()
getObjectId in interface GloballyUniquepublic void setObjectId(String objectId)
public KimTypeAttribute build()
build in interface ModelBuilderCopyright © 2005–2017 The Kuali Foundation. All rights reserved.