org.kuali.student.r2.lum.lo.entity
Class LoLoRelationAttribute

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

@Entity
public class LoLoRelationAttribute
extends Attribute<LoLoRelation>

Author:
Kuali Student Team

Constructor Summary
LoLoRelationAttribute()
           
 
Method Summary
 LoLoRelation getOwner()
           
 void setOwner(LoLoRelation 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

LoLoRelationAttribute

public LoLoRelationAttribute()
Method Detail

getOwner

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

setOwner

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


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