org.kuali.ole.patron.api
Class OleStatisticalCategoryDefinition.Builder

java.lang.Object
  extended by org.kuali.ole.patron.api.OleStatisticalCategoryDefinition.Builder
All Implemented Interfaces:
Serializable, OleStatisticalCategoryContract, org.kuali.rice.core.api.mo.common.Identifiable, org.kuali.rice.core.api.mo.common.Versioned, org.kuali.rice.core.api.mo.ModelBuilder
Enclosing class:
OleStatisticalCategoryDefinition

public static class OleStatisticalCategoryDefinition.Builder
extends Object
implements Serializable, org.kuali.rice.core.api.mo.ModelBuilder, OleStatisticalCategoryContract

See Also:
Serialized Form

Method Summary
 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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

create

public static OleStatisticalCategoryDefinition.Builder create()

create

public static OleStatisticalCategoryDefinition.Builder create(OleStatisticalCategoryContract contract)

build

public OleStatisticalCategoryDefinition build()
Specified by:
build in interface org.kuali.rice.core.api.mo.ModelBuilder

getOleStatisticalCategoryId

public String getOleStatisticalCategoryId()
Specified by:
getOleStatisticalCategoryId in interface OleStatisticalCategoryContract

setOleStatisticalCategoryId

public void setOleStatisticalCategoryId(String oleStatisticalCategoryId)

getOleStatisticalCategoryCode

public String getOleStatisticalCategoryCode()
Specified by:
getOleStatisticalCategoryCode in interface OleStatisticalCategoryContract

setOleStatisticalCategoryCode

public void setOleStatisticalCategoryCode(String oleStatisticalCategoryCode)

getOleStatisticalCategoryName

public String getOleStatisticalCategoryName()
Specified by:
getOleStatisticalCategoryName in interface OleStatisticalCategoryContract

setOleStatisticalCategoryName

public void setOleStatisticalCategoryName(String oleStatisticalCategoryName)

getOleStatisticalCategoryDesc

public String getOleStatisticalCategoryDesc()
Specified by:
getOleStatisticalCategoryDesc in interface OleStatisticalCategoryContract

setOleStatisticalCategoryDesc

public void setOleStatisticalCategoryDesc(String oleStatisticalCategoryDesc)

isActive

public boolean isActive()
Specified by:
isActive in interface OleStatisticalCategoryContract

setActive

public void setActive(boolean active)

getVersionNumber

public Long getVersionNumber()
Specified by:
getVersionNumber in interface org.kuali.rice.core.api.mo.common.Versioned

setVersionNumber

public void setVersionNumber(Long versionNumber)

setObjectId

public void setObjectId(String objectId)

getId

public String getId()
Specified by:
getId in interface org.kuali.rice.core.api.mo.common.Identifiable

setId

public void setId(String id)


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