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

java.lang.Object
  extended by org.kuali.student.r1.common.entity.BaseEntity
      extended by org.kuali.student.r1.common.entity.Attribute<CluAccreditation>
          extended by org.kuali.student.r2.lum.lu.entity.CluAccreditationAttribute
All Implemented Interfaces:
PersistableEntity<String>

@Entity
public class CluAccreditationAttribute
extends Attribute<CluAccreditation>


Constructor Summary
CluAccreditationAttribute()
           
 
Method Summary
 CluAccreditation getOwner()
           
 void setOwner(CluAccreditation owner)
           
 
Methods inherited from class org.kuali.student.r1.common.entity.Attribute
getName, getValue, setName, setValue
 
Methods inherited from class org.kuali.student.r1.common.entity.BaseEntity
getId, getObjectId, getVersionNumber, onPrePersist, onPreUpdate, 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

CluAccreditationAttribute

public CluAccreditationAttribute()
Method Detail

getOwner

public CluAccreditation getOwner()
Specified by:
getOwner in class Attribute<CluAccreditation>

setOwner

public void setOwner(CluAccreditation owner)
Specified by:
setOwner in class Attribute<CluAccreditation>


Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.