org.kuali.student.core.proposal.entity
Class ProposalAttribute
java.lang.Object
org.kuali.student.core.entity.BaseEntity
org.kuali.student.core.entity.Attribute<Proposal>
org.kuali.student.core.proposal.entity.ProposalAttribute
public class ProposalAttribute
- extends Attribute<Proposal>
This is a description of what this class does - lindholm don't forget to fill this in.
- Author:
- Kuali Rice Team (kuali-rice@googlegroups.com)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
owner
private Proposal owner
ProposalAttribute
public ProposalAttribute()
getOwner
public Proposal getOwner()
- This overridden method ...
- Specified by:
getOwner
in class Attribute<Proposal>
- See Also:
Attribute.getOwner()
setOwner
public void setOwner(Proposal owner)
- This overridden method ...
- Specified by:
setOwner
in class Attribute<Proposal>
- See Also:
Attribute.setOwner(org.kuali.student.core.entity.AttributeOwner)
Copyright © 2007-2011 The Kuali Foundation. All Rights Reserved.