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

java.lang.Object
  extended by org.kuali.student.common.entity.BaseEntity
      extended by org.kuali.student.common.entity.Attribute<CluCluRelation>
          extended by org.kuali.student.lum.lu.entity.CluCluRelationAttribute

public class CluCluRelationAttribute
extends Attribute<CluCluRelation>


Field Summary
private  CluCluRelation owner
           
 
Constructor Summary
CluCluRelationAttribute()
           
 
Method Summary
 CluCluRelation getOwner()
           
 void setOwner(CluCluRelation owner)
           
 
Methods inherited from class org.kuali.student.common.entity.Attribute
getName, getValue, setName, setValue
 
Methods inherited from class org.kuali.student.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
 

Field Detail

owner

private CluCluRelation owner
Constructor Detail

CluCluRelationAttribute

public CluCluRelationAttribute()
Method Detail

getOwner

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

setOwner

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


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