org.kuali.student.lum.lu.entity
Class LuCode
java.lang.Object
org.kuali.student.common.entity.BaseEntity
org.kuali.student.common.entity.MetaEntity
org.kuali.student.lum.lu.entity.LuCode
- All Implemented Interfaces:
- AttributeOwner<LuCodeAttribute>
public class LuCode
- extends MetaEntity
- implements AttributeOwner<LuCodeAttribute>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
descr
private String descr
value
private String value
attributes
private List<LuCodeAttribute> attributes
type
private String type
clu
private Clu clu
LuCode
public LuCode()
getDescr
public String getDescr()
setDescr
public void setDescr(String descr)
getValue
public String getValue()
setValue
public void setValue(String value)
getAttributes
public List<LuCodeAttribute> getAttributes()
- Specified by:
getAttributes
in interface AttributeOwner<LuCodeAttribute>
setAttributes
public void setAttributes(List<LuCodeAttribute> attributes)
- Specified by:
setAttributes
in interface AttributeOwner<LuCodeAttribute>
getType
public String getType()
setType
public void setType(String type)
getClu
public Clu getClu()
setClu
public void setClu(Clu clu)
Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.