org.kuali.student.lum.lu.entity
Class LuCode

java.lang.Object
  extended by org.kuali.student.common.entity.BaseEntity
      extended by org.kuali.student.common.entity.MetaEntity
          extended by org.kuali.student.lum.lu.entity.LuCode
All Implemented Interfaces:
AttributeOwner<LuCodeAttribute>

public class LuCode
extends MetaEntity
implements AttributeOwner<LuCodeAttribute>


Field Summary
private  List<LuCodeAttribute> attributes
           
private  Clu clu
           
private  String descr
           
private  String type
           
private  String value
           
 
Constructor Summary
LuCode()
           
 
Method Summary
 List<LuCodeAttribute> getAttributes()
           
 Clu getClu()
           
 String getDescr()
           
 String getType()
           
 String getValue()
           
 void setAttributes(List<LuCodeAttribute> attributes)
           
 void setClu(Clu clu)
           
 void setDescr(String descr)
           
 void setType(String type)
           
 void setValue(String value)
           
 
Methods inherited from class org.kuali.student.common.entity.MetaEntity
getMeta, onPrePersist, onPreUpdate, setMeta
 
Methods inherited from class org.kuali.student.common.entity.BaseEntity
getId, getObjectId, getVersionNumber, prePersist, preUpdate, setId, setObjectId, setVersionNumber
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

descr

private String descr

value

private String value

attributes

private List<LuCodeAttribute> attributes

type

private String type

clu

private Clu clu
Constructor Detail

LuCode

public LuCode()
Method Detail

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.