org.kuali.student.r2.lum.lu.entity
Class LuCode
java.lang.Object
org.kuali.student.r1.common.entity.BaseEntity
org.kuali.student.r1.common.entity.MetaEntity
org.kuali.student.r2.lum.lu.entity.LuCode
- All Implemented Interfaces:
- AttributeOwner<LuCodeAttribute>, PersistableEntity<String>
@Entity
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 |
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-2013 The Kuali Foundation. All Rights Reserved.