| Package | Description |
|---|---|
| org.kuali.kra.award.contacts | |
| org.kuali.kra.bo | |
| org.kuali.kra.institutionalproposal.contacts |
| Modifier and Type | Method and Description |
|---|---|
UnitContactType |
AwardUnitContact.getUnitContactType() |
| Modifier and Type | Method and Description |
|---|---|
void |
AwardUnitContact.setUnitContactType(UnitContactType contactType) |
| Constructor and Description |
|---|
AwardUnitContact(KcPerson person,
ContactRole role,
UnitContactType unitContactType)
Constructs a AwardUnitContact.java.
|
AwardUnitContact(NonOrganizationalRolodex rolodex,
ContactRole role,
UnitContactType unitContactType)
Constructs a AwardUnitContact.java.
|
| Modifier and Type | Method and Description |
|---|---|
UnitContactType |
UnitAdministratorType.getUnitContactType() |
static UnitContactType |
UnitContactType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UnitContactType[] |
UnitContactType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UnitAdministratorType.setUnitContactType(UnitContactType unitContactType) |
| Modifier and Type | Method and Description |
|---|---|
UnitContactType |
InstitutionalProposalUnitContact.getUnitContactType() |
| Modifier and Type | Method and Description |
|---|---|
void |
InstitutionalProposalUnitContact.setUnitContactType(UnitContactType contactType) |
| Constructor and Description |
|---|
InstitutionalProposalUnitContact(KcPerson person,
ContactRole role,
UnitContactType unitContactType)
Constructs a AwardUnitContact.java.
|
InstitutionalProposalUnitContact(NonOrganizationalRolodex rolodex,
ContactRole role,
UnitContactType unitContactType)
Constructs a AwardUnitContact.java.
|
Copyright © 2013 The Kuali Foundation. All Rights Reserved.