public static class OleStatisticalCategoryDefinition.Builder extends Object implements Serializable, org.kuali.rice.core.api.mo.ModelBuilder, OleStatisticalCategoryContract
| Modifier and Type | Method and Description |
|---|---|
OleStatisticalCategoryDefinition |
build() |
static OleStatisticalCategoryDefinition.Builder |
create() |
static OleStatisticalCategoryDefinition.Builder |
create(OleStatisticalCategoryContract contract) |
String |
getId() |
String |
getOleStatisticalCategoryCode() |
String |
getOleStatisticalCategoryDesc() |
String |
getOleStatisticalCategoryId() |
String |
getOleStatisticalCategoryName() |
Long |
getVersionNumber() |
boolean |
isActive() |
void |
setActive(boolean active) |
void |
setId(String id) |
void |
setObjectId(String objectId) |
void |
setOleStatisticalCategoryCode(String oleStatisticalCategoryCode) |
void |
setOleStatisticalCategoryDesc(String oleStatisticalCategoryDesc) |
void |
setOleStatisticalCategoryId(String oleStatisticalCategoryId) |
void |
setOleStatisticalCategoryName(String oleStatisticalCategoryName) |
void |
setVersionNumber(Long versionNumber) |
public static OleStatisticalCategoryDefinition.Builder create()
public static OleStatisticalCategoryDefinition.Builder create(OleStatisticalCategoryContract contract)
public OleStatisticalCategoryDefinition build()
build in interface org.kuali.rice.core.api.mo.ModelBuilderpublic String getOleStatisticalCategoryId()
getOleStatisticalCategoryId in interface OleStatisticalCategoryContractpublic void setOleStatisticalCategoryId(String oleStatisticalCategoryId)
public String getOleStatisticalCategoryCode()
getOleStatisticalCategoryCode in interface OleStatisticalCategoryContractpublic void setOleStatisticalCategoryCode(String oleStatisticalCategoryCode)
public String getOleStatisticalCategoryName()
getOleStatisticalCategoryName in interface OleStatisticalCategoryContractpublic void setOleStatisticalCategoryName(String oleStatisticalCategoryName)
public String getOleStatisticalCategoryDesc()
getOleStatisticalCategoryDesc in interface OleStatisticalCategoryContractpublic void setOleStatisticalCategoryDesc(String oleStatisticalCategoryDesc)
public boolean isActive()
isActive in interface OleStatisticalCategoryContractpublic void setActive(boolean active)
public Long getVersionNumber()
getVersionNumber in interface org.kuali.rice.core.api.mo.common.Versionedpublic void setVersionNumber(Long versionNumber)
public void setObjectId(String objectId)
public String getId()
getId in interface org.kuali.rice.core.api.mo.common.IdentifiableCopyright © 2004-2014 The Kuali Foundation. All Rights Reserved.