org.kuali.rice.krad.bo
Interface KualiCode

All Superinterfaces:
Coded, Inactivatable, MutableInactivatable
All Known Implementing Classes:
KualiCodeBase, TravelAccountType

public interface KualiCode
extends MutableInactivatable, Coded

Represents a simple code-description business object


Method Summary
 String getName()
           
 void setCode(String code)
           
 void setName(String name)
           
 
Methods inherited from interface org.kuali.rice.core.api.mo.common.active.MutableInactivatable
setActive
 
Methods inherited from interface org.kuali.rice.core.api.mo.common.active.Inactivatable
isActive
 
Methods inherited from interface org.kuali.rice.core.api.mo.common.Coded
getCode
 

Method Detail

setCode

void setCode(String code)
Parameters:
code - - Setter for the Code.

setName

void setName(String name)
Parameters:
name - - Setter for the name.

getName

String getName()
Returns:
name value as String


Copyright © 2005–2015 The Kuali Foundation. All rights reserved.