org.kuali.student.common.entity
Class Attribute<T extends AttributeOwner<?>>

java.lang.Object
  extended by org.kuali.student.common.entity.BaseEntity
      extended by org.kuali.student.common.entity.Attribute<T>
Direct Known Subclasses:
AtpAttribute, AtpDurationTypeAttribute, AtpSeasonalTypeAttribute, AtpTypeAttribute, CluAccountingAttribute, CluAccreditationAttribute, CluAdminOrgAttribute, CluAttribute, CluCluRelationAttribute, CluFeeAttribute, CluFeeRecordAttribute, CluIdentifierAttribute, CluInstructorAttribute, CluLoRelationAttribute, CluLoRelationTypeAttribute, CluPublicationAttribute, CluPublicationTypeAttribute, CluResultTypeAttribute, CluSetAttribute, CluSetTypeAttribute, CommentAttribute, CommentTypeAttribute, DateRangeAttribute, DateRangeTypeAttribute, DeliveryMethodTypeAttribute, DocumentAttribute, DocumentCategoryAttribute, DocumentTypeAttribute, InstructionalFormatTypeAttribute, LoAttribute, LoCategoryAttribute, LoCategoryTypeAttribute, LoLoRelationAttribute, LoLoRelationTypeAttribute, LoRepositoryAttribute, LoTypeAttribute, LuCodeAttribute, LuCodeTypeAttribute, LuiAttribute, LuiLuiRelationAttribute, LuLuRelationTypeAttribute, LuPublicationTypeAttribute, LuTypeAttribute, MilestoneAttribute, MilestoneTypeAttribute, NlUsageTypeAttribute, ObjectSubTypeAttribute, ObjectTypeAttribute, OrgAttribute, OrgHierarchyAttribute, OrgOrgRelationAttribute, OrgOrgRelationTypeAttribute, OrgPersonRelationAttribute, OrgPersonRelationTypeAttribute, OrgPositionRestrictionAttribute, OrgTypeAttribute, ProposalAttribute, ProposalReferenceTypeAttribute, ProposalTypeAttribute, RefDocRelationAttribute, RefDocRelationTypeAttribute, ReferenceTypeAttribute, RefObjectSubTypeAttribute, RefObjectTypeAttribute, RefStatementRelationAttribute, RefStatementRelationTypeAttribute, ReqComponentTypeAttribute, ReqComponentTypeNLTemplate, ResultComponentAttribute, ResultComponentTypeAttribute, ResultUsageTypeAttribute, ScaleAttribute, StatementAttribute, StatementTypeAttribute, StatementTypeHeaderTemplate, TagAttribute, TagTypeAttribute

public abstract class Attribute<T extends AttributeOwner<?>>
extends BaseEntity


Constructor Summary
Attribute()
           
 
Method Summary
 String getName()
           
abstract  T getOwner()
           
 String getValue()
           
 void setName(String name)
           
abstract  void setOwner(T owner)
           
 void setValue(String value)
           
 
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
 

Constructor Detail

Attribute

public Attribute()
Method Detail

getOwner

public abstract T getOwner()

setOwner

public abstract void setOwner(T owner)

getValue

public String getValue()

setValue

public void setValue(String value)

getName

public String getName()

setName

public void setName(String name)


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