org.kuali.student.common.infc
Interface HasStateInfc

All Known Subinterfaces:
LuiInfc, LuiLuiRelationInfc, LuiPersonRelationInfc
All Known Implementing Classes:
LuiInfo, LuiLuiRelationInfo, LuiPersonRelationInfo

public interface HasStateInfc

Author:
nwright

Method Summary
 String getState()
          Get ????

Type: String

Name: Relation Unique identifier for the state of the relationship between a LUI and person.

 void setState(String state)
          Set ????

Type: String

Name: Relation Unique identifier for the state of the relationship between a LUI and person.

 

Method Detail

setState

void setState(String state)
Set ????

Type: String

Name: Relation Unique identifier for the state of the relationship between a LUI and person.


getState

String getState()
Get ????

Type: String

Name: Relation Unique identifier for the state of the relationship between a LUI and person.



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