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

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

@Entity
public class LuCode
extends MetaEntity
implements AttributeOwner<LuCodeAttribute>


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.r1.common.entity.MetaEntity
getMeta, onPrePersist, onPreUpdate, setMeta
 
Methods inherited from class org.kuali.student.r1.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
 

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-2013 The Kuali Foundation. All Rights Reserved.