org.kuali.student.core.statement.entity
Class RefStatementRelationAttribute

java.lang.Object
  extended by org.kuali.student.core.entity.BaseEntity
      extended by org.kuali.student.core.entity.Attribute<RefStatementRelation>
          extended by org.kuali.student.core.statement.entity.RefStatementRelationAttribute

public class RefStatementRelationAttribute
extends Attribute<RefStatementRelation>


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

RefStatementRelationAttribute

public RefStatementRelationAttribute()
Method Detail

getOwner

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

setOwner

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


Copyright © 2010 The Kuali Foundation. All rights reserved.