org.kuali.student.common.infc
Interface StateInfc

All Superinterfaces:
HasAttributesInfc, HasEffectiveDatesInfc, HasKeyInfc, HasPrimaryKeyInfc
All Known Subinterfaces:
LuiPersonRelationStateInfc
All Known Implementing Classes:
LuiPersonRelationStateEnum, LuiPersonRelationStateInfo, StateInfo

public interface StateInfc
extends HasKeyInfc, HasAttributesInfc, HasEffectiveDatesInfc


Method Summary
 String getDescr()
           
 String getName()
           
 void setDescr(String descr)
           
 void setName(String name)
           
 
Methods inherited from interface org.kuali.student.common.infc.HasKeyInfc
getKey, setKey
 
Methods inherited from interface org.kuali.student.common.infc.HasAttributesInfc
getAttributes, setAttributes
 
Methods inherited from interface org.kuali.student.common.infc.HasEffectiveDatesInfc
getEffectiveDate, getExpirationDate, setEffectiveDate, setExpirationDate
 

Method Detail

getName

String getName()
Returns:
the name

setName

void setName(String name)
Parameters:
name - the name to set

getDescr

String getDescr()
Returns:
the descr

setDescr

void setDescr(String descr)
Parameters:
descr - the descr to set


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