org.kuali.rice.krad.bo
Interface KualiCode
- All Superinterfaces:
- Coded, Inactivatable, MutableInactivatable
- All Known Implementing Classes:
- KualiCodeBase
public interface KualiCode
- extends MutableInactivatable, Coded
Represents a simple code-description business object
Methods inherited from interface org.kuali.rice.core.api.mo.common.Coded |
getCode |
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-2012 The Kuali Foundation. All Rights Reserved.